]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add a dummy call to BN_rand_ex() in the FIPS provider
authorMatt Caswell <matt@openssl.org>
Wed, 19 Jun 2019 14:20:03 +0000 (15:20 +0100)
committerMatt Caswell <matt@openssl.org>
Tue, 2 Jul 2019 15:49:18 +0000 (16:49 +0100)
commiteba3ebd7beaab865e92e4853881433aaa855392f
tree4151ebca29d6160586290313107ab8afb7ec46d9
parentee1d4f3db4e8963c6472420d0256c2bfd6525137
Add a dummy call to BN_rand_ex() in the FIPS provider

The previous commit made BIGNUM RAND operations available from within
the FIPS provider. We test this out by making a dummy call to check it
completes successfully.

Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/9193)
providers/fips/fipsprov.c