2020-06-27 06:40:30 +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-06-27 06:40:30 +08:00
|
|
|
.include fipsmodule.cnf
|
|
|
|
|
|
|
|
[openssl_init]
|
|
|
|
providers = provider_sect
|
2023-01-23 06:52:17 +08:00
|
|
|
# You MUST uncomment the following line to operate in a FIPS approved manner,
|
|
|
|
# It is commented out here purely for testing purposes.
|
|
|
|
#alg_section = evp_properties
|
|
|
|
|
|
|
|
[evp_properties]
|
|
|
|
default_properties = "fips=yes"
|
2020-06-27 06:40:30 +08:00
|
|
|
|
|
|
|
[provider_sect]
|
|
|
|
fips = fips_sect
|
|
|
|
base = base_sect
|
|
|
|
|
|
|
|
[base_sect]
|
|
|
|
activate = 1
|