openssl/crypto/rand
Rich Salz 9ed79d8ee1 Various RAND improvements
Try to put DRBG and rand_bytes buffers in secure heap
Read the TSC fewer times (but it's still not enabled).
Short-circuit return in win RAND_poll_ex; other minor tweaks and
format-fixes.
Use the _bytes version of rdrand/rdseed
Fix ia32cap checks.

Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de>
(Merged from https://github.com/openssl/openssl/pull/4100)
2017-08-07 19:34:33 -04:00
..
build.info Switch from ossl_rand to DRBG rand 2017-08-03 09:23:28 -04:00
drbg_lib.c Make RAND_DRBG fork-safe 2017-08-07 08:30:28 -04:00
drbg_rand.c Add entropy sanity check 2017-08-05 12:04:10 +01:00
rand_egd.c Switch from ossl_rand to DRBG rand 2017-08-03 09:23:28 -04:00
rand_err.c Add DRBG random method 2017-07-19 03:25:16 -04:00
rand_lcl.h Various RAND improvements 2017-08-07 19:34:33 -04:00
rand_lib.c Various RAND improvements 2017-08-07 19:34:33 -04:00
rand_unix.c Switch from ossl_rand to DRBG rand 2017-08-03 09:23:28 -04:00
rand_vms.c Switch from ossl_rand to DRBG rand 2017-08-03 09:23:28 -04:00
rand_win.c Various RAND improvements 2017-08-07 19:34:33 -04:00
randfile.c Fix use-after-free 2017-07-17 07:46:49 -04:00