Set FIPS mode for values other than 1. The only current effect
authorDr. Stephen Henson <steve@openssl.org>
Wed, 11 May 2011 14:49:01 +0000 (14:49 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Wed, 11 May 2011 14:49:01 +0000 (14:49 +0000)
commit2f38b38986c6cdb3e718457deac4a065de825af9
tree1c3b9ef7f40dd40353e6b5a24d3c245912beb5af
parentc2fd5989945501b81b7d698c71eb34d767ac55bd
Set FIPS mode for values other than 1. The only current effect
is to return a consistent value. So calling FIPS_module_mode_set(n)
for n != 0 will result in FIPS_module_mode() returning n. This
will support future expansion of more FIPS modes e.g. a Suite B mode.
fips/fips.c