]> git.sur5r.net Git - openldap/commit
ITS#8198 Optionally use libnettle instead of OpenSSL for crypto
authorLuca Bruno <luca.bruno@rocket-internet.de>
Wed, 5 Nov 2014 14:32:33 +0000 (15:32 +0100)
committerQuanah Gibson-Mount <quanah@openldap.org>
Mon, 31 Aug 2015 15:30:55 +0000 (10:30 -0500)
commit3e5b02540efba3514d9e8911051a25bd6a5ff583
tree3654295384ecebe4a40c0b4be13a491f88ca5a25
parent137748e4b4849a7389788e0593951c4035bdff20
ITS#8198 Optionally use libnettle instead of OpenSSL for crypto

OpenLDAP can be configured to be either built with OpenSSL or
GnuTLS. This commit adds support for building pw-pbkbdf2 module
without OpenSSL, by using PBKDF2 crypto primitives provided by
libnettle.
Closes hamano/openldap-pbkdf2#2

Signed-off-by: Luca Bruno <luca.bruno@rocket-internet.de>
contrib/slapd-modules/passwd/pbkdf2/pw-pbkdf2.c