A ref change was pushed to the OpenLDAP (openldap.git) repository. It will be available in the public mirror shortly.
The branch, OPENLDAP_REL_ENG_2_4 has been updated via 1e3fdb58ac502cee142fa04b1816ea71d149fecd (commit) via b68bf285917ee8638e118cbb5a5e70f494d78ef9 (commit) via 62f31efe1528f247f98f2b232bbb792155d71fe8 (commit) via 2e62a2511a07835c9d63386f68a793b4a81b7b92 (commit) from aab1133f16656ea209123b2aa4a6965cc9fad5ce (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 1e3fdb58ac502cee142fa04b1816ea71d149fecd Author: Quanah Gibson-Mount quanah@openldap.org Date: Mon May 6 20:09:45 2019 +0000
ITS#7595
commit b68bf285917ee8638e118cbb5a5e70f494d78ef9 Author: Howard Chu hyc@openldap.org Date: Sun Sep 8 06:32:23 2013 -0700
ITS#7595 don't try to use EC if OpenSSL lacks it
commit 62f31efe1528f247f98f2b232bbb792155d71fe8 Author: Howard Chu hyc@openldap.org Date: Sat Sep 7 10:13:40 2013 -0700
ITS#7595 more doc for elliptic curve
commit 2e62a2511a07835c9d63386f68a793b4a81b7b92 Author: Howard Chu hyc@openldap.org Date: Sat Sep 7 09:47:19 2013 -0700
ITS#7595 Add Elliptic Curve support for OpenSSL
-----------------------------------------------------------------------
Summary of changes: CHANGES | 1 + doc/guide/admin/tls.sdf | 12 ++++++++++++ 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_o.c | 37 ++++++++++++++++++++++++++++++++++--- servers/slapd/bconfig.c | 13 +++++++++++-- 9 files changed, 92 insertions(+), 5 deletions(-)