openssl/crypto/dh
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 DH named parameter support 2017-10-12 02:40:30 +01:00
dh192.pem
dh512.pem
dh1024.pem
dh2048.pem
dh4096.pem
dh_ameth.c Enable DH "keys" which only contain domain parameters 2019-09-09 14:00:00 +01:00
dh_asn1.c Adapt DH to use with KEYMGMT 2019-07-23 19:43:09 +02:00
dh_check.c DH_check_pub_key_ex was accidentally calling DH_check, 2019-09-09 14:43:57 +02:00
dh_depr.c Following the license change, modify the boilerplates in crypto/dh/ 2018-12-06 14:47:24 +01:00
dh_err.c util/mkerr.pl: make it not depend on the function code 2019-09-12 17:59:52 +02:00
dh_gen.c Enforce a minimum DH modulus size of 512 bits 2019-07-24 14:44:08 +02:00
dh_kdf.c Usages of KDFs converted to use the name macros 2019-09-11 10:22:49 +10:00
dh_key.c Enforce a minimum DH modulus size of 512 bits 2019-07-24 14:44:08 +02:00
dh_lib.c Use BN_clear_free in DH_set0_key 2019-09-09 14:43:57 +02:00
dh_locl.h Enforce a minimum DH modulus size of 512 bits 2019-07-24 14:44:08 +02:00
dh_meth.c Following the license change, modify the boilerplates in crypto/dh/ 2018-12-06 14:47:24 +01:00
dh_pmeth.c Change default RSA, DSA and DH size to 2048 bit 2019-05-21 16:44:02 +02:00
dh_prn.c Following the license change, modify the boilerplates in crypto/dh/ 2018-12-06 14:47:24 +01:00
dh_rfc5114.c Following the license change, modify the boilerplates in crypto/dh/ 2018-12-06 14:47:24 +01:00
dh_rfc7919.c Adapt DH to use with KEYMGMT 2019-07-23 19:43:09 +02:00