A ref change was pushed to the OpenLDAP (openldap.git) repository. It will be available in the public mirror shortly.
The branch, master has been updated via 7d6d6944c574e9030807369213b5aea53662167a (commit) from 9562ad00bd7f965df721bc22ac905bc759298a27 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 7d6d6944c574e9030807369213b5aea53662167a Author: Howard Chu hyc@openldap.org Date: Sat Sep 7 12:22:09 2013 -0700
ITS#7683 log tls prot/cipher info
Note: I could not test the MozNSS patch due to the absence of NSS PEM support on my machine. Given the review comments in https://bugzilla.mozilla.org/show_bug.cgi?id=402712 I doubt that trustworthy PEM support will be appearing for MozNSS any time soon.
-----------------------------------------------------------------------
Summary of changes: include/ldap_pvt.h | 2 + libraries/libldap/ldap-tls.h | 3 ++ libraries/libldap/tls2.c | 14 +++++++++++ libraries/libldap/tls_g.c | 16 +++++++++++++ libraries/libldap/tls_m.c | 51 +++++++++++++++++++++++++++++++++++++++++- libraries/libldap/tls_o.c | 16 +++++++++++++ servers/slapd/connection.c | 7 ++++- 7 files changed, 106 insertions(+), 3 deletions(-)