blob: 7cd6f748af2052cbc0ac579c0d818e2105b64ab0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Toplevel section for openssl (including libssl)
openssl_conf = default_conf_section
[default_conf_section]
# We only specify configuration for the "ssl module"
ssl_conf = ssl_section
[ssl_section]
system_default = system_default_section
[system_default_section]
CipherString = ALL:@SECLEVEL=0
|