openssl/crypto/dsa
Tomas Mraz eaee1765a4 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)
2023-10-11 16:22:27 +02:00
..
build.info
dsa_ameth.c Stop raising ERR_R_MALLOC_FAILURE in most places 2022-10-05 14:02:03 +02:00
dsa_asn1.c
dsa_backend.c Copyright year updates 2023-09-07 09:59:15 +01:00
dsa_check.c DH_check_pub_key() should not fail when setting result code 2023-10-11 16:22:27 +02:00
dsa_depr.c
dsa_err.c Fix infinite loops in DSA sign code. 2023-03-01 09:20:49 +11:00
dsa_gen.c
dsa_key.c Copyright year updates 2023-09-07 09:59:15 +01:00
dsa_lib.c Don't (re-)initialize the FFC_PARAMs in dh_init and dsa_init 2023-10-04 12:22:04 +02:00
dsa_local.h Implement deterministic ECDSA sign (RFC6979) 2022-11-30 07:31:53 +00:00
dsa_meth.c Stop raising ERR_R_MALLOC_FAILURE in most places 2022-10-05 14:02:03 +02:00
dsa_ossl.c Don't (re-)initialize the FFC_PARAMs in dh_init and dsa_init 2023-10-04 12:22:04 +02:00
dsa_pmeth.c Update our EVP_PKEY_METHODs to get low level keys via public APIs 2021-07-22 13:52:46 +02:00
dsa_prn.c Update copyright year 2021-07-29 15:41:35 +01:00
dsa_sign.c Copyright year updates 2023-09-07 09:59:15 +01:00
dsa_vrf.c