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 e631ce808ed56119e61321463d06db7999ba5a08 (commit) via 0205e83f4670d10ad3c6ae4b8fc5ec1d0c7020c0 (commit) via 3e100bb54dcff1596296319322f4d73f2730f3e5 (commit) via cb00bb02181f4929fca34436f8f9e4a181667ac2 (commit) from 0480aec04ee32a51de8111e885815ecd43a075e7 (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 e631ce808ed56119e61321463d06db7999ba5a08 Author: Howard Chu hyc@openldap.org Date: Sat Sep 7 09:47:19 2013 -0700
ITS#7595 Add Elliptic Curve support for OpenSSL
commit 0205e83f4670d10ad3c6ae4b8fc5ec1d0c7020c0 Author: Howard Chu hyc@openldap.org Date: Sat Sep 7 09:39:24 2013 -0700
ITS#7430 GnuTLS: Avoid use of deprecated function
commit 3e100bb54dcff1596296319322f4d73f2730f3e5 Author: Howard Chu hyc@openldap.org Date: Sat Sep 7 09:38:47 2013 -0700
Add GnuTLS channel binding support
commit cb00bb02181f4929fca34436f8f9e4a181667ac2 Author: Howard Chu hyc@openldap.org Date: Sat Sep 7 08:58:25 2013 -0700
Fix double-free on ciphersuite parse failure
GnuTLS does an implicit free on failure.
-----------------------------------------------------------------------
Summary of changes: doc/man/man5/slapd-config.5 | 7 +++++++ doc/man/man5/slapd.conf.5 | 7 +++++++ include/ldap.h | 1 + libraries/libldap/ldap-int.h | 2 ++ libraries/libldap/tls2.c | 17 +++++++++++++++++ libraries/libldap/tls_g.c | 33 ++++++++++++++++++++++++++++++++- libraries/libldap/tls_o.c | 33 ++++++++++++++++++++++++++++++--- servers/slapd/bconfig.c | 12 +++++++++++- 8 files changed, 107 insertions(+), 5 deletions(-)