]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - CHANGES.md
Add SSL_OP_ALLOW_CLIENT_RENEGOTIATION
[thirdparty/openssl.git] / CHANGES.md
index eb199fac7036f95c5c4ace1e8e47bfd7316e2561..12f4c820d9258a9d286298aa3e689f8497446c62 100644 (file)
@@ -29,6 +29,12 @@ OpenSSL 3.0
 
    * Rich Salz *
 
+ * Client-initiated renegotiation is disabled by default. To allow it, use
+   the -client_renegotiation option, the SSL_OP_ALLOW_CLIENT_RENEGOTIATION
+   flag, or the "ClientRenegotiation" config parameter as appropriate.
+
+   * Rich Salz *
+
  * Add "abspath" and "includedir" pragma's to config files, to prevent,
    or modify relative pathname inclusion.