CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/06/03 15:07:02
Modified files:
lib/libutil : Makefile pkcs5_pbkdf2.3 pkcs5_pbkdf2.c
shlib_version util.h
Added files:
lib/libutil : bcrypt_pbkdf.3 bcrypt_pbkdf.c
Log message:
Add bcrypt_pbkdf, a password based key derivation function using bcrypt.
Technically, it's a slight variant of bcrypt better suited for use as a
pluggable hash with PKCS #5 PBKDF2.
ok djm
(also tweak pkcs5_pbkdf2() prototype to have consistent types.)
