openssl/test/fips-and-base.cnf
Pauli d8523bf162 test: note that a default property query must be included for FIPS validity
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20079)
2023-01-24 12:35:37 +00:00

23 lines
469 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
# 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"
[provider_sect]
fips = fips_sect
base = base_sect
[base_sect]
activate = 1