2018-03-19 22:01:39 +08:00
|
|
|
# Configuration file to test system default SSL configuration
|
|
|
|
|
2024-05-02 21:58:11 +08:00
|
|
|
# We ignore configuration errors with config_diagnostics unset
|
|
|
|
# config_diagnostics = 1
|
2021-07-29 07:55:09 +08:00
|
|
|
|
2018-03-19 22:01:39 +08:00
|
|
|
openssl_conf = default_conf
|
|
|
|
|
|
|
|
[ default_conf ]
|
|
|
|
|
|
|
|
ssl_conf = ssl_sect
|
2021-08-04 00:00:02 +08:00
|
|
|
oid_section = oid_sect
|
|
|
|
|
|
|
|
[oid_sect]
|
|
|
|
new-sig-oid = 1.1.1.1.1.1.1.1.1.1.1.1.1.1
|
2018-03-19 22:01:39 +08:00
|
|
|
|
|
|
|
[ssl_sect]
|
|
|
|
|
|
|
|
system_default = ssl_default_sect
|
|
|
|
|
|
|
|
[ssl_default_sect]
|
2023-12-14 23:37:58 +08:00
|
|
|
SignatureAlgorithms = RSA+SHA256:nonex
|
2018-03-19 22:01:39 +08:00
|
|
|
MaxProtocol = TLSv1.2
|
|
|
|
MinProtocol = TLSv1.2
|