mirror of
https://github.com/openssl/openssl.git
synced 2024-12-15 06:01:37 +08:00
cefa762ee5
Add an interface that allows accessing the scrypt KDF as a PKEY_METHOD. This fixes #4021 (at least for the scrypt portion of the issue). Reviewed-by: Paul Dale <paul.dale@oracle.com> Reviewed-by: Stephen Henson <steve@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4026)
4 lines
92 B
Plaintext
4 lines
92 B
Plaintext
LIBS=../../libcrypto
|
|
SOURCE[../../libcrypto]=\
|
|
tls1_prf.c kdf_err.c hkdf.c scrypt.c
|