23 lines
362 B
INI
23 lines
362 B
INI
openssl_conf = openssl_init
|
|
|
|
# Comment out the next line to ignore configuration errors
|
|
config_diagnostics = 1
|
|
|
|
.include fipsmodule.cnf
|
|
|
|
[openssl_init]
|
|
providers = provider_sect
|
|
random = random_sect
|
|
|
|
[provider_sect]
|
|
default = default_sect
|
|
fips = fips_sect
|
|
|
|
[default_sect]
|
|
activate = yes
|
|
|
|
[fips_sect]
|
|
identity = fips-identity
|
|
|
|
[random_sect]
|
|
properties = fips=yes
|