openssl/test/default-for-evptest.cnf

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

22 lines
370 B
Plaintext
Raw Normal View History

openssl_conf = openssl_init
# Comment out the next line to ignore configuration errors
config_diagnostics = 1
[openssl_init]
providers = provider_sect
alg_section = evp_properties
[provider_sect]
default = default_sect
legacy = legacy_sect
[default_sect]
activate = true
[legacy_sect]
activate = false
[evp_properties]
default_properties="test.fizzbuzz=buzzfizz"