Skip to content

Commit dd5ce62

Browse files
Merge pull request #565 from JustAnotherArchivist/ssl-openssl3-unsafe-renegotiation
Reenable unsafe renegotiation (cf. RFC 5746) and update openssl.conf for OpenSSL 3.x
2 parents df5ccbe + 26eea1a commit dd5ce62

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

ops/openssl-less-secure.cnf

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,12 @@
1+
openssl_conf = openssl_init
2+
3+
[openssl_init]
4+
ssl_conf = ssl_sect
5+
6+
[ssl_sect]
7+
system_default = system_default_sect
8+
9+
[system_default_sect]
110
MinProtocol = None
211
CipherString = ALL
12+
Options = UnsafeLegacyRenegotiation

0 commit comments

Comments
 (0)