[Date Prev][Date Next] [Chronological] [Thread] [Top]

(ITS#5696) Patch - support Mozilla NSS for crypto operations



Full_Name: Rich Megginson
Version: 2.4.11 and current HEAD
OS: Fedora
URL: ftp://ftp.openldap.org/incoming/openldap-2.4.11-nss-20080911.patch
Submission from: (NULL) (76.113.59.19)


This patch allows OpenLDAP to use Mozilla NSS for crypto.  The approach uses the
nss_compat_ossl library.  This library allows the code to use the current
OpenSSL API so that the changes to the actual OpenLDAP code are minimized.  This
is the same approach that has been used to port several other packages to use
NSS instead of OpenSSL as part of the Fedora Crypto Consolidation project.

The nss_compat_ossl library is here -
http://svn.fedorahosted.org/svn/identity/common/trunk/nss_compat_ossl/ - it is
also included with Fedora