1*e0c4386eSCy Schubert# Configuration file to test system default SSL configuration 2*e0c4386eSCy Schubert 3*e0c4386eSCy Schubert# Comment out the next line to ignore configuration errors 4*e0c4386eSCy Schubertconfig_diagnostics = 1 5*e0c4386eSCy Schubert 6*e0c4386eSCy Schubertopenssl_conf = default_conf 7*e0c4386eSCy Schubert 8*e0c4386eSCy Schubert[ default_conf ] 9*e0c4386eSCy Schubert 10*e0c4386eSCy Schubertssl_conf = ssl_sect 11*e0c4386eSCy Schubertoid_section = oid_sect 12*e0c4386eSCy Schubert 13*e0c4386eSCy Schubert[oid_sect] 14*e0c4386eSCy Schubertnew-sig-oid = 1.1.1.1.1.1.1.1.1.1.1.1.1.1 15*e0c4386eSCy Schubert 16*e0c4386eSCy Schubert[ssl_sect] 17*e0c4386eSCy Schubert 18*e0c4386eSCy Schubertsystem_default = ssl_default_sect 19*e0c4386eSCy Schubert 20*e0c4386eSCy Schubert[ssl_default_sect] 21*e0c4386eSCy SchubertSignatureAlgorithms = RSA+SHA256:nonex 22*e0c4386eSCy SchubertMaxProtocol = TLSv1.2 23*e0c4386eSCy SchubertMinProtocol = TLSv1.2 24