openssl/crypto/dh
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
dh192.pem
dh512.pem
dh1024.pem
dh2048.pem
dh4096.pem
dh_ameth.c
dh_asn1.c ASN.1: adapt our use of INTxx et al by making them explicitely embedded 2017-04-13 10:23:31 +02:00
dh_check.c Change to check last return value of BN_CTX_get 2017-06-26 15:40:16 +02:00
dh_depr.c
dh_err.c make error tables const and separate header file 2017-06-07 15:12:03 -04:00
dh_gen.c Change to check last return value of BN_CTX_get 2017-06-26 15:40:16 +02:00
dh_kdf.c
dh_key.c Add RAND_priv_bytes() for private keys 2017-08-03 10:45:17 -04:00
dh_lib.c Make default_method mostly compile-time 2017-04-07 12:19:46 -04:00
dh_locl.h Act on deprecation of LONG and ZLONG, step 2 2017-04-10 12:11:00 +02:00
dh_meth.c
dh_pmeth.c
dh_prn.c
dh_rfc5114.c