https://github.com/openssl/openssl
Raw File
Tip revision: 31157bc0b46e04227b8468d3e6915e4d0332777c authored by Richard Levitte on 07 February 2023, 13:43:33 UTC
Prepare for release of 3.0.8
Tip revision: 31157bc
default.cnf
openssl_conf = openssl_init

# Comment out the next line to ignore configuration errors
config_diagnostics = 1

[openssl_init]
providers = provider_sect

[provider_sect]
default = default_sect

[default_sect]
activate = 1
back to top