]> git.ipfire.org Git - thirdparty/openssl.git/commit
Convert drbg_lib to use OPENSSL_CTX for its global data
authorMatt Caswell <matt@openssl.org>
Thu, 23 May 2019 13:35:31 +0000 (14:35 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 7 Jun 2019 11:04:34 +0000 (12:04 +0100)
commitda0d114cd962e89b2614f4707902c404acab7ebd
tree2114eff6bb5c75d8f83ed33b499efbde92bdb541
parentbab6046146c4fc8f088c1aaca11598ede7609c04
Convert drbg_lib to use OPENSSL_CTX for its global data

In preparation for moving the RAND code into the FIPS module we make
drbg_lib.c OPENSSL_CTX aware.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9039)
crypto/include/internal/rand_int.h
crypto/init.c
crypto/rand/drbg_lib.c
crypto/rand/rand_lcl.h
include/internal/cryptlib.h
include/openssl/rand_drbg.h
util/libcrypto.num