summaryrefslogtreecommitdiffstats
path: root/test/build.info
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2020-01-15 14:48:57 +0000
committerMatt Caswell <matt@openssl.org>2020-02-06 11:59:07 +0000
commit9aa78c36ec3bdcf09742f6dea403fc09d40d420f (patch)
treea5e96ca9d747bdd2a5877f31a1abe6c8d9f34287 /test/build.info
parent0f00ed7720257512924a7c891336d66e1c1083fa (diff)
Add a test for SSL_CTX_new_with_libctx()
We test that SSL_CTX_new_with_libctx() can be used to control the libctx that is in use for SSL operations. Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/10854)
Diffstat (limited to 'test/build.info')
-rw-r--r--test/build.info8
1 files changed, 6 insertions, 2 deletions
diff --git a/test/build.info b/test/build.info
index 680660a3bb..9129d0651d 100644
--- a/test/build.info
+++ b/test/build.info
@@ -45,8 +45,8 @@ IF[{- !$disabled{tests} -}]
dtlsv1listentest ct_test threadstest afalgtest d2i_test \
ssl_test_ctx_test ssl_test x509aux cipherlist_test asynciotest \
bio_callback_test bio_memleak_test param_build_test \
- bioprinttest sslapitest dtlstest sslcorrupttest bio_enc_test \
- pkey_meth_test pkey_meth_kdf_test evp_kdf_test uitest \
+ bioprinttest sslapitest sslprovidertest dtlstest sslcorrupttest \
+ bio_enc_test pkey_meth_test pkey_meth_kdf_test evp_kdf_test uitest \
cipherbytes_test \
asn1_encode_test asn1_decode_test asn1_string_table_test \
x509_time_test x509_dup_cert_test x509_check_cert_pkey_test \
@@ -321,6 +321,10 @@ IF[{- !$disabled{tests} -}]
INCLUDE[sslapitest]=../include ../apps/include ..
DEPEND[sslapitest]=../libcrypto ../libssl libtestutil.a
+ SOURCE[sslprovidertest]=sslprovidertest.c ssltestlib.c
+ INCLUDE[sslprovidertest]=../include ../apps/include ..
+ DEPEND[sslprovidertest]=../libcrypto ../libssl libtestutil.a
+
SOURCE[ocspapitest]=ocspapitest.c
INCLUDE[ocspapitest]=../include ../apps/include
DEPEND[ocspapitest]=../libcrypto libtestutil.a