xref: /netbsd-src/crypto/external/bsd/openssl/dist/test/sysdefault.cnf (revision 0e2e28bced52bda3788c857106bde6c44d2df3b8)
1# Configuration file to test system default SSL configuration
2
3# Comment out the next line to ignore configuration errors
4config_diagnostics = 1
5
6openssl_conf = default_conf
7
8[ default_conf ]
9
10ssl_conf = ssl_sect
11oid_section = oid_sect
12
13[oid_sect]
14new-sig-oid = 1.1.1.1.1.1.1.1.1.1.1.1.1.1
15
16[ssl_sect]
17
18system_default = ssl_default_sect
19
20[ssl_default_sect]
21SignatureAlgorithms = RSA+SHA256:nonex
22MaxProtocol = TLSv1.2
23MinProtocol = TLSv1.2
24