summaryrefslogtreecommitdiff
path: root/test/build.info
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2021-05-14 15:41:14 +1000
committerPauli <pauli@openssl.org>2021-05-24 09:39:15 +1000
commit235776b2c70fa2e283ea9fb47daf2cab4bc2309a (patch)
tree5c1e360a72797a4e3843d69b9f581192255b714f /test/build.info
parentb6f0f050fd6e40286eb33fcdf28507b0f9b79b26 (diff)
downloadopenssl-new-235776b2c70fa2e283ea9fb47daf2cab4bc2309a.tar.gz
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)
Diffstat (limited to 'test/build.info')
-rw-r--r--test/build.info6
1 files changed, 5 insertions, 1 deletions
diff --git a/test/build.info b/test/build.info
index 58d75be5d4..183c972602 100644
--- a/test/build.info
+++ b/test/build.info
@@ -47,7 +47,7 @@ IF[{- !$disabled{tests} -}]
bio_callback_test bio_memleak_test bio_core_test param_build_test \
bioprinttest sslapitest dtlstest sslcorrupttest \
bio_enc_test pkey_meth_test pkey_meth_kdf_test evp_kdf_test uitest \
- cipherbytes_test \
+ cipherbytes_test threadstest_fips \
asn1_encode_test asn1_decode_test asn1_string_table_test \
x509_time_test x509_dup_cert_test x509_check_cert_pkey_test \
recordlentest drbgtest rand_status_test sslbuffertest \
@@ -271,6 +271,10 @@ IF[{- !$disabled{tests} -}]
INCLUDE[threadstest]=../include ../apps/include
DEPEND[threadstest]=../libcrypto libtestutil.a
+ SOURCE[threadstest_fips]=threadstest_fips.c
+ INCLUDE[threadstest_fips]=../include ../apps/include
+ DEPEND[threadstest_fips]=../libcrypto libtestutil.a
+
SOURCE[afalgtest]=afalgtest.c
INCLUDE[afalgtest]=../include ../apps/include
DEPEND[afalgtest]=../libcrypto libtestutil.a