openssl/providers/implementations
Matt Caswell 899e25643d Implement EVP_PKEY_param_check_quick() and use it in libssl
The low level DH API has two functions for checking parameters:
DH_check_ex() and DH_check_params_ex(). The former does a "full" check,
while the latter does a "quick" check. Most importantly it skips the
check for a safe prime. We're ok without using safe primes here because
we're doing ephemeral DH.

Now that libssl is fully using the EVP API, we need a way to specify that
we want a quick check instead of a full check. Therefore we introduce
EVP_PKEY_param_check_quick() and use it.

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/14146)
2021-02-15 14:17:36 +10:00
..
asymciphers Move the PROV_R reason codes to a public header 2021-02-11 09:34:31 +01:00
ciphers Various cleanup of PROV_R_ reason codes 2021-02-11 09:34:31 +01:00
digests Move the PROV_R reason codes to a public header 2021-02-11 09:34:31 +01:00
encode_decode Various cleanup of PROV_R_ reason codes 2021-02-11 09:34:31 +01:00
exchange Move the PROV_R reason codes to a public header 2021-02-11 09:34:31 +01:00
include/prov Replace provider digest flags with separate param fields 2021-02-10 12:31:31 +10:00
kdfs Various cleanup of PROV_R_ reason codes 2021-02-11 09:34:31 +01:00
kem Move the PROV_R reason codes to a public header 2021-02-11 09:34:31 +01:00
keymgmt Implement EVP_PKEY_param_check_quick() and use it in libssl 2021-02-15 14:17:36 +10:00
macs Various cleanup of PROV_R_ reason codes 2021-02-11 09:34:31 +01:00
rands Move the PROV_R reason codes to a public header 2021-02-11 09:34:31 +01:00
signature RSA: avoid dereferencing possibly-NULL parameter in initializers 2021-02-15 14:12:31 +10:00
storemgmt Move the PROV_R reason codes to a public header 2021-02-11 09:34:31 +01:00
build.info Add KEM (Key encapsulation mechanism) support to providers 2020-09-19 18:08:46 +10:00