test: add test case to reliably reproduce RAND leak during POST
authorPauli <pauli@openssl.org>
Fri, 14 May 2021 05:41:14 +0000 (15:41 +1000)
committerPauli <pauli@openssl.org>
Sun, 23 May 2021 23:39:15 +0000 (09:39 +1000)
commit235776b2c70fa2e283ea9fb47daf2cab4bc2309a
tree5c1e360a72797a4e3843d69b9f581192255b714f
parentb6f0f050fd6e40286eb33fcdf28507b0f9b79b26
test: add test case to reliably reproduce RAND leak during POST

The FIPS provider leaks a RAND if the POST is run at initialisation time.
This test case reliably reproduces this event.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15278)
test/build.info
test/recipes/90-test_threads.t
test/threadstest.c
test/threadstest.h [new file with mode: 0644]
test/threadstest_fips.c [new file with mode: 0644]