xref: /netbsd-src/crypto/external/bsd/openssl/dist/test/sysdefault.cnf (revision fb5eed702691094bd687fbf1ded189c87457cd35)
1# Configuration file to test system default SSL configuration
2
3openssl_conf = default_conf
4
5[ default_conf ]
6
7ssl_conf = ssl_sect
8
9[ssl_sect]
10
11system_default = ssl_default_sect
12
13[ssl_default_sect]
14MaxProtocol = TLSv1.2
15MinProtocol = TLSv1.2
16