From: Ruediger Pluem Date: Wed, 8 Sep 2021 06:58:31 +0000 (+0000) Subject: * Add missing changes entry for r1893099 [skip ci] X-Git-Tag: candidate-2.4.49-rc1~3^2~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84ed9268c3cd58b1ca3ad579820b24ab4a5ddc9d;p=thirdparty%2Fapache%2Fhttpd.git * Add missing changes entry for r1893099 [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1893100 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/change-entries/ssl_keylogging_backport_1869842.txt b/change-entries/ssl_keylogging_backport_1869842.txt new file mode 100644 index 00000000000..af40897bd33 --- /dev/null +++ b/change-entries/ssl_keylogging_backport_1869842.txt @@ -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]