e2f72313cc
Different providers will give different results, and we need to test them all. Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/9398)
10 lines
130 B
INI
10 lines
130 B
INI
openssl_conf = openssl_init
|
|
|
|
[openssl_init]
|
|
providers = provider_sect
|
|
|
|
[provider_sect]
|
|
fips = fips_sect
|
|
|
|
[fips_sect]
|
|
activate = 1
|