]> git.ipfire.org Git - thirdparty/openssl.git/blame - test/build.info
Fix legacy OCSP_REQ_CTX_http() function to expect ASN.1 formatted input
[thirdparty/openssl.git] / test / build.info
CommitLineData
2ad75c6c 1# TODO: use ../apps/libapps.a instead of direct ../apps/lib source.
989b2ad7 2# This can't currently be done, because some of its units drag in too many
2ad75c6c
RL
3# unresolved references that don't apply here.
4# Most of all, ../apps/lib/apps.c needs to be divided in smaller pieces to
5# be useful here.
989b2ad7 6#
79c44b4e 7# Auxiliary program source (copied from ../apps/build.info)
96d4ec67 8IF[{- $config{target} =~ /^(?:VC-|mingw|BC-)/ -}]
989b2ad7 9 # It's called 'init', but doesn't have much 'init' in it...
2ad75c6c 10 $AUXLIBAPPSSRC=../apps/lib/win32_init.c
989b2ad7
RL
11ENDIF
12IF[{- $config{target} =~ /^vms-/ -}]
2ad75c6c 13 $AUXLIBAPPSSRC=../apps/lib/vms_term_sock.c ../apps/lib/vms_decc_argv.c
989b2ad7 14ENDIF
e79ae962 15$LIBAPPSSRC=../apps/lib/opt.c $AUXLIBAPPSSRC
989b2ad7 16
d90a6beb 17IF[{- !$disabled{tests} -}]
77550dbf 18 LIBS{noinst,has_main}=libtestutil.a
20f8bc72 19 SOURCE[libtestutil.a]=testutil/basic_output.c testutil/output.c \
ae269dd8 20 testutil/driver.c testutil/tests.c testutil/cb.c testutil/stanza.c \
b3ab537b 21 testutil/format_output.c testutil/load.c testutil/fake_random.c \
e74b5dcf 22 testutil/test_cleanup.c testutil/main.c testutil/testutil_init.c \
1bb6f70d 23 testutil/options.c testutil/test_options.c testutil/provider.c \
e9a5932d 24 testutil/apps_mem.c testutil/random.c $LIBAPPSSRC
5674466e 25 INCLUDE[libtestutil.a]=../include ../apps/include ..
4db40c94
RL
26 DEPEND[libtestutil.a]=../libcrypto
27
41bbba53 28 PROGRAMS{noinst}= \
5aaba376 29 confdump \
efe749c8 30 versions \
c5ec6dcf 31 aborttest test_test pkcs12_format_test \
da5fac72 32 sanitytest rsa_complex exdatatest bntest \
5b5eea4b 33 ecstresstest gmdifftest pbelutest \
43ba1573 34 destest mdc2test sha_test \
09428755 35 exptest pbetest \
9ee77767 36 evp_pkey_provided_test evp_test evp_extra_test evp_extra_test2 \
38230e30 37 evp_fetch_prov_test evp_libctx_test ossl_store_test \
c72fa255 38 v3nametest v3ext \
9ee77767
MC
39 evp_pkey_provided_test evp_test evp_extra_test evp_extra_test2 \
40 evp_fetch_prov_test v3nametest v3ext \
a40f0f64 41 crltest danetest bad_dtls_test lhash_test sparse_array_test \
9830e7ea 42 conf_include_test params_api_test params_conversion_test \
d90a6beb 43 constant_time_test verify_extra_test clienthellotest \
98374961 44 packettest asynctest secmemtest srptest memleaktest stack_test \
d90a6beb 45 dtlsv1listentest ct_test threadstest afalgtest d2i_test \
f8f686ec 46 ssl_test_ctx_test ssl_test x509aux cipherlist_test asynciotest \
93954ab0 47 bio_callback_test bio_memleak_test bio_core_test param_build_test \
88b15ed9 48 bioprinttest sslapitest dtlstest sslcorrupttest \
9aa78c36 49 bio_enc_test pkey_meth_test pkey_meth_kdf_test evp_kdf_test uitest \
235776b2 50 cipherbytes_test threadstest_fips \
c2278c8b 51 asn1_encode_test asn1_decode_test asn1_string_table_test \
12fb8c3d 52 x509_time_test x509_dup_cert_test x509_check_cert_pkey_test \
4516bf74 53 recordlentest drbgtest rand_status_test sslbuffertest \
190b9a03 54 time_offset_test pemtest ssl_cert_table_internal_test ciphername_test \
4b1fe471 55 http_test servername_test ocspapitest fatalerrtest tls13ccstest \
98dc656e 56 sysdefaulttest errtest ssl_ctx_test \
5a02d13d 57 context_internal_test aesgcmtest params_test evp_pkey_dparams_test \
251c4818 58 keymgmt_internal_test hexstr_test provider_status_test defltfips_test \
d66ff761
MC
59 bio_readbuffer_test user_property_test pkcs7_test upcallstest \
60 provfetchtest
d90a6beb 61
41bbba53
P
62 IF[{- !$disabled{'deprecated-3.0'} -}]
63 PROGRAMS{noinst}=enginetest
64 ENDIF
65
5aaba376
RL
66 SOURCE[confdump]=confdump.c
67 INCLUDE[confdump]=../include ../apps/include
68 DEPEND[confdump]=../libcrypto
69
efe749c8 70 SOURCE[versions]=versions.c
5674466e 71 INCLUDE[versions]=../include ../apps/include
efe749c8
RL
72 DEPEND[versions]=../libcrypto
73
d90a6beb 74 SOURCE[aborttest]=aborttest.c
5674466e 75 INCLUDE[aborttest]=../include ../apps/include
d90a6beb
MC
76 DEPEND[aborttest]=../libcrypto
77
a9c6d221 78 SOURCE[sanitytest]=sanitytest.c
5674466e 79 INCLUDE[sanitytest]=../include ../apps/include
a9c6d221 80 DEPEND[sanitytest]=../libcrypto libtestutil.a
d90a6beb 81
da5fac72 82 SOURCE[rsa_complex]=rsa_complex.c
5674466e 83 INCLUDE[rsa_complex]=../include ../apps/include
da5fac72 84
a9c6d221 85 SOURCE[test_test]=test_test.c
5674466e 86 INCLUDE[test_test]=../include ../apps/include
a9c6d221 87 DEPEND[test_test]=../libcrypto libtestutil.a
2fae041d 88
a9c6d221 89 SOURCE[exdatatest]=exdatatest.c
5674466e 90 INCLUDE[exdatatest]=../include ../apps/include
a9c6d221 91 DEPEND[exdatatest]=../libcrypto libtestutil.a
629192c1 92
a9c6d221 93 SOURCE[bntest]=bntest.c
5674466e 94 INCLUDE[bntest]=../include ../apps/include
a9c6d221 95 DEPEND[bntest]=../libcrypto libtestutil.a
d90a6beb
MC
96
97 SOURCE[ectest]=ectest.c
5674466e 98 INCLUDE[ectest]=../include ../apps/include
5b5eea4b 99 DEPEND[ectest]=../libcrypto.a libtestutil.a
d90a6beb 100
2556aec5 101 SOURCE[ecstresstest]=ecstresstest.c
5674466e 102 INCLUDE[ecstresstest]=../include ../apps/include
2556aec5
RS
103 DEPEND[ecstresstest]=../libcrypto libtestutil.a
104
a9c6d221 105 SOURCE[gmdifftest]=gmdifftest.c
5674466e 106 INCLUDE[gmdifftest]=../include ../apps/include
a9c6d221 107 DEPEND[gmdifftest]=../libcrypto libtestutil.a
d90a6beb 108
a9c6d221 109 SOURCE[pbelutest]=pbelutest.c
5674466e 110 INCLUDE[pbelutest]=../include ../apps/include
a9c6d221 111 DEPEND[pbelutest]=../libcrypto libtestutil.a
d90a6beb 112
a9c6d221 113 SOURCE[mdc2test]=mdc2test.c
5674466e 114 INCLUDE[mdc2test]=../include ../apps/include
a9c6d221 115 DEPEND[mdc2test]=../libcrypto libtestutil.a
d90a6beb 116
43ba1573
P
117 SOURCE[sha_test]=sha_test.c
118 INCLUDE[sha_test]=../include ../apps/include
119 DEPEND[sha_test]=../libcrypto libtestutil.a
120
a9c6d221 121 SOURCE[enginetest]=enginetest.c
5674466e 122 INCLUDE[enginetest]=../include ../apps/include
a9c6d221 123 DEPEND[enginetest]=../libcrypto libtestutil.a
777a2882 124
d90a6beb 125 SOURCE[exptest]=exptest.c
5674466e 126 INCLUDE[exptest]=../include ../apps/include
58e754fc 127 DEPEND[exptest]=../libcrypto libtestutil.a
777a2882 128
09428755
JS
129 SOURCE[pbetest]=pbetest.c
130 INCLUDE[pbetest]=../include ../apps/include
131 DEPEND[pbetest]=../libcrypto libtestutil.a
132
20f8bc72 133 SOURCE[fatalerrtest]=fatalerrtest.c helpers/ssltestlib.c
5674466e 134 INCLUDE[fatalerrtest]=../include ../apps/include
97652f0b 135 DEPEND[fatalerrtest]=../libcrypto ../libssl libtestutil.a
0ca3aea7 136
20f8bc72 137 SOURCE[tls13ccstest]=tls13ccstest.c helpers/ssltestlib.c
5674466e 138 INCLUDE[tls13ccstest]=../include ../apps/include
0ca3aea7 139 DEPEND[tls13ccstest]=../libcrypto ../libssl libtestutil.a
97652f0b 140
87e60f09
MC
141 SOURCE[upcallstest]=upcallstest.c
142 INCLUDE[upcallstest]=../include ../apps/include
143 DEPEND[upcallstest]=../libcrypto libtestutil.a
144
5725ab80
MC
145 SOURCE[user_property_test]=user_property_test.c
146 INCLUDE[user_property_test]=../include ../apps/include
147 DEPEND[user_property_test]=../libcrypto libtestutil.a
148
d90a6beb 149 SOURCE[evp_test]=evp_test.c
5674466e 150 INCLUDE[evp_test]=../include ../apps/include
6c5943c9 151 DEPEND[evp_test]=../libcrypto libtestutil.a
d5e5e2ff
SL
152 IF[{- $disabled{legacy} || !$target{dso_scheme} -}]
153 DEFINE[evp_test]=NO_LEGACY_MODULE
154 ENDIF
777a2882 155
a9c6d221 156 SOURCE[evp_extra_test]=evp_extra_test.c
afe554c2 157 INCLUDE[evp_extra_test]=../include ../apps/include
f0c62c53 158 DEPEND[evp_extra_test]=../libcrypto.a libtestutil.a
7bb82f92 159
9ee77767
MC
160 SOURCE[evp_extra_test2]=evp_extra_test2.c
161 INCLUDE[evp_extra_test2]=../include ../apps/include
162 DEPEND[evp_extra_test2]=../libcrypto libtestutil.a
163
63794b04
SL
164 SOURCE[evp_libctx_test]=evp_libctx_test.c
165 INCLUDE[evp_libctx_test]=../include ../apps/include
166 DEPEND[evp_libctx_test]=../libcrypto.a libtestutil.a
167
7bb82f92 168 SOURCE[evp_fetch_prov_test]=evp_fetch_prov_test.c
afe554c2 169 INCLUDE[evp_fetch_prov_test]=../include ../apps/include
7bb82f92 170 DEPEND[evp_fetch_prov_test]=../libcrypto libtestutil.a
1576dfe0
MC
171 IF[{- $disabled{fips} || !$target{dso_scheme} -}]
172 DEFINE[evp_extra_test]=NO_FIPS_MODULE
173 ENDIF
777a2882 174
d66ff761
MC
175 SOURCE[provfetchtest]=provfetchtest.c
176 INCLUDE[provfetchtest]=../include ../apps/include
177 DEPEND[provfetchtest]=../libcrypto.a libtestutil.a
178
6ae5543c
RL
179 SOURCE[evp_pkey_provided_test]=evp_pkey_provided_test.c
180 INCLUDE[evp_pkey_provided_test]=../include ../apps/include
f552d900 181 DEPEND[evp_pkey_provided_test]=../libcrypto.a libtestutil.a
ab14d2af 182
38230e30
P
183 IF[{- !$disabled{'acvp-tests'} -}]
184 PROGRAMS{noinst}=acvp_test
185
4f2271d5
SL
186 SOURCE[acvp_test]=acvp_test.c
187 INCLUDE[acvp_test]=../include ../apps/include
188 DEPEND[acvp_test]=../libcrypto.a libtestutil.a
189 ENDIF
190
34816949
SL
191 SOURCE[ossl_store_test]=ossl_store_test.c
192 INCLUDE[ossl_store_test]=../include ../apps/include
193 DEPEND[ossl_store_test]=../libcrypto.a libtestutil.a
194
04cb5ec0
SL
195 SOURCE[provider_status_test]=provider_status_test.c
196 INCLUDE[provider_status_test]=../include ../apps/include
197 DEPEND[provider_status_test]=../libcrypto.a libtestutil.a
198
0e43960e 199 IF[{- !$disabled{'deprecated-3.0'} -}]
0ae5d4d6
MC
200 PROGRAMS{noinst}=igetest bftest casttest
201
c72fa255
MC
202 SOURCE[igetest]=igetest.c
203 INCLUDE[igetest]=../include ../apps/include
204 DEPEND[igetest]=../libcrypto libtestutil.a
03047e7b
MC
205
206 SOURCE[bftest]=bftest.c
207 INCLUDE[bftest]=../include ../apps/include
208 DEPEND[bftest]=../libcrypto libtestutil.a
0ae5d4d6
MC
209
210 SOURCE[casttest]=casttest.c
211 INCLUDE[casttest]=../include ../apps/include
212 DEPEND[casttest]=../libcrypto libtestutil.a
c72fa255 213 ENDIF
777a2882 214
a9c6d221 215 SOURCE[v3nametest]=v3nametest.c
5674466e 216 INCLUDE[v3nametest]=../include ../apps/include
a9c6d221 217 DEPEND[v3nametest]=../libcrypto libtestutil.a
777a2882 218
a9c6d221 219 SOURCE[crltest]=crltest.c
5674466e 220 INCLUDE[crltest]=../include ../apps/include
a9c6d221 221 DEPEND[crltest]=../libcrypto libtestutil.a
2b406990 222
a9c6d221 223 SOURCE[v3ext]=v3ext.c
5674466e 224 INCLUDE[v3ext]=../include ../apps/include
a9c6d221 225 DEPEND[v3ext]=../libcrypto libtestutil.a
e417070c 226
d90a6beb 227 SOURCE[danetest]=danetest.c
5674466e 228 INCLUDE[danetest]=../include ../apps/include
1f9d203d 229 DEPEND[danetest]=../libcrypto ../libssl libtestutil.a
777a2882 230
a9c6d221 231 SOURCE[constant_time_test]=constant_time_test.c
5674466e 232 INCLUDE[constant_time_test]=../include ../apps/include
a9c6d221 233 DEPEND[constant_time_test]=../libcrypto libtestutil.a
777a2882 234
a9c6d221 235 SOURCE[verify_extra_test]=verify_extra_test.c
5674466e 236 INCLUDE[verify_extra_test]=../include ../apps/include
a9c6d221 237 DEPEND[verify_extra_test]=../libcrypto libtestutil.a
777a2882 238
a9c6d221 239 SOURCE[clienthellotest]=clienthellotest.c
5674466e 240 INCLUDE[clienthellotest]=../include ../apps/include
a9c6d221 241 DEPEND[clienthellotest]=../libcrypto ../libssl libtestutil.a
777a2882 242
a9c6d221 243 SOURCE[bad_dtls_test]=bad_dtls_test.c
5674466e 244 INCLUDE[bad_dtls_test]=../include ../apps/include
a9c6d221 245 DEPEND[bad_dtls_test]=../libcrypto ../libssl libtestutil.a
16938284 246
a9c6d221 247 SOURCE[packettest]=packettest.c
5674466e 248 INCLUDE[packettest]=../include ../apps/include
a9c6d221 249 DEPEND[packettest]=../libcrypto libtestutil.a
777a2882 250
d90a6beb 251 SOURCE[asynctest]=asynctest.c
5674466e 252 INCLUDE[asynctest]=../include ../apps/include
d90a6beb 253 DEPEND[asynctest]=../libcrypto
777a2882 254
a9c6d221 255 SOURCE[secmemtest]=secmemtest.c
5674466e 256 INCLUDE[secmemtest]=../include ../apps/include
a9c6d221 257 DEPEND[secmemtest]=../libcrypto libtestutil.a
777a2882 258
a9c6d221 259 SOURCE[srptest]=srptest.c
5674466e 260 INCLUDE[srptest]=../include ../apps/include
a9c6d221 261 DEPEND[srptest]=../libcrypto libtestutil.a
777a2882 262
a9c6d221 263 SOURCE[memleaktest]=memleaktest.c
5674466e 264 INCLUDE[memleaktest]=../include ../apps/include
a9c6d221 265 DEPEND[memleaktest]=../libcrypto libtestutil.a
04949088 266
20f8bc72 267 SOURCE[pkcs12_format_test]=pkcs12_format_test.c helpers/pkcs12.c
c5ec6dcf
JS
268 INCLUDE[pkcs12_format_test]=../include ../apps/include
269 DEPEND[pkcs12_format_test]=../libcrypto libtestutil.a
270
f505161e
SL
271 SOURCE[pkcs7_test]=pkcs7_test.c
272 INCLUDE[pkcs7_test]=../include ../apps/include
273 DEPEND[pkcs7_test]=../libcrypto libtestutil.a
274
a9c6d221 275 SOURCE[stack_test]=stack_test.c
5674466e 276 INCLUDE[stack_test]=../include ../apps/include
a9c6d221 277 DEPEND[stack_test]=../libcrypto libtestutil.a
98374961 278
a9c6d221 279 SOURCE[lhash_test]=lhash_test.c
5674466e 280 INCLUDE[lhash_test]=../include ../apps/include
a9c6d221 281 DEPEND[lhash_test]=../libcrypto libtestutil.a
508ee8f5 282
d90a6beb 283 SOURCE[dtlsv1listentest]=dtlsv1listentest.c
5674466e 284 INCLUDE[dtlsv1listentest]=../include ../apps/include
8ed9a266 285 DEPEND[dtlsv1listentest]=../libssl libtestutil.a
9666ffb3 286
a9c6d221 287 SOURCE[ct_test]=ct_test.c
5674466e 288 INCLUDE[ct_test]=../include ../apps/include
a9c6d221 289 DEPEND[ct_test]=../libcrypto libtestutil.a
71a04cfc 290
a9c6d221 291 SOURCE[threadstest]=threadstest.c
5674466e 292 INCLUDE[threadstest]=../include ../apps/include
a9c6d221 293 DEPEND[threadstest]=../libcrypto libtestutil.a
b37d6abf 294
235776b2
P
295 SOURCE[threadstest_fips]=threadstest_fips.c
296 INCLUDE[threadstest_fips]=../include ../apps/include
297 DEPEND[threadstest_fips]=../libcrypto libtestutil.a
298
a9c6d221 299 SOURCE[afalgtest]=afalgtest.c
5674466e 300 INCLUDE[afalgtest]=../include ../apps/include
a9c6d221 301 DEPEND[afalgtest]=../libcrypto libtestutil.a
d2458440 302
a9c6d221 303 SOURCE[d2i_test]=d2i_test.c
5674466e 304 INCLUDE[d2i_test]=../include ../apps/include
a9c6d221 305 DEPEND[d2i_test]=../libcrypto libtestutil.a
1400f013 306
20f8bc72 307 SOURCE[ssl_test_ctx_test]=ssl_test_ctx_test.c helpers/ssl_test_ctx.c
5674466e 308 INCLUDE[ssl_test_ctx_test]=../include ../apps/include
a9c6d221 309 DEPEND[ssl_test_ctx_test]=../libcrypto ../libssl libtestutil.a
453dfd8d 310
20f8bc72 311 SOURCE[ssl_test]=ssl_test.c helpers/ssl_test_ctx.c helpers/handshake.c
76cb077f
MC
312 IF[{- !$disabled{'srp'} -}]
313 SOURCE[ssl_test]=helpers/handshake_srp.c
314 ENDIF
5674466e 315 INCLUDE[ssl_test]=../include ../apps/include
a9c6d221 316 DEPEND[ssl_test]=../libcrypto ../libssl libtestutil.a
453dfd8d 317
a9c6d221 318 SOURCE[cipherlist_test]=cipherlist_test.c
5674466e 319 INCLUDE[cipherlist_test]=../include ../apps/include
a9c6d221 320 DEPEND[cipherlist_test]=../libcrypto ../libssl libtestutil.a
5a22cf96 321
20f8bc72
DDO
322 INCLUDE[helpers/ssl_test_ctx.o]=../include
323 INCLUDE[helpers/handshake.o]=.. ../include
324 INCLUDE[helpers/pkcs12.o]=.. ../include
325 INCLUDE[helpers/ssltestlib.o]=.. ../include
326 INCLUDE[helpers/cmp_testlib.o]=.. ../include ../apps/include
fde2257f 327
a9c6d221 328 SOURCE[x509aux]=x509aux.c
5674466e 329 INCLUDE[x509aux]=../include ../apps/include
a9c6d221 330 DEPEND[x509aux]=../libcrypto libtestutil.a
d7295cd6 331
20f8bc72 332 SOURCE[asynciotest]=asynciotest.c helpers/ssltestlib.c
5674466e 333 INCLUDE[asynciotest]=../include ../apps/include
a9c6d221 334 DEPEND[asynciotest]=../libcrypto ../libssl libtestutil.a
f8f686ec 335
c911e5da 336 SOURCE[bio_callback_test]=bio_callback_test.c
5674466e 337 INCLUDE[bio_callback_test]=../include ../apps/include
c911e5da
BE
338 DEPEND[bio_callback_test]=../libcrypto libtestutil.a
339
251c4818
SL
340 SOURCE[bio_readbuffer_test]=bio_readbuffer_test.c
341 INCLUDE[bio_readbuffer_test]=../include ../apps/include
342 DEPEND[bio_readbuffer_test]=../libcrypto libtestutil.a
343
c6048af2 344 SOURCE[bio_memleak_test]=bio_memleak_test.c
5674466e 345 INCLUDE[bio_memleak_test]=../include ../apps/include
c6048af2
CM
346 DEPEND[bio_memleak_test]=../libcrypto libtestutil.a
347
a9c6d221 348 SOURCE[bioprinttest]=bioprinttest.c
5674466e 349 INCLUDE[bioprinttest]=../include ../apps/include
a9c6d221 350 DEPEND[bioprinttest]=../libcrypto libtestutil.a
5cdad22f 351
93954ab0
MC
352 SOURCE[bio_core_test]=bio_core_test.c
353 INCLUDE[bio_core_test]=../include ../apps/include
354 DEPEND[bio_core_test]=../libcrypto libtestutil.a
355
7ffbd7ca
P
356 SOURCE[params_api_test]=params_api_test.c
357 INCLUDE[params_api_test]=../include ../apps/include
358 DEPEND[params_api_test]=../libcrypto libtestutil.a
359
9830e7ea
P
360 SOURCE[params_conversion_test]=params_conversion_test.c
361 INCLUDE[params_conversion_test]=../include ../apps/include
362 DEPEND[params_conversion_test]=../libcrypto libtestutil.a
363
3c93fbac
P
364 SOURCE[param_build_test]=param_build_test.c
365 INCLUDE[param_build_test]=../include ../apps/include
366 DEPEND[param_build_test]=../libcrypto.a libtestutil.a
367
20f8bc72 368 SOURCE[sslapitest]=sslapitest.c helpers/ssltestlib.c filterprov.c tls-provider.c
5674466e 369 INCLUDE[sslapitest]=../include ../apps/include ..
a9c6d221 370 DEPEND[sslapitest]=../libcrypto ../libssl libtestutil.a
27da1343 371
bfa6aaab
MC
372 SOURCE[defltfips_test]=defltfips_test.c
373 INCLUDE[defltfips_test]=../include ../apps/include
374 DEPEND[defltfips_test]=../libcrypto libtestutil.a
375
27da1343 376 SOURCE[ocspapitest]=ocspapitest.c
5674466e 377 INCLUDE[ocspapitest]=../include ../apps/include
27da1343 378 DEPEND[ocspapitest]=../libcrypto libtestutil.a
6fc1748e 379
29f178bd
DDO
380 IF[{- !$disabled{sock} -}]
381 PROGRAMS{noinst}=http_test
382 ENDIF
383
384 SOURCE[http_test]=http_test.c
385 INCLUDE[http_test]=../include ../apps/include
386 DEPEND[http_test]=../libcrypto libtestutil.a
387
20f8bc72 388 SOURCE[dtlstest]=dtlstest.c helpers/ssltestlib.c
5674466e 389 INCLUDE[dtlstest]=../include ../apps/include
a9c6d221 390 DEPEND[dtlstest]=../libcrypto ../libssl libtestutil.a
e6ed2b91 391
20f8bc72 392 SOURCE[sslcorrupttest]=sslcorrupttest.c helpers/ssltestlib.c
5674466e 393 INCLUDE[sslcorrupttest]=../include ../apps/include
a9c6d221 394 DEPEND[sslcorrupttest]=../libcrypto ../libssl libtestutil.a
c5a56992 395
a9c6d221 396 SOURCE[bio_enc_test]=bio_enc_test.c
5674466e 397 INCLUDE[bio_enc_test]=../include ../apps/include
a9c6d221 398 DEPEND[bio_enc_test]=../libcrypto libtestutil.a
d6c4cc29 399
a9c6d221 400 SOURCE[pkey_meth_test]=pkey_meth_test.c
5674466e 401 INCLUDE[pkey_meth_test]=../include ../apps/include
a9c6d221 402 DEPEND[pkey_meth_test]=../libcrypto libtestutil.a
52fe14e6 403
6aa907a6 404 SOURCE[pkey_meth_kdf_test]=pkey_meth_kdf_test.c
5674466e 405 INCLUDE[pkey_meth_kdf_test]=../include ../apps/include
6aa907a6
JB
406 DEPEND[pkey_meth_kdf_test]=../libcrypto libtestutil.a
407
5a285add 408 SOURCE[evp_kdf_test]=evp_kdf_test.c
953315ae 409 INCLUDE[evp_kdf_test]=../include ../apps/include
5a285add
DM
410 DEPEND[evp_kdf_test]=../libcrypto libtestutil.a
411
6aa2e59e
SL
412 SOURCE[evp_pkey_dparams_test]=evp_pkey_dparams_test.c
413 INCLUDE[evp_pkey_dparams_test]=../include ../apps/include
414 DEPEND[evp_pkey_dparams_test]=../libcrypto libtestutil.a
415
a9c6d221 416 SOURCE[x509_time_test]=x509_time_test.c
5674466e 417 INCLUDE[x509_time_test]=../include ../apps/include
a9c6d221 418 DEPEND[x509_time_test]=../libcrypto libtestutil.a
80770da3 419
20f8bc72 420 SOURCE[recordlentest]=recordlentest.c helpers/ssltestlib.c
5674466e 421 INCLUDE[recordlentest]=../include ../apps/include
a9c6d221 422 DEPEND[recordlentest]=../libcrypto ../libssl libtestutil.a
c1074ce0 423
12fb8c3d 424 SOURCE[drbgtest]=drbgtest.c
15f54941 425 INCLUDE[drbgtest]=../include ../apps/include ../providers/common/include
1c615e4c 426 DEPEND[drbgtest]=../libcrypto.a libtestutil.a
12fb8c3d 427
4516bf74
P
428 SOURCE[rand_status_test]=rand_status_test.c
429 INCLUDE[rand_status_test]=../include ../apps/include
430 DEPEND[rand_status_test]=../libcrypto libtestutil.a
431
a9c6d221 432 SOURCE[x509_dup_cert_test]=x509_dup_cert_test.c
5674466e 433 INCLUDE[x509_dup_cert_test]=../include ../apps/include
a9c6d221 434 DEPEND[x509_dup_cert_test]=../libcrypto libtestutil.a
c0452248 435
6d2523e0 436 SOURCE[x509_check_cert_pkey_test]=x509_check_cert_pkey_test.c
5674466e 437 INCLUDE[x509_check_cert_pkey_test]=../include ../apps/include
6d2523e0
PY
438 DEPEND[x509_check_cert_pkey_test]=../libcrypto libtestutil.a
439
fa3ed5b2 440 SOURCE[pemtest]=pemtest.c
5674466e 441 INCLUDE[pemtest]=../include ../apps/include
fa3ed5b2
BK
442 DEPEND[pemtest]=../libcrypto libtestutil.a
443
d72a0041 444 SOURCE[ssl_cert_table_internal_test]=ssl_cert_table_internal_test.c
5674466e 445 INCLUDE[ssl_cert_table_internal_test]=.. ../include ../apps/include
d72a0041
DSH
446 DEPEND[ssl_cert_table_internal_test]=../libcrypto libtestutil.a
447
bbb4ceb8 448 SOURCE[ciphername_test]=ciphername_test.c
5674466e 449 INCLUDE[ciphername_test]=../include ../apps/include
bbb4ceb8
PY
450 DEPEND[ciphername_test]=../libcrypto ../libssl libtestutil.a
451
4b1fe471
DDO
452 SOURCE[http_test]=http_test.c
453 INCLUDE[http_test]=../include ../apps/include
454 DEPEND[http_test]=../libcrypto libtestutil.a
455
20f8bc72 456 SOURCE[servername_test]=servername_test.c helpers/ssltestlib.c
5674466e 457 INCLUDE[servername_test]=../include ../apps/include
190b9a03
PY
458 DEPEND[servername_test]=../libcrypto ../libssl libtestutil.a
459
a01b9cd5 460 IF[{- !$disabled{cms} -}]
ac6bba6f 461 PROGRAMS{noinst}=cmsapitest
a01b9cd5 462 SOURCE[cmsapitest]=cmsapitest.c
5674466e 463 INCLUDE[cmsapitest]=../include ../apps/include
a01b9cd5
MC
464 DEPEND[cmsapitest]=../libcrypto libtestutil.a
465 ENDIF
e15e92db 466
02e22dd4 467 IF[{- !$disabled{psk} -}]
ac6bba6f 468 PROGRAMS{noinst}=dtls_mtu_test
20f8bc72 469 SOURCE[dtls_mtu_test]=dtls_mtu_test.c helpers/ssltestlib.c
5674466e 470 INCLUDE[dtls_mtu_test]=.. ../include ../apps/include
8ed9a266 471 DEPEND[dtls_mtu_test]=../libcrypto ../libssl libtestutil.a
02e22dd4
DW
472 ENDIF
473
9c89c846 474 IF[{- !$disabled{shared} -}]
ac6bba6f 475 PROGRAMS{noinst}=shlibloadtest
9800b1a0 476 SOURCE[shlibloadtest]=shlibloadtest.c simpledynamic.c
afe554c2 477 INCLUDE[shlibloadtest]=../include ../apps/include
527eb8d2
RL
478
479 PROGRAMS{noinst}=moduleloadtest
480 SOURCE[moduleloadtest]=moduleloadtest.c simpledynamic.c
481 INCLUDE[moduleloadtest]=../include ../apps/include
b987d748
MC
482 ENDIF
483
b7f491cb
RL
484 # cipher_overhead_test uses internal symbols, so it must be linked with
485 # the static libraries
486 PROGRAMS{noinst}=cipher_overhead_test
487 SOURCE[cipher_overhead_test]=cipher_overhead_test.c
488 INCLUDE[cipher_overhead_test]=.. ../include ../apps/include
489 DEPEND[cipher_overhead_test]=../libcrypto.a ../libssl.a libtestutil.a
aeac2183 490
2ad75c6c 491 SOURCE[uitest]=uitest.c ../apps/lib/apps_ui.c
5674466e 492 INCLUDE[uitest]=.. ../include ../apps/include
a43ce58f 493 DEPEND[uitest]=../libcrypto ../libssl libtestutil.a
66ed24b1 494
a9c6d221 495 SOURCE[cipherbytes_test]=cipherbytes_test.c
5674466e 496 INCLUDE[cipherbytes_test]=../include ../apps/include
a9c6d221 497 DEPEND[cipherbytes_test]=../libcrypto ../libssl libtestutil.a
6e3dac19 498
a9c6d221 499 SOURCE[asn1_encode_test]=asn1_encode_test.c
5674466e 500 INCLUDE[asn1_encode_test]=../include ../apps/include
a9c6d221 501 DEPEND[asn1_encode_test]=../libcrypto libtestutil.a
37332ecc 502
c2278c8b 503 SOURCE[asn1_decode_test]=asn1_decode_test.c
5674466e 504 INCLUDE[asn1_decode_test]=../include ../apps/include
c2278c8b
RL
505 DEPEND[asn1_decode_test]=../libcrypto libtestutil.a
506
7b608d08 507 SOURCE[asn1_string_table_test]=asn1_string_table_test.c
5674466e 508 INCLUDE[asn1_string_table_test]=../include ../apps/include
7b608d08
PY
509 DEPEND[asn1_string_table_test]=../libcrypto libtestutil.a
510
20ee2bf1 511 SOURCE[time_offset_test]=time_offset_test.c
5674466e 512 INCLUDE[time_offset_test]=../include ../apps/include
20ee2bf1
TS
513 DEPEND[time_offset_test]=../libcrypto libtestutil.a
514
b524b808 515 SOURCE[conf_include_test]=conf_include_test.c
5674466e 516 INCLUDE[conf_include_test]=../include ../apps/include
b524b808
TM
517 DEPEND[conf_include_test]=../libcrypto libtestutil.a
518
7960dbec 519 IF[{- !$disabled{cmp} -}]
3dbc5156 520 PROGRAMS{noinst}=cmp_asn_test cmp_ctx_test cmp_status_test cmp_hdr_test \
62dcd2aa 521 cmp_protect_test cmp_msg_test cmp_vfy_test \
7e765f46 522 cmp_server_test cmp_client_test
7960dbec
DDO
523 ENDIF
524
20f8bc72 525 SOURCE[cmp_asn_test]=cmp_asn_test.c helpers/cmp_testlib.c
7960dbec
DDO
526 INCLUDE[cmp_asn_test]=.. ../include ../apps/include
527 DEPEND[cmp_asn_test]=../libcrypto.a libtestutil.a
528
20f8bc72 529 SOURCE[cmp_ctx_test]=cmp_ctx_test.c helpers/cmp_testlib.c
7960dbec
DDO
530 INCLUDE[cmp_ctx_test]=.. ../include ../apps/include
531 DEPEND[cmp_ctx_test]=../libcrypto.a libtestutil.a
532
20f8bc72 533 SOURCE[cmp_hdr_test]=cmp_hdr_test.c helpers/cmp_testlib.c
4dde554c
DDO
534 INCLUDE[cmp_hdr_test]=.. ../include ../apps/include
535 DEPEND[cmp_hdr_test]=../libcrypto.a libtestutil.a
536
20f8bc72 537 SOURCE[cmp_status_test]=cmp_status_test.c helpers/cmp_testlib.c
4dde554c
DDO
538 INCLUDE[cmp_status_test]=.. ../include ../apps/include
539 DEPEND[cmp_status_test]=../libcrypto.a libtestutil.a
540
20f8bc72 541 SOURCE[cmp_protect_test]=cmp_protect_test.c helpers/cmp_testlib.c
3dbc5156
DDO
542 INCLUDE[cmp_protect_test]=.. ../include ../apps/include
543 DEPEND[cmp_protect_test]=../libcrypto.a libtestutil.a
544
20f8bc72 545 SOURCE[cmp_msg_test]=cmp_msg_test.c helpers/cmp_testlib.c
3dbc5156
DDO
546 INCLUDE[cmp_msg_test]=.. ../include ../apps/include
547 DEPEND[cmp_msg_test]=../libcrypto.a libtestutil.a
548
20f8bc72 549 SOURCE[cmp_vfy_test]=cmp_vfy_test.c helpers/cmp_testlib.c
31b28ad9
DDO
550 INCLUDE[cmp_vfy_test]=.. ../include ../apps/include
551 DEPEND[cmp_vfy_test]=../libcrypto.a libtestutil.a
552
20f8bc72 553 SOURCE[cmp_server_test]=cmp_server_test.c helpers/cmp_testlib.c
62dcd2aa
DDO
554 INCLUDE[cmp_server_test]=.. ../include ../apps/include
555 DEPEND[cmp_server_test]=../libcrypto.a libtestutil.a
556
ee56cec7 557 SOURCE[cmp_client_test]=cmp_client_test.c helpers/cmp_testlib.c ../apps/lib/cmp_mock_srv.c
7e765f46
DDO
558 INCLUDE[cmp_client_test]=.. ../include ../apps/include
559 DEPEND[cmp_client_test]=../libcrypto.a libtestutil.a
560
b5b7c61f 561 # Internal test programs. These are essentially a collection of internal
cf551a51
RL
562 # test routines. Some of them need to reach internal symbols that aren't
563 # available through the shared library (at least on Linux, Solaris, Windows
564 # and VMS, where the exported symbols are those listed in util/*.num), these
69687aa8 565 # programs are forcibly linked with the static libraries, where all symbols
b3023ced
RL
566 # are always available.
567 IF[1]
ac6bba6f 568 PROGRAMS{noinst}=asn1_internal_test modes_internal_test x509_internal_test \
082193ef 569 tls13encryptiontest wpackettest ctype_internal_test \
c5f87134
P
570 rdrand_sanitytest property_test ideatest rsa_mp_test \
571 rsa_sp800_56b_test bn_internal_test ecdsatest rsa_test \
8083fd3a 572 rc2test rc4test rc5test hmactest ffc_internal_test \
ada66e78 573 asn1_dsa_internal_test dsatest dsa_no_digest_size_test \
20f8bc72 574 dhtest ssl_old_test
8240d5fa 575
cf551a51 576 IF[{- !$disabled{poly1305} -}]
ac6bba6f 577 PROGRAMS{noinst}=poly1305_internal_test
cf551a51 578 ENDIF
ee6d9dfb 579 IF[{- !$disabled{chacha} -}]
ac6bba6f 580 PROGRAMS{noinst}=chacha_internal_test
ee6d9dfb 581 ENDIF
3f5616d7 582 IF[{- !$disabled{siphash} -}]
ac6bba6f 583 PROGRAMS{noinst}=siphash_internal_test
3f5616d7 584 ENDIF
e425f90f 585 IF[{- !$disabled{sm2} -}]
ac6bba6f 586 PROGRAMS{noinst}=sm2_internal_test
e425f90f 587 ENDIF
c3708f9f 588 IF[{- !$disabled{sm3} -}]
589 PROGRAMS{noinst}=sm3_internal_test
590 ENDIF
f19a5ff9 591 IF[{- !$disabled{sm4} -}]
ac6bba6f 592 PROGRAMS{noinst}=sm4_internal_test
f19a5ff9 593 ENDIF
c7a47adc 594 IF[{- !$disabled{ec} -}]
5b5eea4b 595 PROGRAMS{noinst}=ectest ec_internal_test curve448_internal_test
c7a47adc 596 ENDIF
a370ff8d
MC
597 IF[{- !$disabled{cmac} -}]
598 PROGRAMS{noinst}=cmactest
599 ENDIF
cf551a51 600
a9c6d221 601 SOURCE[poly1305_internal_test]=poly1305_internal_test.c
afe554c2 602 INCLUDE[poly1305_internal_test]=.. ../include ../apps/include
a9c6d221 603 DEPEND[poly1305_internal_test]=../libcrypto.a libtestutil.a
cf551a51 604
a9c6d221 605 SOURCE[chacha_internal_test]=chacha_internal_test.c
afe554c2 606 INCLUDE[chacha_internal_test]=.. ../include ../apps/include
a9c6d221 607 DEPEND[chacha_internal_test]=../libcrypto.a libtestutil.a
ee6d9dfb 608
a9c6d221 609 SOURCE[asn1_internal_test]=asn1_internal_test.c
afe554c2 610 INCLUDE[asn1_internal_test]=.. ../include ../apps/include
a9c6d221 611 DEPEND[asn1_internal_test]=../libcrypto.a libtestutil.a
cf551a51 612
a9c6d221 613 SOURCE[modes_internal_test]=modes_internal_test.c
afe554c2 614 INCLUDE[modes_internal_test]=.. ../include ../apps/include
a9c6d221 615 DEPEND[modes_internal_test]=../libcrypto.a libtestutil.a
cf551a51 616
a9c6d221 617 SOURCE[x509_internal_test]=x509_internal_test.c
5674466e 618 INCLUDE[x509_internal_test]=.. ../include ../apps/include
a9c6d221 619 DEPEND[x509_internal_test]=../libcrypto.a libtestutil.a
f01675c6 620
c5f87134
P
621 SOURCE[rsa_test]=rsa_test.c
622 INCLUDE[rsa_test]=../include ../apps/include
623 DEPEND[rsa_test]=../libcrypto.a libtestutil.a
624
625 SOURCE[rsa_mp_test]=rsa_mp_test.c
626 INCLUDE[rsa_mp_test]=../include ../apps/include
627 DEPEND[rsa_mp_test]=../libcrypto.a libtestutil.a
f41ac0ee 628
579422c8
P
629 SOURCE[ecdsatest]=ecdsatest.c
630 INCLUDE[ecdsatest]=../include ../apps/include
631 DEPEND[ecdsatest]=../libcrypto.a libtestutil.a
632
f41ac0ee
P
633 SOURCE[dsatest]=dsatest.c
634 INCLUDE[dsatest]=../include ../apps/include
635 DEPEND[dsatest]=../libcrypto.a libtestutil.a
636
637 SOURCE[dsa_no_digest_size_test]=dsa_no_digest_size_test.c
638 INCLUDE[dsa_no_digest_size_test]=../include ../apps/include
639 DEPEND[dsa_no_digest_size_test]=../libcrypto.a libtestutil.a
640
a9c6d221 641 SOURCE[tls13encryptiontest]=tls13encryptiontest.c
5674466e 642 INCLUDE[tls13encryptiontest]=.. ../include ../apps/include
243af566 643 DEPEND[tls13encryptiontest]=../libcrypto.a ../libssl.a libtestutil.a
e463cb39 644
da2d32f6
P
645 SOURCE[ideatest]=ideatest.c
646 INCLUDE[ideatest]=../include ../apps/include
647 DEPEND[ideatest]=../libcrypto.a libtestutil.a
648
a9c6d221 649 SOURCE[wpackettest]=wpackettest.c
5674466e 650 INCLUDE[wpackettest]=../include ../apps/include
243af566 651 DEPEND[wpackettest]=../libcrypto.a ../libssl.a libtestutil.a
3f5616d7 652
1bdbdaff 653 SOURCE[property_test]=property_test.c
1aedc35f 654 INCLUDE[property_test]=.. ../include ../apps/include
1bdbdaff
P
655 DEPEND[property_test]=../libcrypto.a libtestutil.a
656
a1df06b3 657 SOURCE[ctype_internal_test]=ctype_internal_test.c
25f2138b 658 INCLUDE[ctype_internal_test]=.. ../include ../apps/include
a1df06b3
P
659 DEPEND[ctype_internal_test]=../libcrypto.a libtestutil.a
660
a40f0f64 661 SOURCE[sparse_array_test]=sparse_array_test.c
afe554c2 662 INCLUDE[sparse_array_test]=../include ../apps/include
a40f0f64
P
663 DEPEND[sparse_array_test]=../libcrypto.a libtestutil.a
664
ada66e78
P
665 SOURCE[dhtest]=dhtest.c
666 INCLUDE[dhtest]=../include ../apps/include
667 DEPEND[dhtest]=../libcrypto.a libtestutil.a
668
dbde4726
P
669 SOURCE[hmactest]=hmactest.c
670 INCLUDE[hmactest]=../include ../apps/include
671 DEPEND[hmactest]=../libcrypto.a libtestutil.a
672
a370ff8d
MC
673 IF[{- !$disabled{cmac} -}]
674 SOURCE[cmactest]=cmactest.c
675 INCLUDE[cmactest]=../include ../apps/include
676 DEPEND[cmactest]=../libcrypto.a libtestutil.a
677 ENDIF
678
a9c6d221 679 SOURCE[siphash_internal_test]=siphash_internal_test.c
afe554c2 680 INCLUDE[siphash_internal_test]=.. ../include ../apps/include
a9c6d221 681 DEPEND[siphash_internal_test]=../libcrypto.a libtestutil.a
f19a5ff9 682
e14d6cf6 683 SOURCE[sm2_internal_test]=sm2_internal_test.c
afe554c2 684 INCLUDE[sm2_internal_test]=../include ../apps/include
e14d6cf6 685 DEPEND[sm2_internal_test]=../libcrypto.a libtestutil.a
e425f90f 686
c3708f9f 687 SOURCE[sm3_internal_test]=sm3_internal_test.c
688 INCLUDE[sm3_internal_test]=../include ../apps/include
689 DEPEND[sm3_internal_test]=../libcrypto.a libtestutil.a
690
f19a5ff9 691 SOURCE[sm4_internal_test]=sm4_internal_test.c
afe554c2 692 INCLUDE[sm4_internal_test]=.. ../include ../apps/include
f19a5ff9 693 DEPEND[sm4_internal_test]=../libcrypto.a libtestutil.a
8f58ede0 694
c6fec81b
P
695 SOURCE[destest]=destest.c
696 INCLUDE[destest]=../include ../apps/include
697 DEPEND[destest]=../libcrypto.a libtestutil.a
698
ee2993ab
P
699 SOURCE[rc2test]=rc2test.c
700 INCLUDE[rc2test]=../include ../apps/include
701 DEPEND[rc2test]=../libcrypto.a libtestutil.a
702
a8fca728
P
703 SOURCE[rc4test]=rc4test.c
704 INCLUDE[rc4test]=../include ../apps/include
705 DEPEND[rc4test]=../libcrypto.a libtestutil.a
706
62c3fed0
P
707 SOURCE[rc5test]=rc5test.c
708 INCLUDE[rc5test]=../include ../apps/include
709 DEPEND[rc5test]=../libcrypto.a libtestutil.a
710
8f58ede0 711 SOURCE[ec_internal_test]=ec_internal_test.c
afe554c2 712 INCLUDE[ec_internal_test]=../include ../crypto/ec ../apps/include
8f58ede0 713 DEPEND[ec_internal_test]=../libcrypto.a libtestutil.a
2c9def25
MC
714
715 SOURCE[curve448_internal_test]=curve448_internal_test.c
5674466e 716 INCLUDE[curve448_internal_test]=.. ../include ../apps/include ../crypto/ec/curve448
2c9def25 717 DEPEND[curve448_internal_test]=../libcrypto.a libtestutil.a
082193ef 718
85d843c8
P
719 SOURCE[rc4test]=rc4test.c
720 INCLUDE[rc4test]=../include ../apps/include
721 DEPEND[rc4test]=../libcrypto.a libtestutil.a
722
082193ef 723 SOURCE[rdrand_sanitytest]=rdrand_sanitytest.c
5674466e 724 INCLUDE[rdrand_sanitytest]=../include ../apps/include
082193ef 725 DEPEND[rdrand_sanitytest]=../libcrypto.a libtestutil.a
8240d5fa
SL
726
727 SOURCE[rsa_sp800_56b_test]=rsa_sp800_56b_test.c
25f2138b 728 INCLUDE[rsa_sp800_56b_test]=.. ../include ../crypto/rsa ../apps/include
8240d5fa
SL
729 DEPEND[rsa_sp800_56b_test]=../libcrypto.a libtestutil.a
730
731 SOURCE[bn_internal_test]=bn_internal_test.c
25f2138b 732 INCLUDE[bn_internal_test]=.. ../include ../crypto/bn ../apps/include
8240d5fa 733 DEPEND[bn_internal_test]=../libcrypto.a libtestutil.a
54846b7c
DM
734
735 SOURCE[asn1_dsa_internal_test]=asn1_dsa_internal_test.c
afe554c2 736 INCLUDE[asn1_dsa_internal_test]=.. ../include ../apps/include
54846b7c 737 DEPEND[asn1_dsa_internal_test]=../libcrypto.a libtestutil.a
5a02d13d
RL
738
739 SOURCE[keymgmt_internal_test]=keymgmt_internal_test.c
740 INCLUDE[keymgmt_internal_test]=.. ../include ../apps/include
741 DEPEND[keymgmt_internal_test]=../libcrypto.a libtestutil.a
2c166171 742
8083fd3a 743 SOURCE[ffc_internal_test]=ffc_internal_test.c
b830e004 744 INCLUDE[ffc_internal_test]=.. ../include ../apps/include
8083fd3a
SL
745 DEPEND[ffc_internal_test]=../libcrypto.a libtestutil.a
746
33ee9ae0
P
747 IF[{- !$disabled{mdc2} -}]
748 PROGRAMS{noinst}=mdc2_internal_test
749 ENDIF
97f1e971 750
33ee9ae0
P
751 SOURCE[mdc2_internal_test]=mdc2_internal_test.c
752 INCLUDE[mdc2_internal_test]=.. ../include ../apps/include
753 DEPEND[mdc2_internal_test]=../libcrypto.a libtestutil.a
ada66e78 754
20f8bc72
DDO
755 SOURCE[ssl_old_test]=ssl_old_test.c helpers/predefined_dhparams.c
756 INCLUDE[ssl_old_test]=.. ../include ../apps/include
bca7ad6e 757 DEPEND[ssl_old_test]=../libcrypto.a ../libssl.a libtestutil.a
388eb0d9
RL
758
759 PROGRAMS{noinst}=algorithmid_test
760 SOURCE[algorithmid_test]=algorithmid_test.c
761 INCLUDE[algorithmid_test]=../include ../apps/include
762 DEPEND[algorithmid_test]=../libcrypto.a libtestutil.a
33ee9ae0 763 ENDIF
134bfe56 764
ac6bba6f 765 PROGRAMS{noinst}=asn1_time_test
cf37aaa3 766 SOURCE[asn1_time_test]=asn1_time_test.c
5674466e 767 INCLUDE[asn1_time_test]=../include ../apps/include
cf37aaa3
TS
768 DEPEND[asn1_time_test]=../libcrypto libtestutil.a
769
134bfe56
MC
770 # We disable this test completely in a shared build because it deliberately
771 # redefines some internal libssl symbols. This doesn't work in a non-shared
772 # build
773 IF[{- !$disabled{shared} -}]
ac6bba6f 774 PROGRAMS{noinst}=tls13secretstest
a9c6d221 775 SOURCE[tls13secretstest]=tls13secretstest.c
da4db160 776 DEFINE[tls13secretstest]=OPENSSL_NO_KTLS
0d345f0e 777 SOURCE[tls13secretstest]= ../ssl/tls13_enc.c ../crypto/packet.c
5674466e 778 INCLUDE[tls13secretstest]=.. ../include ../apps/include
a9c6d221 779 DEPEND[tls13secretstest]=../libcrypto ../libssl libtestutil.a
134bfe56 780 ENDIF
a58eb06d 781
20f8bc72 782 SOURCE[sslbuffertest]=sslbuffertest.c helpers/ssltestlib.c
5674466e 783 INCLUDE[sslbuffertest]=../include ../apps/include
a58eb06d 784 DEPEND[sslbuffertest]=../libcrypto ../libssl libtestutil.a
8a5ed9dc
TM
785
786 SOURCE[sysdefaulttest]=sysdefaulttest.c
5674466e 787 INCLUDE[sysdefaulttest]=../include ../apps/include
8a5ed9dc 788 DEPEND[sysdefaulttest]=../libcrypto ../libssl libtestutil.a
2de108df
DB
789
790 SOURCE[errtest]=errtest.c
5674466e 791 INCLUDE[errtest]=../include ../apps/include
2de108df 792 DEPEND[errtest]=../libcrypto libtestutil.a
1e839545 793
bcf082d1
SL
794 SOURCE[aesgcmtest]=aesgcmtest.c
795 INCLUDE[aesgcmtest]=../include ../apps/include ..
796 DEPEND[aesgcmtest]=../libcrypto libtestutil.a
797
d64b6299
RL
798 PROGRAMS{noinst}=context_internal_test
799 SOURCE[context_internal_test]=context_internal_test.c
800 INCLUDE[context_internal_test]=.. ../include ../apps/include
801 DEPEND[context_internal_test]=../libcrypto.a libtestutil.a
021a6552
RL
802
803 PROGRAMS{noinst}=provider_internal_test
804 DEFINE[provider_internal_test]=PROVIDER_INIT_FUNCTION_NAME=p_test_init
805 SOURCE[provider_internal_test]=provider_internal_test.c p_test.c
81c15ed0 806 INCLUDE[provider_internal_test]=../include ../apps/include ..
021a6552
RL
807 DEPEND[provider_internal_test]=../libcrypto.a libtestutil.a
808 PROGRAMS{noinst}=provider_test
809 DEFINE[provider_test]=PROVIDER_INIT_FUNCTION_NAME=p_test_init
810 SOURCE[provider_test]=provider_test.c p_test.c
81c15ed0 811 INCLUDE[provider_test]=../include ../apps/include ..
021a6552 812 DEPEND[provider_test]=../libcrypto.a libtestutil.a
34786bde 813 IF[{- !$disabled{module} -}]
021a6552
RL
814 MODULES{noinst}=p_test
815 SOURCE[p_test]=p_test.c
81c15ed0 816 INCLUDE[p_test]=../include ..
021a6552
RL
817 IF[{- defined $target{shared_defflag} -}]
818 SOURCE[p_test]=p_test.ld
819 GENERATE[p_test.ld]=../util/providers.num
820 ENDIF
521b7cb3
RL
821 ENDIF
822 IF[{- $disabled{module} || !$target{dso_scheme} -}]
2a2bc6fc
RL
823 DEFINE[provider_test]=NO_PROVIDER_MODULE
824 DEFINE[provider_internal_test]=NO_PROVIDER_MODULE
021a6552 825 ENDIF
433deaff
RS
826 DEPEND[]=provider_internal_test.cnf
827 GENERATE[provider_internal_test.cnf]=provider_internal_test.cnf.in
9ad41d24 828
f995e5bd
RL
829 PROGRAMS{noinst}=provider_fallback_test
830 SOURCE[provider_fallback_test]=provider_fallback_test.c
831 INCLUDE[provider_fallback_test]=../include ../apps/include
832 DEPEND[provider_fallback_test]=../libcrypto libtestutil.a
833
9ad41d24
RL
834 PROGRAMS{noinst}=params_test
835 SOURCE[params_test]=params_test.c
836 INCLUDE[params_test]=.. ../include ../apps/include
837 DEPEND[params_test]=../libcrypto.a libtestutil.a
734a462e 838
f32af93c
SL
839 PROGRAMS{noinst}=hexstr_test
840 SOURCE[hexstr_test]=hexstr_test.c
841 INCLUDE[hexstr_test]=.. ../include ../apps/include
842 DEPEND[hexstr_test]=../libcrypto.a libtestutil.a
843
ece9304c 844 PROGRAMS{noinst}=endecode_test
20f8bc72 845 SOURCE[endecode_test]=endecode_test.c helpers/predefined_dhparams.c
ece9304c
RL
846 INCLUDE[endecode_test]=.. ../include ../apps/include
847 DEPEND[endecode_test]=../libcrypto.a libtestutil.a
5a23d78c 848
4d8e8a2d
MC
849 IF[{- !$disabled{'deprecated-3.0'} -}]
850 PROGRAMS{noinst}=endecoder_legacy_test
851 SOURCE[endecoder_legacy_test]=endecoder_legacy_test.c
852 INCLUDE[endecoder_legacy_test]=.. ../include ../apps/include
853 DEPEND[endecoder_legacy_test]=../libcrypto.a libtestutil.a
854 ENDIF
e76a6962 855
734a462e
RL
856 PROGRAMS{noinst}=namemap_internal_test
857 SOURCE[namemap_internal_test]=namemap_internal_test.c
858 INCLUDE[namemap_internal_test]=.. ../include ../apps/include
859 DEPEND[namemap_internal_test]=../libcrypto.a libtestutil.a
51a7c4b5
RL
860
861 PROGRAMS{noinst}=bio_prefix_text
862 SOURCE[bio_prefix_text]=bio_prefix_text.c $LIBAPPSSRC
863 INCLUDE[bio_prefix_text]=.. ../include ../apps/include
864 DEPEND[bio_prefix_text]=../libcrypto
cdbd27ba
MC
865
866 IF[{- !$disabled{'deprecated-3.0'} -}]
66923436 867 PROGRAMS{noinst}=pem_read_depr_test
cdbd27ba
MC
868 SOURCE[pem_read_depr_test]=pem_read_depr_test.c
869 INCLUDE[pem_read_depr_test]=../include ../apps/include
870 DEPEND[pem_read_depr_test]=../libcrypto libtestutil.a
871 ENDIF
5cdad22f
RL
872ENDIF
873
132b5fac 874 SOURCE[ssl_ctx_test]=ssl_ctx_test.c
2321c25d 875 INCLUDE[ssl_ctx_test]=../include ../apps/include
132b5fac
CH
876 DEPEND[ssl_ctx_test]=../libcrypto ../libssl libtestutil.a
877
5cdad22f 878{-
0483f586 879 use File::Spec::Functions;
bffb1490 880 use File::Basename;
8d2214c0 881 use OpenSSL::Glob;
bffb1490 882
bffb1490 883 my @nogo_headers = ( "asn1_mac.h",
c7e10755 884 "opensslconf.h",
bffb1490
RL
885 "__decc_include_prologue.h",
886 "__decc_include_epilogue.h" );
3830c194 887 my @nogo_headers_re = ( qr/.*err\.h/ );
bffb1490
RL
888 my @headerfiles = glob catfile($sourcedir,
889 updir(), "include", "openssl", "*.h");
890
891 foreach my $headerfile (@headerfiles) {
892 my $name = basename($headerfile, ".h");
893 next if $disabled{$name};
894 next if grep { $_ eq lc("$name.h") } @nogo_headers;
3830c194 895 next if grep { lc("$name.h") =~ m/$_/i } @nogo_headers_re;
bffb1490
RL
896 $OUT .= <<"_____";
897
9f27d4bf
RL
898 PROGRAMS{noinst}=buildtest_c_$name
899 SOURCE[buildtest_c_$name]=buildtest_$name.c
bffb1490 900 GENERATE[buildtest_$name.c]=generate_buildtest.pl $name
9f27d4bf
RL
901 INCLUDE[buildtest_c_$name]=../include
902 DEPEND[buildtest_c_$name]=../libssl ../libcrypto
903_____
ac4033d6 904 $OUT .= <<"_____" if $config{CXX} && !$disabled{"buildtest-c++"};
9f27d4bf
RL
905
906 PROGRAMS{noinst}=buildtest_cc_$name
907 SOURCE[buildtest_cc_$name]=buildtest_$name.cc
908 GENERATE[buildtest_$name.cc]=generate_buildtest.pl $name
909 INCLUDE[buildtest_cc_$name]=../include
910 DEPEND[buildtest_cc_$name]=../libssl ../libcrypto
bffb1490
RL
911_____
912 }
5cdad22f 913-}