mirror of
https://github.com/openssl/openssl.git
synced 2024-12-21 06:09:35 +08:00
ac2d58c72b
Some KDF implementations were available before the current EVP_KDF API. They were used via EVP_PKEY_derive. There exists a bridge between the old API and the EVP_KDF API however this bridge itself uses a legacy EVP_PKEY_METHOD. This commit implements a provider side bridge without having to use any legacy code. Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/12573) |
||
---|---|---|
.. | ||
build.info | ||
hkdf.c | ||
kbkdf.c | ||
krb5kdf.c | ||
pbkdf2_fips.c | ||
pbkdf2.c | ||
pbkdf2.h | ||
scrypt.c | ||
sshkdf.c | ||
sskdf.c | ||
tls1_prf.c | ||
x942kdf.c |