rand: instantiate the DRBGs upon first use.
authorPauli <paul.dale@oracle.com>
Wed, 26 Aug 2020 04:11:49 +0000 (14:11 +1000)
committerPauli <paul.dale@oracle.com>
Fri, 28 Aug 2020 00:19:56 +0000 (10:19 +1000)
commit4516bf7422223a47f98931c1315985bd9dc303af
treef02954cf10010601db1209f0372c6628000d45c2
parentedd53e9135d9546e3611ca1d45876bac15047aa8
rand: instantiate the DRBGs upon first use.

Fixes #12714

[skip ci]

Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/12717)
crypto/rand/rand_lib.c
test/build.info
test/rand_status_test.c [new file with mode: 0644]
test/recipes/05-test_rand.t