openssl/providers/implementations/include/prov
Matt Caswell ac2d58c72b Implement a EVP_PKEY KDF to KDF provider bridge
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)
2020-08-10 14:51:57 +01:00
..
blake2.h
ciphercommon_aead.h Update copyright year 2020-06-25 14:13:12 +01:00
ciphercommon_ccm.h Update copyright year 2020-06-25 14:13:12 +01:00
ciphercommon_gcm.h Update copyright year 2020-06-25 14:13:12 +01:00
ciphercommon.h gettables: provider changes to pass the provider context. 2020-08-07 08:02:14 +10:00
digestcommon.h gettables: provider changes to pass the provider context. 2020-08-07 08:02:14 +10:00
implementations.h Implement a EVP_PKEY KDF to KDF provider bridge 2020-08-10 14:51:57 +01:00
kdfexchange.h Implement a EVP_PKEY KDF to KDF provider bridge 2020-08-10 14:51:57 +01:00
md5_sha1.h
rand_pool.h rand_drbg: remove RAND_DRBG. 2020-08-07 14:16:47 +10:00
seeding.h share rand_pool between libcrypto and providers 2020-06-24 20:05:41 +10:00