8a5ed9dce8
When SSL_CTX is created preinitialize it with system default configuration from system_default section. Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4848)
15 lines
241 B
INI
15 lines
241 B
INI
# Configuration file to test system default SSL configuration
|
|
|
|
openssl_conf = default_conf
|
|
|
|
[ default_conf ]
|
|
|
|
ssl_conf = ssl_sect
|
|
|
|
[ssl_sect]
|
|
|
|
system_default = ssl_default_sect
|
|
|
|
[ssl_default_sect]
|
|
MaxProtocol = TLSv1.2
|
|
MinProtocol = TLSv1.2
|