openssl/providers/implementations
Shane Lontis 116d2510f7 Add dh_kdf support to provider
Similiar to ecdh this supports the legacy kdf inside the provider dh key exchange.
The supporting EVP_PKEY_CTX macros have been changed into mehtods and moved into dh_ctrl.c
New kdfs such as SSKDF should be done as a seperate pass after doing the derive.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/12575)
2020-08-11 20:39:19 +10:00
..
asymciphers gettables: provider changes to pass the provider context. 2020-08-07 08:02:14 +10:00
ciphers gettables: provider changes to pass the provider context. 2020-08-07 08:02:14 +10:00
digests gettables: provider changes to pass the provider context. 2020-08-07 08:02:14 +10:00
exchange Add dh_kdf support to provider 2020-08-11 20:39:19 +10:00
include/prov Add DHX support to keymanager 2020-08-11 20:39:19 +10:00
kdfs Implement a EVP_PKEY KDF to KDF provider bridge 2020-08-10 14:51:57 +01:00
keymgmt Add DHX support to keymanager 2020-08-11 20:39:19 +10:00
macs mac: add some consistency to setting the XXX_final output length. 2020-08-07 08:07:07 +10:00
rands rand: fix typo in parameter name 2020-08-08 23:50:41 +02:00
serializers PROV: Fix MSBLOB / PVK deserializer 2020-08-07 04:44:06 +02:00
signature RSA: Be less strict on PSS parameters when exporting to provider 2020-08-07 09:59:18 +10:00
build.info rand: set up EVP and DRBG infrastructure for RAND from providers. 2020-06-24 20:05:41 +10:00