i'm checking to see if there is any API or mechanism to enable or disable the FIPS Mode during the run time.
Currently the only way to change the FIPS mode is to enable the algorithm_sect (default_properties = fips=yes)
EVP_default_properties_enable_fips(null, 1) doesnt work and only the changes in the openssl.cnf is given priority.
Thanks , Zoeb.