diff options
author | Phil Pennock <pdp@exim.org> | 2011-02-05 00:22:28 -0500 |
---|---|---|
committer | Phil Pennock <pdp@exim.org> | 2011-02-05 00:22:28 -0500 |
commit | bc19a55bf1d4db3a09f8030484faf8a824a9805d (patch) | |
tree | a1731b5abf2d3b6c527a039963eda7ccace69c4e /doc/doc-txt/ChangeLog | |
parent | 09dcaba9252681dbacff8c19b34e983c659e44b9 (diff) |
LDAP TLS negotiation support.
closes bug 230
Applies patches provided by Adam Ciarcinski of NetBSD in bug 230.
Adds documentation.
Tested the negotiation and server verification, not tested the client
certificate presentation but looks sane.
Diffstat (limited to 'doc/doc-txt/ChangeLog')
-rw-r--r-- | doc/doc-txt/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 6e1bd4566..083870af6 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -32,6 +32,8 @@ NM/02 Fix wide character breakage in the rfc2047 coding NM/03 Allow underscore in dnslist lookups Fixes bug 1026. Patch from Graeme Fowler +PP/04 Bugzilla 230: Support TLS-enabled LDAP (in addition to ldaps). + Code patches from Adam Ciarcinski of NetBSD. Exim version 4.74 |