diff options
author | Phil Pennock <pdp@exim.org> | 2012-04-28 06:21:02 -0700 |
---|---|---|
committer | Phil Pennock <pdp@exim.org> | 2012-04-28 06:21:02 -0700 |
commit | c80c557026f3933b0472b13331924f8bd4ed9bf7 (patch) | |
tree | d7f4603a8e12580505fd2dcc165d70edcc895972 /doc/doc-txt | |
parent | dec5017e2e41bb85d559e2b35713f1e294cdde8c (diff) |
TLS fixes for OpenSSL.
Support TLS 1.1 & 1.2
New "openssl_options" values (all now documented).
Set SSL_MODE_AUTO_RETRY so that OpenSSL will retry a read or write after
TLS renegotiation, which otherwise led to messages "Got SSL error 2".
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 03f4469af..1d313879a 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -53,6 +53,11 @@ PP/13 tls_peerdn now print-escaped for spool files. Observed some $tls_peerdn in wild which contained \n, which resulted in spool file corruption. +PP/14 TLS fixes for OpenSSL: support TLS 1.1 & 1.2; new "openssl_options" + values; set SSL_MODE_AUTO_RETRY so that OpenSSL will retry a read + or write after TLS renegotiation, which otherwise led to messages + "Got SSL error 2". + Exim version 4.77 ----------------- |