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. …") |
|||
Line 4: | Line 4: | ||
when set to zero you go into non-FIPS mode. | when set to zero you go into non-FIPS mode. | ||
+ | [[Category:FIPS 140]] | ||
[[Category:C level]] | [[Category:C level]] | ||
[[Category:Crypto API]] | [[Category:Crypto API]] |
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.