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
dh_ameth.c
dh_asn1.c
dh_backend.c
dh_check.c Fix DH private key check. 2021-06-16 11:25:24 +01:00
dh_depr.c
dh_err.c
dh_gen.c
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
dh_lib.c Fix DH private key check. 2021-06-16 11:25:24 +01:00
dh_local.h
dh_meth.c
dh_pmeth.c Rename all getters to use get/get0 in name 2021-06-01 12:40:00 +02:00
dh_prn.c
dh_rfc5114.c