diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2018-06-14 21:28:19 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2018-06-14 21:34:05 +0100 |
commit | 7a8b95190c22a8176c583985a41beb3e9ae831cd (patch) | |
tree | 48a3acabbeb3bbbedbaf1fe05df65fe3006afac1 /doc/doc-txt | |
parent | 61e3f250a2ac9944f9dd1a99bd60d859c995cc9a (diff) |
OpenSSL: enable use of TLS 1.3 (with OpenSSL 1.1.0 and later)
Diffstat (limited to 'doc/doc-txt')
-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 3ebc92531..5303b2d50 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -61,6 +61,11 @@ JH/11 Bug 2264: Exim now only follows CNAME chains one step by default. We'd JH/12 Add client-ip info to non-pass iprev ${authres } lines. +JH/13 For receent Openssl versions (1.1 onward) use modern generic protocol + methods. These should support TLS 1.3; they arrived with TLS 1.3 and the + now-deprecated earlier definitions used only specified the range up to TLS + 1.2 (in the older-version library docs). + Exim version 4.91 ----------------- |