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
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
mac_legacy_sig.c
rsa_sig.c Fix incomplete error check on RSA_public_decrypt() 2023-02-28 14:36:15 +11:00
sm2_sig.c