From fa109ab2c254554f6407e52ada9470b348a56888 Mon Sep 17 00:00:00 2001 From: Ulrik Sandberg Date: Tue, 19 Oct 2010 20:34:19 +0000 Subject: [PATCH] LDAP-180 --- changelog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/changelog.txt b/changelog.txt index cb58de30..5944fb1f 100644 --- a/changelog.txt +++ b/changelog.txt @@ -22,6 +22,9 @@ Changes in version 1.3.1 (October 2010) associated mapper with an indication that the response is different for each search result. (LDAP-185) +* AbstractTlsDirContextAuthenticationStrategy now provides a setter for + customizing SSLSocketFactory used for TLS negotiation. (LDAP-180) + * DirContextAdapter.getObjectAttribute now returns null if the attribute exists but with no value. Added method attributeExists for cases where it has to be detected whether it was one or the other. (LDAP-215)