diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-10-15 21:28:20 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-10-15 21:28:20 +0100 |
commit | 2e5d9e711eef27badbff206e17238661d14cc7c2 (patch) | |
tree | 75c5937b2b22fb197a1702c9f49106c1fb5d922c /doc/doc-txt/NewStuff | |
parent | 6b5cbf740022f7f57a425d212499f156b1641d49 (diff) |
OpenSSL: SSLKEYLOGFILE support
Diffstat (limited to 'doc/doc-txt/NewStuff')
-rw-r--r-- | doc/doc-txt/NewStuff | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff index 4caa897e3..4ca28bb13 100644 --- a/doc/doc-txt/NewStuff +++ b/doc/doc-txt/NewStuff @@ -41,6 +41,13 @@ Version 4.93 14: An smtp:ehlo transport event, for observability of the remote offered features. +15: Support under OpenSSL for writing NSS-style key files for packet-capture + decode. The environment variable SSLKEYLOGFILE is used; if an absolute path + it must indicate a file under the spool directory; if relative the the spool + directory is prepended. Works on the server side only. Support under + GnuTLS was already there, being done purely by the library (server side + only, and exim must be run as root). + Version 4.92 -------------- |