mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
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)
This commit is contained in:
parent
d4e105f6d5
commit
d8523bf162
@ -7,6 +7,12 @@ config_diagnostics = 1
|
||||
|
||||
[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
|
||||
|
Loading…
Reference in New Issue
Block a user