]> git.sur5r.net Git - openldap/commit
ITS#7276 MozNSS: allow CA certdb together with PEM CA bundle file
authorJan Vcelak <jvcelak@redhat.com>
Fri, 18 May 2012 10:11:51 +0000 (12:11 +0200)
committerQuanah Gibson-Mount <quanah@openldap.org>
Wed, 30 May 2012 20:37:47 +0000 (13:37 -0700)
commit31ac9308732280751b439946eb161cf67d03640b
tree658114743e2e9ec5ee38fb50c52bfa06bf0a58d1
parentfa46abe1c490e45b559dbfc1f73c802ae3f8bb65
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.
libraries/libldap/tls_m.c