fips-and-base.cnf 469 B

12345678910111213141516171819202122
  1. openssl_conf = openssl_init
  2. # Comment out the next line to ignore configuration errors
  3. config_diagnostics = 1
  4. .include fipsmodule.cnf
  5. [openssl_init]
  6. providers = provider_sect
  7. # You MUST uncomment the following line to operate in a FIPS approved manner,
  8. # It is commented out here purely for testing purposes.
  9. #alg_section = evp_properties
  10. [evp_properties]
  11. default_properties = "fips=yes"
  12. [provider_sect]
  13. fips = fips_sect
  14. base = base_sect
  15. [base_sect]
  16. activate = 1