aboutsummaryrefslogtreecommitdiff
path: root/test/default-for-evptest.cnf
blob: 096ee7dc8e2c891916085028e02f91694642a164 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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"