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 38d0a8bbdebdf1af212c36008f7d7c2de2a28af4 (commit) via 051f14f6d6809ff6074fd22e461bed71e160da92 (commit) via d8c9c414ac6992f38378a95fbb510bfde93c1c0d (commit) from 80d341aafd1d4c4ce7cf1f49859e98d37aa63d79 (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 38d0a8bbdebdf1af212c36008f7d7c2de2a28af4 Author: Howard Chu hyc@openldap.org Date: Sun Jan 31 03:29:28 2016 +0000
ITS#8353 more for OpenSSL 1.1 compat
tmp_rsa callback has been removed from OpenSSL 1.1 Use new X509_NAME accessor function to retrieve DER bytes
commit 051f14f6d6809ff6074fd22e461bed71e160da92 Author: Howard Chu hyc@openldap.org Date: Tue Jan 26 18:06:46 2016 +0000
ITS#8353 partial fix
Use newly added SSL_CTX_up_ref() Still waiting for X509_NAME accessor
commit d8c9c414ac6992f38378a95fbb510bfde93c1c0d Author: Howard Chu hyc@openldap.org Date: Thu Jan 21 18:01:17 2016 +0000
ITS#8353 partial fixes
ERR_remove_state() is deprecated since OpenSSL 1.0.0 Use X509_NAME_ENTRY_get_object() instead of direct access.
-----------------------------------------------------------------------
Summary of changes: libraries/libldap/tls_o.c | 35 +++++++++++++++++++++++++++++++++-- 1 file changed, 33 insertions(+), 2 deletions(-)