Skip to content

Commit

Permalink
Merge pull request #565 from JustAnotherArchivist/ssl-openssl3-unsafe…
Browse files Browse the repository at this point in the history
…-renegotiation

Reenable unsafe renegotiation (cf. RFC 5746) and update openssl.conf for OpenSSL 3.x
  • Loading branch information
JustAnotherArchivist committed Nov 30, 2023
2 parents df5ccbe + 26eea1a commit dd5ce62
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ops/openssl-less-secure.cnf
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
openssl_conf = openssl_init

[openssl_init]
ssl_conf = ssl_sect

[ssl_sect]
system_default = system_default_sect

[system_default_sect]
MinProtocol = None
CipherString = ALL
Options = UnsafeLegacyRenegotiation

0 comments on commit dd5ce62

Please sign in to comment.