openssl/crypto/rsa
Richard Levitte 0cd1b144f9 util/mkerr.pl: make it not depend on the function code
The output C code was made to use ERR_func_error_string() to see if a
string table was already loaded or not.  Since this function returns
NULL always, this check became useless.

Change it to use ERR_reason_error_string() instead, as there's no
reason to believe we will get rid of reason strings, ever.

To top it off, we rebuild all affected C sources.

Fixes #9756

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9756)
2019-09-12 17:59:52 +02:00
..
build.info
rsa_ameth.c Ensure RSA PSS correctly returns the right default digest 2019-08-09 13:19:16 +01:00
rsa_asn1.c
rsa_chk.c
rsa_crpt.c
rsa_depr.c
rsa_err.c util/mkerr.pl: make it not depend on the function code 2019-09-12 17:59:52 +02:00
rsa_gen.c
rsa_lib.c [crypto/rsa] Set the constant-time flag in multi-prime RSA too 2019-09-06 16:11:27 +01:00
rsa_locl.h
rsa_meth.c
rsa_mp.c
rsa_none.c
rsa_oaep.c
rsa_ossl.c Coverity 1453629 and 1453638: Error handling issues (NEGATIVE_RETURNS) 2019-09-11 08:27:27 +10:00
rsa_pk1.c
rsa_pmeth.c
rsa_prn.c
rsa_pss.c
rsa_saos.c
rsa_sign.c
rsa_sp800_56b_check.c
rsa_sp800_56b_gen.c
rsa_ssl.c
rsa_x931.c
rsa_x931g.c