openssl/crypto/rand
Rich Salz ddc6a5c8f5 Add RAND_priv_bytes() for private keys
Add a new global DRBG for private keys used by RAND_priv_bytes.

Add BN_priv_rand() and BN_priv_rand_range() which use RAND_priv_bytes().
Change callers to use the appropriate BN_priv... function.

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/4076)
2017-08-03 10:45:17 -04:00
..
build.info Switch from ossl_rand to DRBG rand 2017-08-03 09:23:28 -04:00
drbg_lib.c Add RAND_priv_bytes() for private keys 2017-08-03 10:45:17 -04:00
drbg_rand.c Switch from ossl_rand to DRBG rand 2017-08-03 09:23:28 -04: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 Add RAND_priv_bytes() for private keys 2017-08-03 10:45:17 -04:00
rand_lib.c Add RAND_priv_bytes() for private keys 2017-08-03 10:45:17 -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 Switch from ossl_rand to DRBG rand 2017-08-03 09:23:28 -04:00
randfile.c Fix use-after-free 2017-07-17 07:46:49 -04:00