Make the RAND code available from inside the FIPS module
authorMatt Caswell <matt@openssl.org>
Thu, 23 May 2019 13:35:42 +0000 (14:35 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 28 Jun 2019 09:22:21 +0000 (10:22 +0100)
commit57ca171a131e6d55b4c4f6decefedeaa509db702
tree69f6f52ea75f782b9a60a7702959de68a50da7d9
parent0da1d43a94ffc8f2aaadcaa441f556ed54f0ecda
Make the RAND code available from inside the FIPS module

Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/9035)
13 files changed:
crypto/hmac/build.info
crypto/hmac/hm_meth.c
crypto/rand/build.info
crypto/rand/drbg_ctr.c
crypto/rand/drbg_hash.c
crypto/rand/drbg_hmac.c
crypto/rand/drbg_lib.c
crypto/rand/rand_crng_test.c
crypto/rand/rand_lcl.h
crypto/rand/rand_unix.c
crypto/rand/rand_win.c
test/build.info
test/drbgtest.c