You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yl...@apache.org on 2021/09/09 14:34:07 UTC

svn commit: r1893178 - in /httpd/httpd/branches/2.4.x: CHANGES changes-entries/ssl_keylogging_backport_1869842.txt

Author: ylavic
Date: Thu Sep  9 14:34:07 2021
New Revision: 1893178

URL: http://svn.apache.org/viewvc?rev=1893178&view=rev
Log:
Sync CHANGES [skip ci]

Removed:
    httpd/httpd/branches/2.4.x/changes-entries/ssl_keylogging_backport_1869842.txt
Modified:
    httpd/httpd/branches/2.4.x/CHANGES

Modified: httpd/httpd/branches/2.4.x/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/CHANGES?rev=1893178&r1=1893177&r2=1893178&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/CHANGES [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/CHANGES [utf-8] Thu Sep  9 14:34:07 2021
@@ -1,6 +1,10 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.4.49
 
+  *) mod_ssl: Support logging private key material for use with
+     wireshark via log file given by SSLKEYLOGFILE environment
+     variable.  Requires OpenSSL 1.1.1.  PR 63391.  [Joe Orton]
+
   *) mod_proxy: Do not canonicalize the proxied URL when both "nocanon" and
      "ProxyPassInterpolateEnv On" are configured.  PR 65549.
      [Joel Self <joelself gmail.com>]