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 ca310ebff44f10739fd75aff437c7676e089b134 (commit) from 50ab5bb1ed1c9fc23a70d1c38e726937f1147add (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 ca310ebff44f10739fd75aff437c7676e089b134 Author: Howard Chu hyc@openldap.org Date: Mon Aug 26 23:31:48 2013 -0700
Add channel binding support
Currently only implemented for OpenSSL. Needs an option to set the criticality flag.
-----------------------------------------------------------------------
Summary of changes: include/ldap_pvt.h | 1 + libraries/libldap/cyrus.c | 22 ++++++++++++++++++++++ libraries/libldap/ldap-int.h | 1 + libraries/libldap/ldap-tls.h | 2 ++ libraries/libldap/tls2.c | 7 +++++++ libraries/libldap/tls_g.c | 7 +++++++ libraries/libldap/tls_m.c | 7 +++++++ libraries/libldap/tls_o.c | 16 ++++++++++++++++ servers/slapd/connection.c | 8 ++++++++ servers/slapd/sasl.c | 18 ++++++++++++++++++ servers/slapd/slap.h | 1 + 11 files changed, 90 insertions(+), 0 deletions(-)