]> git.ipfire.org Git - thirdparty/openssl.git/commit
Make BIGNUM rand functions available within the FIPS module
authorMatt Caswell <matt@openssl.org>
Fri, 28 Jun 2019 10:24:51 +0000 (11:24 +0100)
committerMatt Caswell <matt@openssl.org>
Tue, 2 Jul 2019 15:49:18 +0000 (16:49 +0100)
commitee1d4f3db4e8963c6472420d0256c2bfd6525137
tree476e1b636b9a7140ae49d11a59175ee4e8fa311c
parent6694e51dbaecc7b331a6f0fa484d77008367c59c
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)
crypto/bn/bn_ctx.c
crypto/bn/bn_rand.c
doc/man3/BN_rand.pod
include/openssl/bn.h
util/libcrypto.num