openssl/crypto/rand
Rich Salz 9f08a1c63e Install custom RAND_METHOD for fuzzing
Instead of setting a "magic" global variable to force RAND to keep
consistent state and always generate the same bytestream, have
the fuzzing code install its own RAND_METHOD that does this.  For
BN_RAND_DEBUG, we just don't do it; that debugging was about mucking
with BN's internal representation, not requiring predictable rand
bytes.

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/4025)
2017-07-26 19:27:54 -04:00
..
build.info Add DRBG random method 2017-07-19 03:25:16 -04:00
drbg_lib.c Add range-checking to RAND_DRBG_set_reseed_interval 2017-07-20 05:49:09 -04:00
drbg_rand.c Add --with-rand-seed 2017-07-22 14:00:07 -04:00
ossl_rand.c Install custom RAND_METHOD for fuzzing 2017-07-26 19:27:54 -04:00
rand_egd.c Rewrite RAND_egd 2017-07-12 11:09:39 -04:00
rand_err.c Add DRBG random method 2017-07-19 03:25:16 -04:00
rand_lcl.h Add --with-rand-seed 2017-07-22 14:00:07 -04:00
rand_lib.c Add --with-rand-seed 2017-07-22 14:00:07 -04:00
rand_unix.c Add --with-rand-seed 2017-07-22 14:00:07 -04:00
rand_vms.c Add --with-rand-seed 2017-07-22 14:00:07 -04:00
rand_win.c Add --with-rand-seed 2017-07-22 14:00:07 -04:00
randfile.c Fix use-after-free 2017-07-17 07:46:49 -04:00