2019-07-17 20:26:26 +08:00
|
|
|
openssl_conf = openssl_init
|
|
|
|
|
2021-07-29 07:55:09 +08:00
|
|
|
# Comment out the next line to ignore configuration errors
|
|
|
|
config_diagnostics = 1
|
|
|
|
|
2020-02-26 05:27:24 +08:00
|
|
|
.include fipsmodule.cnf
|
2019-09-15 17:55:10 +08:00
|
|
|
|
2019-07-17 20:26:26 +08:00
|
|
|
[openssl_init]
|
|
|
|
providers = provider_sect
|
2020-08-05 21:46:48 +08:00
|
|
|
alg_section = evp_properties
|
|
|
|
|
|
|
|
[evp_properties]
|
|
|
|
# Ensure FIPS non-approved algorithms in the FIPS module are suppressed (e.g.
|
|
|
|
# TEST-RAND). This also means that EVP_default_properties_is_fips_enabled()
|
|
|
|
# returns the expected value
|
|
|
|
default_properties = "fips=yes"
|
2019-07-17 20:26:26 +08:00
|
|
|
|
|
|
|
[provider_sect]
|
|
|
|
fips = fips_sect
|