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 cbf5f034766c0b1c02e5d87f60c1e3626430cc71 (commit) via 46c93e41f43da7f16270179c6eff75e450617329 (commit) via 35a880c53ed0d06b9d0010c9a3ddca04f66dfa9c (commit) from a795d7cc0b6583ed3eb5313b9203087af6d336c3 (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 cbf5f034766c0b1c02e5d87f60c1e3626430cc71 Author: Jan Vcelak jvcelak@redhat.com Date: Fri Sep 14 14:24:29 2012 +0200
ITS#7389 - MozNSS: load certificates from certdb, fallback to PEM
If TLS_CACERT pointed to a PEM file and TLS_CACERTDIR was set to NSS certificate database, the backend assumed that the certificate is always located in the certificate database. This assumption might be wrong.
This patch makes the library to try to load the certificate from NSS database and fallback to PEM file if unsuccessfull.
commit 46c93e41f43da7f16270179c6eff75e450617329 Author: Ian Puleston ipuleston@SonicWALL.com Date: Thu Sep 18 18:48:50 2014 -0700
ITS#8167 Fix non-blocking TLS with referrals
commit 35a880c53ed0d06b9d0010c9a3ddca04f66dfa9c Author: Quanah Gibson-Mount quanah@openldap.org Date: Fri Sep 22 14:25:20 2017 -0700
ITS#8687 - EGD is disabled by default in OpenSSL 1.1. We need to comment out this block if it is not detected. Particularly affects cross compilation.
-----------------------------------------------------------------------
Summary of changes: libraries/libldap/tls2.c | 6 +++--- libraries/libldap/tls_m.c | 39 +++++++++++++++++++++++++++------------ libraries/libldap/tls_o.c | 6 ++++-- 3 files changed, 34 insertions(+), 17 deletions(-)