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 16f8b0902c28b1eaab93ddf120ce40b89bcda8d1 (commit) from 0045e56c34bc8897f69219a366a763f852df5534 (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 16f8b0902c28b1eaab93ddf120ce40b89bcda8d1 Author: Howard Chu hyc@openldap.org Date: Tue Sep 10 04:26:51 2013 -0700
ITS#7398 add LDAP_OPT_X_TLS_PEERCERT
retrieve peer cert for an active TLS session
-----------------------------------------------------------------------
Summary of changes: doc/man/man3/ldap_get_option.3 | 8 ++++++++ include/ldap.h | 1 + libraries/libldap/ldap-tls.h | 2 ++ libraries/libldap/tls2.c | 23 +++++++++++++++++++++++ libraries/libldap/tls_g.c | 19 +++++++++++++++++++ libraries/libldap/tls_m.c | 17 +++++++++++++++++ libraries/libldap/tls_o.c | 16 ++++++++++++++++ 7 files changed, 86 insertions(+), 0 deletions(-)