openssl/providers/implementations/kdfs
Pauli 4a0a9e5767 scrypt: free the MD reference correctly.
The code was calling EVP_MD_meth_free which is incorrect.  It should call
EVP_MD_free.  It happened to work but by luck rather than design.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10973)
2020-01-31 17:52:05 +10:00
..
build.info Add KRB5KDF from RFC 3961 2019-10-23 08:32:48 +02:00
hkdf.c Deprecate the low level HMAC functions 2020-01-29 19:49:23 +10:00
kbkdf.c kdfs: make free calls check for NULL. 2019-11-22 15:19:28 +10:00
krb5kdf.c Deprecate the low level DES functions. 2020-01-25 09:30:59 +10:00
pbkdf2_fips.c
pbkdf2.c Deprecate the low level HMAC functions 2020-01-29 19:49:23 +10:00
pbkdf2.h
scrypt.c scrypt: free the MD reference correctly. 2020-01-31 17:52:05 +10:00
sshkdf.c kdfs: make free calls check for NULL. 2019-11-22 15:19:28 +10:00
sskdf.c kdfs: make free calls check for NULL. 2019-11-22 15:19:28 +10:00
tls1_prf.c kdfs: make free calls check for NULL. 2019-11-22 15:19:28 +10:00
x942kdf.c kdfs: make free calls check for NULL. 2019-11-22 15:19:28 +10:00