xref: /openssl/test/fips-and-base.cnf (revision d8523bf1)
1openssl_conf = openssl_init
2
3# Comment out the next line to ignore configuration errors
4config_diagnostics = 1
5
6.include fipsmodule.cnf
7
8[openssl_init]
9providers = provider_sect
10# You MUST uncomment the following line to operate in a FIPS approved manner,
11# It is commented out here purely for testing purposes.
12#alg_section = evp_properties
13
14[evp_properties]
15default_properties = "fips=yes"
16
17[provider_sect]
18fips = fips_sect
19base = base_sect
20
21[base_sect]
22activate = 1
23