Branch
Hash :
18255ab2
Author :
Date :
2025-09-23T10:22:38
Clarify link dependency towards libgcrypt or OpenSSL's libcrypto. * modules/crypto/gc-arcfour (Link): New section. * modules/crypto/gc-arctwo (Link): Likewise. * modules/crypto/gc-camellia (Link): Likewise. * modules/crypto/gc-des (Link): Likewise. * modules/crypto/gc-hmac-md5 (Link): Likewise. * modules/crypto/gc-hmac-sha1 (Link): Likewise. * modules/crypto/gc-hmac-sha256 (Link): Likewise. * modules/crypto/gc-hmac-sha512 (Link): Likewise. * modules/crypto/gc-md2 (Link): Likewise. * modules/crypto/gc-md4 (Link): Likewise. * modules/crypto/gc-md5 (Link): Likewise. * modules/crypto/gc-pbkdf2 (Link): Likewise. * modules/crypto/gc-pbkdf2-sha1 (Link): Likewise. * modules/crypto/gc-rijndael (Link): Likewise. * modules/crypto/gc-sha1 (Link): Likewise. * modules/crypto/gc-sha256 (Link): Likewise. * modules/crypto/gc-sha512 (Link): Likewise. * modules/crypto/gc-sm3 (Link): Likewise. * modules/crypto/gc-random (Link): Add $(LIB_CRYPTO).
Description:
Password-Based Key Derivation Function according to PKCS#5/RFC2898
Files:
lib/gc-pbkdf2.c
Depends-on:
crypto/gc
configure.ac:
Makefile.am:
lib_SOURCES += gc-pbkdf2.c
Include:
"gc.h"
Link:
$(LIB_CRYPTO)
License:
LGPLv2+
Maintainer:
Simon Josefsson