openssl/providers/implementations/signature
Benjamin Kaduk 93e43f4c47 RSA: avoid dereferencing possibly-NULL parameter in initializers
Fix CID 1472835: the explicit NULL check for prsactx is useless when
we have already dereferenced it in the initializers.

Move the actual initialization to the function body to get the
logic sequenced properly.

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/14160)
2021-02-15 14:12:31 +10:00
..
build.info Add SM2 signature algorithm to default provider 2020-09-22 08:18:09 +01:00
dsa.c Move the PROV_R reason codes to a public header 2021-02-11 09:34:31 +01:00
ecdsa.c Move the PROV_R reason codes to a public header 2021-02-11 09:34:31 +01:00
eddsa.c Move the PROV_R reason codes to a public header 2021-02-11 09:34:31 +01:00
mac_legacy.c Update copyright year 2021-01-28 13:54:57 +01:00
rsa.c RSA: avoid dereferencing possibly-NULL parameter in initializers 2021-02-15 14:12:31 +10:00
sm2sig.c Move the PROV_R reason codes to a public header 2021-02-11 09:34:31 +01:00