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 df1d118de82bb72a6124143a7503fdc3fd426483 (commit) from 8bb9e88d5f8731fe73c47ba3eb8812a410dbb85c (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 df1d118de82bb72a6124143a7503fdc3fd426483 Author: Jan Vcelak jvcelak@redhat.com Date: Fri May 18 12:11:51 2012 +0200
ITS#7276 MozNSS: allow CA certdb together with PEM CA bundle file
Prior to this patch, if TLS_CACERTDIR was set to Mozilla NSS certificate database and TLS_CACERT was set to a PEM bundle file with CA certificates, the PEM file content was not loaded.
With this patch and the same settings, OpenLDAP can verify certificates which are signed by CAs stored both in certdb and PEM bundle file.
-----------------------------------------------------------------------
Summary of changes: libraries/libldap/tls_m.c | 16 +++++++++++++--- 1 files changed, 13 insertions(+), 3 deletions(-)