summaryrefslogtreecommitdiffstats
path: root/test/build.info
diff options
context:
space:
mode:
authorslontis <shane.lontis@oracle.com>2022-10-13 17:02:54 +1000
committerTomas Mraz <tomas@openssl.org>2022-11-02 11:14:32 +0100
commit29d4d8e80e72c458501888d41bdfa00f51914909 (patch)
treed50c2f6854d27a331ddb5e3b34dde41b843ab1cc /test/build.info
parent3929345ee49f6b3a04f446c9589bb338f12e71ac (diff)
Add test for X509 sign TBS cache regression.
See Issue #19388. Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/19406)
Diffstat (limited to 'test/build.info')
-rw-r--r--test/build.info7
1 files changed, 6 insertions, 1 deletions
diff --git a/test/build.info b/test/build.info
index 32d9da78ac..419b5fb12c 100644
--- a/test/build.info
+++ b/test/build.info
@@ -63,7 +63,8 @@ IF[{- !$disabled{tests} -}]
keymgmt_internal_test hexstr_test provider_status_test defltfips_test \
bio_readbuffer_test user_property_test pkcs7_test upcallstest \
provfetchtest prov_config_test rand_test ca_internals_test \
- bio_tfo_test membio_test bio_dgram_test list_test fips_version_test
+ bio_tfo_test membio_test bio_dgram_test list_test fips_version_test \
+ x509_test
IF[{- !$disabled{'deprecated-3.0'} -}]
PROGRAMS{noinst}=enginetest
@@ -496,6 +497,10 @@ IF[{- !$disabled{tests} -}]
INCLUDE[x509_time_test]=../include ../apps/include
DEPEND[x509_time_test]=../libcrypto libtestutil.a
+ SOURCE[x509_test]=x509_test.c
+ INCLUDE[x509_test]=../include ../apps/include
+ DEPEND[x509_test]=../libcrypto libtestutil.a
+
SOURCE[recordlentest]=recordlentest.c helpers/ssltestlib.c
INCLUDE[recordlentest]=../include ../apps/include
DEPEND[recordlentest]=../libcrypto ../libssl libtestutil.a