openssl/crypto/dsa
Pauli dd573a2fc1 Coverity 1521557: Error handling issues
Check the return from DSA_set0_key and generate an error on failure.
Technically a false positive since the function always returns success.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/20409)
2023-03-03 10:10:22 +11:00
..
build.info
dsa_ameth.c
dsa_asn1.c
dsa_backend.c Coverity 1521557: Error handling issues 2023-03-03 10:10:22 +11:00
dsa_check.c
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 dsa/ec: update pairwise tests to account for 140-3 IG 10.3.A additiocal comment 1 2022-11-02 08:42:46 +11:00
dsa_lib.c
dsa_local.h Implement deterministic ECDSA sign (RFC6979) 2022-11-30 07:31:53 +00:00
dsa_meth.c
dsa_ossl.c Fix infinite loops in DSA sign code. 2023-03-01 09:20:49 +11:00
dsa_pmeth.c
dsa_prn.c
dsa_sign.c Implement deterministic ECDSA sign (RFC6979) 2022-11-30 07:31:53 +00:00
dsa_vrf.c