aboutsummaryrefslogtreecommitdiffstats
path: root/include/openssl/bnerr.h
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2017-08-02 14:00:52 -0400
committerRich Salz <rsalz@openssl.org>2017-08-03 10:45:17 -0400
commitddc6a5c8f5900959bdbdfee79e1625a3f7808acd (patch)
tree3121037aca10793706bbc4b8800b40ba305a1c06 /include/openssl/bnerr.h
parentae3947de09522206d61c0206a733517b10a910f8 (diff)
downloadopenssl-ddc6a5c8f5900959bdbdfee79e1625a3f7808acd.tar.gz
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)
Diffstat (limited to 'include/openssl/bnerr.h')
-rw-r--r--include/openssl/bnerr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/openssl/bnerr.h b/include/openssl/bnerr.h
index 0578473ef2..b63af9df42 100644
--- a/include/openssl/bnerr.h
+++ b/include/openssl/bnerr.h
@@ -23,6 +23,7 @@ int ERR_load_BN_strings(void);
* BN function codes.
*/
# define BN_F_BNRAND 127
+# define BN_F_BNRAND_RANGE 138
# define BN_F_BN_BLINDING_CONVERT_EX 100
# define BN_F_BN_BLINDING_CREATE_PARAM 128
# define BN_F_BN_BLINDING_INVERT_EX 101