aboutsummaryrefslogtreecommitdiff
path: root/test/build.info
diff options
context:
space:
mode:
authorolszomal <Malgorzata.Olszowka@stunnel.org>2023-11-30 17:57:45 +0100
committerTomas Mraz <tomas@openssl.org>2023-12-04 09:52:33 +0100
commitd6961af1acbdf29b684f3307578bd03890a26a9c (patch)
treeea19e58ee4cd17a381d5651eae20d6ad63124d04 /test/build.info
parent20c680de9c435534be48fa85b2a975067a4e7c9d (diff)
downloadopenssl-d6961af1acbdf29b684f3307578bd03890a26a9c.zip
openssl-d6961af1acbdf29b684f3307578bd03890a26a9c.tar.gz
openssl-d6961af1acbdf29b684f3307578bd03890a26a9c.tar.bz2
Add a test for X509_load_cert_file()
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/22885)
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 a71ee13..e8a4d39 100644
--- a/test/build.info
+++ b/test/build.info
@@ -63,7 +63,7 @@ IF[{- !$disabled{tests} -}]
provfetchtest prov_config_test rand_test ca_internals_test \
bio_tfo_test membio_test bio_dgram_test list_test fips_version_test \
x509_test hpke_test pairwise_fail_test nodefltctxtest \
- evp_xof_test
+ evp_xof_test x509_load_cert_file_test
IF[{- !$disabled{'rpk'} -}]
PROGRAMS{noinst}=rpktest
@@ -595,6 +595,10 @@ IF[{- !$disabled{tests} -}]
INCLUDE[x509_dup_cert_test]=../include ../apps/include
DEPEND[x509_dup_cert_test]=../libcrypto libtestutil.a
+ SOURCE[x509_load_cert_file_test]=x509_load_cert_file_test.c
+ INCLUDE[x509_load_cert_file_test]=../include ../apps/include
+ DEPEND[x509_load_cert_file_test]=../libcrypto libtestutil.a
+
SOURCE[x509_check_cert_pkey_test]=x509_check_cert_pkey_test.c
INCLUDE[x509_check_cert_pkey_test]=../include ../apps/include
DEPEND[x509_check_cert_pkey_test]=../libcrypto libtestutil.a