openssl/providers/implementations/signature
ndossche 8195e59986 Fix incomplete error check on RSA_public_decrypt()
According to the documentation and my analysis tool RSA_public_decrypt()
can return -1 on error, but this is not checked. Fix it by changing the
error condition.

CLA: trivial

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20250)
2023-02-28 14:36:15 +11:00
..
build.info A few cleanups of the provider build.infos 2021-05-12 13:23:33 +02:00
dsa_sig.c Allow OSSL_SIGNATURE_PARAM_NONCE_TYPE to be retrieved 2023-01-23 10:34:36 +01:00
ecdsa_sig.c Allow OSSL_SIGNATURE_PARAM_NONCE_TYPE to be retrieved 2023-01-23 10:34:36 +01:00
eddsa_sig.c S390X: Fix Ed448ph 2023-01-19 14:08:36 +01:00
mac_legacy_sig.c Stop raising ERR_R_MALLOC_FAILURE in most places 2022-10-05 14:02:03 +02:00
rsa_sig.c Fix incomplete error check on RSA_public_decrypt() 2023-02-28 14:36:15 +11:00
sm2_sig.c Stop raising ERR_R_MALLOC_FAILURE in most places 2022-10-05 14:02:03 +02:00