Difference between revisions of "FIPS mode set()"

From OpenSSLWiki
Jump to navigationJump to search
(Created page with "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. …")
(No difference)

Revision as of 17:40, 24 March 2013

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.