openssl/crypto/dsa
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
dsa_ameth.c Implement DSA in the default provider 2019-09-09 14:00:00 +01:00
dsa_asn1.c Convert asn1_dsa.c to use the WPACKET API instead 2019-07-12 06:26:46 +10:00
dsa_depr.c Following the license change, modify the boilerplates in crypto/dsa/ 2018-12-06 14:48:43 +01:00
dsa_err.c util/mkerr.pl: make it not depend on the function code 2019-09-12 17:59:52 +02:00
dsa_gen.c Implement DSA in the default provider 2019-09-09 14:00:00 +01:00
dsa_key.c Implement DSA in the default provider 2019-09-09 14:00:00 +01:00
dsa_lib.c Implement DSA in the default provider 2019-09-09 14:00:00 +01:00
dsa_locl.h Implement DSA in the default provider 2019-09-09 14:00:00 +01:00
dsa_meth.c Following the license change, modify the boilerplates in crypto/dsa/ 2018-12-06 14:48:43 +01:00
dsa_ossl.c make RSA and DSA operations throw MISSING_PRIVATE_KEY if needed, adapt ECDSA 2019-07-31 16:56:22 +03:00
dsa_pmeth.c EVP_Digest*: enable SHA3 pre-hashing for DSA 2019-05-22 16:49:49 +02:00
dsa_prn.c Following the license change, modify the boilerplates in crypto/dsa/ 2018-12-06 14:48:43 +01:00
dsa_sign.c Following the license change, modify the boilerplates in crypto/dsa/ 2018-12-06 14:48:43 +01:00
dsa_vrf.c Following the license change, modify the boilerplates in crypto/dsa/ 2018-12-06 14:48:43 +01:00