fips-and-base.cnf 255 B

12345678910111213141516
  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. [provider_sect]
  8. fips = fips_sect
  9. base = base_sect
  10. [base_sect]
  11. activate = 1