summaryrefslogtreecommitdiffstats
path: root/test/threadstest.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* test: add test case to reliably reproduce RAND leak during POSTPauli2021-05-241-0/+82
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)