Revision e4ec769eb9a18df3593339fc1213dc9441155c90 authored by Leo Neat on 17 March 2020, 01:15:50 UTC, committed by Matt Caswell on 04 May 2020, 07:51:56 UTC
Reviewed-by: Ben Kaduk <kaduk@mit.edu>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/11339)
1 parent 12cbb8e
Raw File
default-and-fips.cnf
openssl_conf = openssl_init

.include fipsmodule.cnf

[openssl_init]
providers = provider_sect

[provider_sect]
default = default_sect
fips = fips_sect

[default_sect]
activate = 1
back to top