Revision fac61ea4618c83826b51aebf03cbc2bc3ac7b8c8 authored by Tomas Mraz on 23 October 2023, 12:26:32 UTC, committed by Matt Caswell on 23 October 2023, 12:45:09 UTC
Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/22472)
1 parent bde5411
sysdefault.cnf
# Configuration file to test system default SSL configuration
# Comment out the next line to ignore configuration errors
config_diagnostics = 1
openssl_conf = default_conf
[ default_conf ]
ssl_conf = ssl_sect
oid_section = oid_sect
[oid_sect]
new-sig-oid = 1.1.1.1.1.1.1.1.1.1.1.1.1.1
[ssl_sect]
system_default = ssl_default_sect
[ssl_default_sect]
MaxProtocol = TLSv1.2
MinProtocol = TLSv1.2

Computing file changes ...