You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2019/06/21 09:08:36 UTC

[tomcat-native] 02/02: Add support for TLS key logging when using OpenSSL 1.1.1 or later.

This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat-native.git

commit 38f345d1e4529090b94b4ecd6ff6849c5fd06b22
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Fri Jun 21 10:08:04 2019 +0100

    Add support for TLS key logging when using OpenSSL 1.1.1 or later.
    
    If the environment variable SSLKEYLOGFILE is set then the TLS keys will
    be logged to that file.
    Patch provided by John Kelly.
---
 xdocs/miscellaneous/changelog.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/xdocs/miscellaneous/changelog.xml b/xdocs/miscellaneous/changelog.xml
index bd2ea01..66863e2 100644
--- a/xdocs/miscellaneous/changelog.xml
+++ b/xdocs/miscellaneous/changelog.xml
@@ -49,6 +49,11 @@
       <bug>63500</bug>: Fix JVM crash on Connector start when a certificate
       revocation file or path is specified for OpenSSL. (markt)
     </fix>
+    <add>
+      Add support for TLS key logging when using OpenSSL 1.1.1 or later. If the
+      environment variable SSLKEYLOGFILE is set then the TLS keys will be logged
+      to that file. Patch provided by John Kelly. (markt)
+    </add>
   </changelog>
 </section>
 <section name="Changes in 1.2.21">


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org