]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* Add missing changes entry for r1893099 [skip ci]
authorRuediger Pluem <rpluem@apache.org>
Wed, 8 Sep 2021 06:58:31 +0000 (06:58 +0000)
committerRuediger Pluem <rpluem@apache.org>
Wed, 8 Sep 2021 06:58:31 +0000 (06:58 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1893100 13f79535-47bb-0310-9956-ffa450edef68

change-entries/ssl_keylogging_backport_1869842.txt [new file with mode: 0644]

diff --git a/change-entries/ssl_keylogging_backport_1869842.txt b/change-entries/ssl_keylogging_backport_1869842.txt
new file mode 100644 (file)
index 0000000..af40897
--- /dev/null
@@ -0,0 +1,3 @@
+  *) 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]