summaryrefslogtreecommitdiffstats
path: root/util/libcrypto.num
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2019-06-28 11:24:51 +0100
committerMatt Caswell <matt@openssl.org>2019-07-02 16:49:18 +0100
commitee1d4f3db4e8963c6472420d0256c2bfd6525137 (patch)
tree476e1b636b9a7140ae49d11a59175ee4e8fa311c /util/libcrypto.num
parent6694e51dbaecc7b331a6f0fa484d77008367c59c (diff)
Make BIGNUM rand functions available within the FIPS module
The BIGNUM rand functions were previously disabled for the FIPS module. We can now re-enable them. Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> (Merged from https://github.com/openssl/openssl/pull/9193)
Diffstat (limited to 'util/libcrypto.num')
-rw-r--r--util/libcrypto.num4
1 files changed, 4 insertions, 0 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num
index d0031240dc..49d2f22588 100644
--- a/util/libcrypto.num
+++ b/util/libcrypto.num
@@ -4674,3 +4674,7 @@ OPENSSL_thread_stop_ex 4779 3_0_0 EXIST::FUNCTION:
OSSL_PARAM_locate_const 4780 3_0_0 EXIST::FUNCTION:
X509_REQ_set0_sm2_id 4781 3_0_0 EXIST::FUNCTION:SM2
X509_REQ_get0_sm2_id 4782 3_0_0 EXIST::FUNCTION:SM2
+BN_rand_ex 4783 3_0_0 EXIST::FUNCTION:
+BN_priv_rand_ex 4784 3_0_0 EXIST::FUNCTION:
+BN_rand_range_ex 4785 3_0_0 EXIST::FUNCTION:
+BN_priv_rand_range_ex 4786 3_0_0 EXIST::FUNCTION: