summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTodd Lyons <tlyons@exim.org>2013-09-10 14:09:51 -0700
committerTodd Lyons <tlyons@exim.org>2013-09-22 09:22:48 -0700
commit33382dd9537a16c676e07632e122c0112855d5c3 (patch)
tree9bd29c4a2eb6b845c9f801ec984cb969f5f549fe /doc
parenta30a8861ef512a88394517f713f1e66b486e5c7c (diff)
Bug 1287 - Fix tls_require_cert
Diffstat (limited to 'doc')
-rw-r--r--doc/doc-txt/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index 9d9f17d5b..61cd6f02b 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -223,6 +223,11 @@ TL/09 Add expansion variable $authenticated_fail_id to keep track of
TL/10 Bugzilla 1375 - Prevent TLS rebinding in ldap. Patch provided by
Alexander Miroch.
+TL/11 Bugzilla 1382 - Option ldap_require_cert overrides start_tls
+ ldap library initialization, allowing self-signed CA's to be
+ used. Also properly sets require_cert option later in code by
+ using NULL (global ldap config) instead of ldap handle (per
+ session). Bug diagnosis and testing by alxgomz.
Exim version 4.80.1
-------------------