summaryrefslogtreecommitdiff
path: root/doc/doc-txt/ChangeLog
diff options
context:
space:
mode:
authorPhil Pennock <pdp@exim.org>2012-05-04 04:39:01 -0700
committerPhil Pennock <pdp@exim.org>2012-05-04 04:39:01 -0700
commit7be682ca5ebd9571a01b762195b11c34cd231830 (patch)
treea7c2ddde30095369d705a32131be71d6e6cc5091 /doc/doc-txt/ChangeLog
parentfb2bba55d3916ab1d515f1a060f19009daf447ed (diff)
TLS SNI support for OpenSSL ($tls_sni)
Diffstat (limited to 'doc/doc-txt/ChangeLog')
-rw-r--r--doc/doc-txt/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index a491cf973..4ad79c28e 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -73,6 +73,9 @@ PP/16 Removed "dont_insert_empty_fragments" fron "openssl_options".
Removed SSL_clear() after SSL_new() which led to protocol negotiation
failures. We appear to now support TLS1.1+ with Exim.
+PP/17 OpenSSL: new expansion var $tls_sni, which if used in tls_certificate
+ lets Exim select keys and certificates based upon TLS SNI from client.
+
Exim version 4.77
-----------------