openssl/providers/common
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
..
ciphers Add EVP_CIPHER_CTX_tag_length() 2019-09-11 17:52:30 +10:00
digests Change provider params from int to size_t 2019-09-05 11:23:57 +10:00
exchange Revise EVP_PKEY param handling 2019-09-09 14:00:00 +01:00
include/internal Add EVP_CIPHER_CTX_tag_length() 2019-09-11 17:52:30 +10:00
kdfs Coverity 1453633: Error handling issues (CHECKED_RETURN) 2019-09-11 08:27:27 +10:00
keymgmt Fix no-dsa 2019-09-12 10:12:28 +01:00
macs Coverity 1453634: Resource leaks (RESOURCE_LEAK) 2019-09-11 08:27:27 +10:00
signature Revise EVP_PKEY param handling 2019-09-09 14:00:00 +01:00
build.info Implement DSA in the default provider 2019-09-09 14:00:00 +01:00
provider_err.c util/mkerr.pl: make it not depend on the function code 2019-09-12 17:59:52 +02:00
provider_util.c Fix no-engine 2019-09-12 10:14:18 +01:00
provlib.c remove end of line spaces 2019-07-16 20:35:42 +10:00