openssl/crypto/dh
Shane Lontis 9932585220 Fix DH private key check.
A recent addition removed setting the dh private key length when
a safe prime group is used. The private key validation check was relying on this
being set for safe primes. Setting the upper bound no longer checks the
length if the value is zero.

This caused a failure in the daily build of acvp_tests.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15760)
2021-06-16 11:25:24 +01:00
..
build.info EVP_PKEY & DH: Make DH EVP_PKEY_CTX parameter ctrls / setters more available 2020-12-16 11:55:39 +01:00
dh_ameth.c Modify EVP_PKEY_ASN1_METHOD's export_to function to take an importer 2021-05-20 12:57:22 +01:00
dh_asn1.c Update copyright year 2021-03-11 13:27:36 +00:00
dh_backend.c Detect low-level engine and app method based keys 2021-04-19 11:36:16 +02:00
dh_check.c Fix DH private key check. 2021-06-16 11:25:24 +01:00
dh_depr.c
dh_err.c err: rename err_load_xxx_strings_int functions 2021-05-26 13:01:47 +10:00
dh_gen.c Update copyright year 2021-03-11 13:27:36 +00:00
dh_group_params.c Fix DH/DHX named groups to not overwrite the private key length. 2021-06-14 09:21:12 +10:00
dh_kdf.c Rename all getters to use get/get0 in name 2021-06-01 12:40:00 +02:00
dh_key.c add zero strenght arguments to BN and RAND RNG calls 2021-05-29 17:17:12 +10:00
dh_lib.c Fix DH private key check. 2021-06-16 11:25:24 +01:00
dh_local.h Rename OPENSSL_CTX prefix to OSSL_LIB_CTX 2020-10-15 11:59:53 +01:00
dh_meth.c Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call 2020-11-13 09:35:02 +01:00
dh_pmeth.c Rename all getters to use get/get0 in name 2021-06-01 12:40:00 +02:00
dh_prn.c Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call 2020-11-13 09:35:02 +01:00
dh_rfc5114.c Update copyright year 2021-03-11 13:27:36 +00:00