Make the rand_crng code OPENSSL_CTX aware
authorMatt Caswell <matt@openssl.org>
Thu, 23 May 2019 15:51:55 +0000 (16:51 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 7 Jun 2019 11:04:34 +0000 (12:04 +0100)
commit4e297b7441a070f9dd557445665365b4377e9498
treedd38bcc49056319332f1bccbd6f13a93835f7eb3
parentda0d114cd962e89b2614f4707902c404acab7ebd
Make the rand_crng code OPENSSL_CTX aware

This is in preparation for moving this code inside the FIPS module.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9039)
crypto/rand/rand_crng_test.c
crypto/rand/rand_lcl.h
include/internal/cryptlib.h
test/drbgtest.c