openssl/crypto/dh
Tomas Mraz 3cf88328a9 DH_check_pub_key() should not fail when setting result code
The semantics of ossl_ffc_validate_public_key() and
ossl_ffc_validate_public_key_partial() needs to be changed
to not return error on non-fatal problems.

Fixes #22287

Reviewed-by: Todd Short <todd.short@me.com>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22291)

(cherry picked from commit eaee1765a4)
2023-10-11 16:22:55 +02: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 Coverity: fix 1506298: negative returns 2022-07-01 16:37:00 +10:00
dh_asn1.c Update copyright year 2021-03-11 13:27:36 +00:00
dh_backend.c Update copyright year 2022-03-15 13:52:58 +00:00
dh_check.c DH_check_pub_key() should not fail when setting result code 2023-10-11 16:22:55 +02:00
dh_depr.c Update copyright year 2020-04-23 13:55:52 +01:00
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 2022-12-01 12:47:05 +01:00
dh_group_params.c For known safe primes use the minimum key length according to RFC 7919 2022-07-19 12:11:02 +02:00
dh_kdf.c Remove duplicated #include headers 2022-11-21 10:49:51 +01:00
dh_key.c Don't (re-)initialize the FFC_PARAMs in dh_init and dsa_init 2023-10-04 12:23:00 +02:00
dh_lib.c Don't (re-)initialize the FFC_PARAMs in dh_init and dsa_init 2023-10-04 12:23:00 +02: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 Update copyright year 2022-10-11 13:20:27 +01: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