FIPS mode set()
From OpenSSLWiki
Revision as of 17:40, 24 March 2013 by Philippe lhardy (talk | contribs)
The FIPS_mode_set(3) function has the following prototype: int FIPS_mode_set(int onoff);
when set to non-zero you go into FIPS mode. when set to zero you go into non-FIPS mode.