openssl/crypto/rand
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 Make the RAND code available from inside the FIPS module 2019-06-28 10:22:21 +01:00
drbg_ctr.c New function EVP_CIPHER_free() 2019-09-04 10:38:13 +02:00
drbg_hash.c New function EVP_MD_free() 2019-09-04 10:38:13 +02:00
drbg_hmac.c New function EVP_MD_free() 2019-09-04 10:38:13 +02:00
drbg_lib.c drbg: ensure fork-safety without using a pthread_atfork handler 2019-09-11 11:22:18 +02:00
rand_crng_test.c New function EVP_MD_free() 2019-09-04 10:38:13 +02:00
rand_egd.c Remove NextStep support 2019-07-01 13:32:46 -04:00
rand_err.c util/mkerr.pl: make it not depend on the function code 2019-09-12 17:59:52 +02:00
rand_lcl.h drbg: ensure fork-safety without using a pthread_atfork handler 2019-09-11 11:22:18 +02:00
rand_lib.c drbg: fix issue where DRBG_CTR fails if NO_DF is used (2nd attempt) 2019-09-11 11:22:18 +02:00
rand_unix.c drbg: add fork id to additional data on UNIX systems 2019-09-11 11:22:18 +02:00
rand_vms.c Clear seed source structures. 2019-03-29 20:11:41 +10:00
rand_vxworks.c Use vxRandLib for VxWorks7 2019-05-02 23:32:44 +02:00
rand_win.c Fix build with VS2008 2019-09-09 16:43:52 +02:00
randfile.c Circumvent a problem of lacking GetEnvironmentVariable() in WindowsCE. 2019-03-29 09:51:24 +00:00