diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2018-06-21 19:16:29 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2018-06-24 18:00:40 +0100 |
commit | 74f1a42304ce056cf979d22fb970faae161e3ab2 (patch) | |
tree | e8d3297cb6b9a05967e4c41527f71e934ec254c6 /doc | |
parent | b24eb9cd4cd3bacbb044090cba7140a012b3eabb (diff) |
TLS: rework client-side use with an explicit context rather than a global
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 96508ff3f..db8804904 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -68,6 +68,11 @@ JH/13 For receent Openssl versions (1.1 onward) use modern generic protocol JH/14 Bug 2284: Fix DKIM signing for body lines starting with a pair of dots. +JH/15 Rework TLS client-side context management. Stop using a global, and + explicitly pass a context around. This enables future use of TLS for + connections to service-daemons (eg. malware scanning) while a client smtp + connection is using TLS; with cutthrough connections this is quite likely. + Exim version 4.91 ----------------- |