]> git.ipfire.org Git - thirdparty/openssl.git/blame - test/build.info
RFC7250 (RPK) support
[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
78082769
NT
15# Program init source, that don't have direct linkage with the rest of the
16# source, and can therefore not be part of a library.
17IF[{- !$disabled{uplink} -}]
18 $INITSRC=../ms/applink.c
19ENDIF
e79ae962 20$LIBAPPSSRC=../apps/lib/opt.c $AUXLIBAPPSSRC
989b2ad7 21
d90a6beb 22IF[{- !$disabled{tests} -}]
77550dbf 23 LIBS{noinst,has_main}=libtestutil.a
20f8bc72 24 SOURCE[libtestutil.a]=testutil/basic_output.c testutil/output.c \
ae269dd8 25 testutil/driver.c testutil/tests.c testutil/cb.c testutil/stanza.c \
b3ab537b 26 testutil/format_output.c testutil/load.c testutil/fake_random.c \
e74b5dcf 27 testutil/test_cleanup.c testutil/main.c testutil/testutil_init.c \
1bb6f70d 28 testutil/options.c testutil/test_options.c testutil/provider.c \
12aa352f 29 testutil/apps_shims.c testutil/random.c $LIBAPPSSRC
5674466e 30 INCLUDE[libtestutil.a]=../include ../apps/include ..
4db40c94
RL
31 DEPEND[libtestutil.a]=../libcrypto
32
41bbba53 33 PROGRAMS{noinst}= \
5aaba376 34 confdump \
efe749c8 35 versions \
cfd24cde 36 aborttest test_test pkcs12_format_test pkcs12_api_test \
da5fac72 37 sanitytest rsa_complex exdatatest bntest \
5b5eea4b 38 ecstresstest gmdifftest pbelutest \
43ba1573 39 destest mdc2test sha_test \
c02036e1 40 exptest pbetest localetest evp_pkey_ctx_new_from_name \
9ee77767 41 evp_pkey_provided_test evp_test evp_extra_test evp_extra_test2 \
38230e30 42 evp_fetch_prov_test evp_libctx_test ossl_store_test \
a0af4a3c 43 v3nametest v3ext punycode_test \
9ee77767
MC
44 evp_pkey_provided_test evp_test evp_extra_test evp_extra_test2 \
45 evp_fetch_prov_test v3nametest v3ext \
a40f0f64 46 crltest danetest bad_dtls_test lhash_test sparse_array_test \
9830e7ea 47 conf_include_test params_api_test params_conversion_test \
bc4efcb0 48 constant_time_test safe_math_test verify_extra_test clienthellotest \
98374961 49 packettest asynctest secmemtest srptest memleaktest stack_test \
d90a6beb 50 dtlsv1listentest ct_test threadstest afalgtest d2i_test \
f8f686ec 51 ssl_test_ctx_test ssl_test x509aux cipherlist_test asynciotest \
664e096c 52 bio_callback_test bio_memleak_test bio_core_test bio_dgram_test param_build_test \
88b15ed9 53 bioprinttest sslapitest dtlstest sslcorrupttest \
9aa78c36 54 bio_enc_test pkey_meth_test pkey_meth_kdf_test evp_kdf_test uitest \
c48c3280 55 cipherbytes_test threadstest_fips threadpool_test \
c2278c8b 56 asn1_encode_test asn1_decode_test asn1_string_table_test \
12fb8c3d 57 x509_time_test x509_dup_cert_test x509_check_cert_pkey_test \
4516bf74 58 recordlentest drbgtest rand_status_test sslbuffertest \
190b9a03 59 time_offset_test pemtest ssl_cert_table_internal_test ciphername_test \
4b1fe471 60 http_test servername_test ocspapitest fatalerrtest tls13ccstest \
3c58d447 61 sysdefaulttest errtest ssl_ctx_test build_wincrypt_test \
5a02d13d 62 context_internal_test aesgcmtest params_test evp_pkey_dparams_test \
251c4818 63 keymgmt_internal_test hexstr_test provider_status_test defltfips_test \
d66ff761 64 bio_readbuffer_test user_property_test pkcs7_test upcallstest \
a3e53d56 65 provfetchtest prov_config_test rand_test ca_internals_test \
29d4d8e8 66 bio_tfo_test membio_test bio_dgram_test list_test fips_version_test \
0aa7d7f4 67 x509_test hpke_test pairwise_fail_test nodefltctxtest
d90a6beb 68
3c95ef22
TS
69 IF[{- !$disabled{'rpk'} -}]
70 PROGRAMS{noinst}=rpktest
71 ENDIF
72
41bbba53
P
73 IF[{- !$disabled{'deprecated-3.0'} -}]
74 PROGRAMS{noinst}=enginetest
75 ENDIF
76
f0a49358 77 IF[{- !$disabled{quic} -}]
0c593328 78 PROGRAMS{noinst}=priority_queue_test event_queue_test quicfaultstest quicapitest
f0a49358
P
79 ENDIF
80
b67cb09f
TS
81 IF[{- !$disabled{comp} && (!$disabled{brotli} || !$disabled{zstd} || !$disabled{zlib}) -}]
82 PROGRAMS{noinst}=cert_comp_test
83 ENDIF
84
5aaba376
RL
85 SOURCE[confdump]=confdump.c
86 INCLUDE[confdump]=../include ../apps/include
87 DEPEND[confdump]=../libcrypto
88
efe749c8 89 SOURCE[versions]=versions.c
5674466e 90 INCLUDE[versions]=../include ../apps/include
efe749c8
RL
91 DEPEND[versions]=../libcrypto
92
d90a6beb 93 SOURCE[aborttest]=aborttest.c
5674466e 94 INCLUDE[aborttest]=../include ../apps/include
d90a6beb
MC
95 DEPEND[aborttest]=../libcrypto
96
a9c6d221 97 SOURCE[sanitytest]=sanitytest.c
5674466e 98 INCLUDE[sanitytest]=../include ../apps/include
6821acbf 99 DEPEND[sanitytest]=../libcrypto.a libtestutil.a
d90a6beb 100
d4dfd983
P
101 SOURCE[rand_test]=rand_test.c
102 INCLUDE[rand_test]=../include ../apps/include
103 DEPEND[rand_test]=../libcrypto libtestutil.a
104
da5fac72 105 SOURCE[rsa_complex]=rsa_complex.c
5674466e 106 INCLUDE[rsa_complex]=../include ../apps/include
da5fac72 107
a9c6d221 108 SOURCE[test_test]=test_test.c
5674466e 109 INCLUDE[test_test]=../include ../apps/include
a9c6d221 110 DEPEND[test_test]=../libcrypto libtestutil.a
2fae041d 111
a9c6d221 112 SOURCE[exdatatest]=exdatatest.c
5674466e 113 INCLUDE[exdatatest]=../include ../apps/include
a9c6d221 114 DEPEND[exdatatest]=../libcrypto libtestutil.a
629192c1 115
a9c6d221 116 SOURCE[bntest]=bntest.c
5674466e 117 INCLUDE[bntest]=../include ../apps/include
a9c6d221 118 DEPEND[bntest]=../libcrypto libtestutil.a
d90a6beb
MC
119
120 SOURCE[ectest]=ectest.c
5674466e 121 INCLUDE[ectest]=../include ../apps/include
5b5eea4b 122 DEPEND[ectest]=../libcrypto.a libtestutil.a
d90a6beb 123
2556aec5 124 SOURCE[ecstresstest]=ecstresstest.c
5674466e 125 INCLUDE[ecstresstest]=../include ../apps/include
2556aec5
RS
126 DEPEND[ecstresstest]=../libcrypto libtestutil.a
127
a9c6d221 128 SOURCE[gmdifftest]=gmdifftest.c
5674466e 129 INCLUDE[gmdifftest]=../include ../apps/include
a9c6d221 130 DEPEND[gmdifftest]=../libcrypto libtestutil.a
d90a6beb 131
a9c6d221 132 SOURCE[pbelutest]=pbelutest.c
5674466e 133 INCLUDE[pbelutest]=../include ../apps/include
a9c6d221 134 DEPEND[pbelutest]=../libcrypto libtestutil.a
d90a6beb 135
a9c6d221 136 SOURCE[mdc2test]=mdc2test.c
5674466e 137 INCLUDE[mdc2test]=../include ../apps/include
a9c6d221 138 DEPEND[mdc2test]=../libcrypto libtestutil.a
d90a6beb 139
43ba1573
P
140 SOURCE[sha_test]=sha_test.c
141 INCLUDE[sha_test]=../include ../apps/include
142 DEPEND[sha_test]=../libcrypto libtestutil.a
143
a9c6d221 144 SOURCE[enginetest]=enginetest.c
5674466e 145 INCLUDE[enginetest]=../include ../apps/include
a9c6d221 146 DEPEND[enginetest]=../libcrypto libtestutil.a
777a2882 147
d90a6beb 148 SOURCE[exptest]=exptest.c
5674466e 149 INCLUDE[exptest]=../include ../apps/include
58e754fc 150 DEPEND[exptest]=../libcrypto libtestutil.a
777a2882 151
c29cf394
DB
152 SOURCE[localetest]=localetest.c
153 INCLUDE[localetest]=../include ../apps/include
154 DEPEND[localetest]=../libcrypto libtestutil.a
155
2d96bfd9
DB
156 SOURCE[evp_pkey_ctx_new_from_name]=evp_pkey_ctx_new_from_name.c
157 INCLUDE[evp_pkey_ctx_new_from_name]=../include ../apps/include
158 DEPEND[evp_pkey_ctx_new_from_name]=../libcrypto
159
09428755
JS
160 SOURCE[pbetest]=pbetest.c
161 INCLUDE[pbetest]=../include ../apps/include
162 DEPEND[pbetest]=../libcrypto libtestutil.a
163
20f8bc72 164 SOURCE[fatalerrtest]=fatalerrtest.c helpers/ssltestlib.c
5674466e 165 INCLUDE[fatalerrtest]=../include ../apps/include
97652f0b 166 DEPEND[fatalerrtest]=../libcrypto ../libssl libtestutil.a
0ca3aea7 167
20f8bc72 168 SOURCE[tls13ccstest]=tls13ccstest.c helpers/ssltestlib.c
5674466e 169 INCLUDE[tls13ccstest]=../include ../apps/include
0ca3aea7 170 DEPEND[tls13ccstest]=../libcrypto ../libssl libtestutil.a
97652f0b 171
87e60f09
MC
172 SOURCE[upcallstest]=upcallstest.c
173 INCLUDE[upcallstest]=../include ../apps/include
174 DEPEND[upcallstest]=../libcrypto libtestutil.a
175
5725ab80
MC
176 SOURCE[user_property_test]=user_property_test.c
177 INCLUDE[user_property_test]=../include ../apps/include
178 DEPEND[user_property_test]=../libcrypto libtestutil.a
179
d90a6beb 180 SOURCE[evp_test]=evp_test.c
5674466e 181 INCLUDE[evp_test]=../include ../apps/include
6c5943c9 182 DEPEND[evp_test]=../libcrypto libtestutil.a
d5e5e2ff
SL
183 IF[{- $disabled{legacy} || !$target{dso_scheme} -}]
184 DEFINE[evp_test]=NO_LEGACY_MODULE
185 ENDIF
777a2882 186
f3c0dd4f 187 SOURCE[evp_extra_test]=evp_extra_test.c fake_rsaprov.c
afe554c2 188 INCLUDE[evp_extra_test]=../include ../apps/include
f0c62c53 189 DEPEND[evp_extra_test]=../libcrypto.a libtestutil.a
7bb82f92 190
ad062480
SF
191 SOURCE[hpke_test]=hpke_test.c
192 INCLUDE[hpke_test]=../include ../apps/include
193 DEPEND[hpke_test]=../libcrypto.a libtestutil.a
194
820723dd 195 SOURCE[evp_extra_test2]=evp_extra_test2.c $INITSRC
9ee77767
MC
196 INCLUDE[evp_extra_test2]=../include ../apps/include
197 DEPEND[evp_extra_test2]=../libcrypto libtestutil.a
198
63794b04
SL
199 SOURCE[evp_libctx_test]=evp_libctx_test.c
200 INCLUDE[evp_libctx_test]=../include ../apps/include
201 DEPEND[evp_libctx_test]=../libcrypto.a libtestutil.a
202
7bb82f92 203 SOURCE[evp_fetch_prov_test]=evp_fetch_prov_test.c
afe554c2 204 INCLUDE[evp_fetch_prov_test]=../include ../apps/include
7bb82f92 205 DEPEND[evp_fetch_prov_test]=../libcrypto libtestutil.a
777a2882 206
d66ff761
MC
207 SOURCE[provfetchtest]=provfetchtest.c
208 INCLUDE[provfetchtest]=../include ../apps/include
209 DEPEND[provfetchtest]=../libcrypto.a libtestutil.a
210
194fcc9a
MC
211 SOURCE[prov_config_test]=prov_config_test.c
212 INCLUDE[prov_config_test]=../include ../apps/include
213 DEPEND[prov_config_test]=../libcrypto.a libtestutil.a
214
6ae5543c
RL
215 SOURCE[evp_pkey_provided_test]=evp_pkey_provided_test.c
216 INCLUDE[evp_pkey_provided_test]=../include ../apps/include
f552d900 217 DEPEND[evp_pkey_provided_test]=../libcrypto.a libtestutil.a
ab14d2af 218
38230e30
P
219 IF[{- !$disabled{'acvp-tests'} -}]
220 PROGRAMS{noinst}=acvp_test
221
4f2271d5
SL
222 SOURCE[acvp_test]=acvp_test.c
223 INCLUDE[acvp_test]=../include ../apps/include
224 DEPEND[acvp_test]=../libcrypto.a libtestutil.a
225 ENDIF
226
34816949
SL
227 SOURCE[ossl_store_test]=ossl_store_test.c
228 INCLUDE[ossl_store_test]=../include ../apps/include
229 DEPEND[ossl_store_test]=../libcrypto.a libtestutil.a
230
04cb5ec0
SL
231 SOURCE[provider_status_test]=provider_status_test.c
232 INCLUDE[provider_status_test]=../include ../apps/include
233 DEPEND[provider_status_test]=../libcrypto.a libtestutil.a
234
dcd20cc1 235 SOURCE[pairwise_fail_test]=pairwise_fail_test.c
236 INCLUDE[pairwise_fail_test]=../include ../apps/include
237 DEPEND[pairwise_fail_test]=../libcrypto.a libtestutil.a
238
0aa7d7f4
MC
239 SOURCE[nodefltctxtest]=nodefltctxtest.c
240 INCLUDE[nodefltctxtest]=../include ../apps/include
241 DEPEND[nodefltctxtest]=../libcrypto.a libtestutil.a
242
78c44b05 243 SOURCE[evp_pkey_dhkem_test]=evp_pkey_dhkem_test.c
244 INCLUDE[evp_pkey_dhkem_test]=../include ../apps/include
245 DEPEND[evp_pkey_dhkem_test]=../libcrypto.a libtestutil.a
246
0e43960e 247 IF[{- !$disabled{'deprecated-3.0'} -}]
0ae5d4d6
MC
248 PROGRAMS{noinst}=igetest bftest casttest
249
c72fa255
MC
250 SOURCE[igetest]=igetest.c
251 INCLUDE[igetest]=../include ../apps/include
252 DEPEND[igetest]=../libcrypto libtestutil.a
03047e7b
MC
253
254 SOURCE[bftest]=bftest.c
255 INCLUDE[bftest]=../include ../apps/include
256 DEPEND[bftest]=../libcrypto libtestutil.a
0ae5d4d6
MC
257
258 SOURCE[casttest]=casttest.c
259 INCLUDE[casttest]=../include ../apps/include
260 DEPEND[casttest]=../libcrypto libtestutil.a
c72fa255 261 ENDIF
777a2882 262
a9c6d221 263 SOURCE[v3nametest]=v3nametest.c
5674466e 264 INCLUDE[v3nametest]=../include ../apps/include
a9c6d221 265 DEPEND[v3nametest]=../libcrypto libtestutil.a
777a2882 266
a9c6d221 267 SOURCE[crltest]=crltest.c
5674466e 268 INCLUDE[crltest]=../include ../apps/include
a9c6d221 269 DEPEND[crltest]=../libcrypto libtestutil.a
2b406990 270
a9c6d221 271 SOURCE[v3ext]=v3ext.c
5674466e 272 INCLUDE[v3ext]=../include ../apps/include
a9c6d221 273 DEPEND[v3ext]=../libcrypto libtestutil.a
e417070c 274
d90a6beb 275 SOURCE[danetest]=danetest.c
5674466e 276 INCLUDE[danetest]=../include ../apps/include
1f9d203d 277 DEPEND[danetest]=../libcrypto ../libssl libtestutil.a
777a2882 278
a9c6d221 279 SOURCE[constant_time_test]=constant_time_test.c
5674466e 280 INCLUDE[constant_time_test]=../include ../apps/include
a9c6d221 281 DEPEND[constant_time_test]=../libcrypto libtestutil.a
777a2882 282
bc4efcb0
P
283 SOURCE[safe_math_test]=safe_math_test.c
284 INCLUDE[safe_math_test]=../include ../apps/include
285 DEPEND[safe_math_test]=../libcrypto libtestutil.a
286
a9c6d221 287 SOURCE[verify_extra_test]=verify_extra_test.c
5674466e 288 INCLUDE[verify_extra_test]=../include ../apps/include
a9c6d221 289 DEPEND[verify_extra_test]=../libcrypto libtestutil.a
777a2882 290
a9c6d221 291 SOURCE[clienthellotest]=clienthellotest.c
5674466e 292 INCLUDE[clienthellotest]=../include ../apps/include
a9c6d221 293 DEPEND[clienthellotest]=../libcrypto ../libssl libtestutil.a
777a2882 294
a9c6d221 295 SOURCE[bad_dtls_test]=bad_dtls_test.c
5674466e 296 INCLUDE[bad_dtls_test]=../include ../apps/include
a9c6d221 297 DEPEND[bad_dtls_test]=../libcrypto ../libssl libtestutil.a
16938284 298
416d0a63 299 SOURCE[packettest]=packettest.c ../crypto/quic_vlint.c
5674466e 300 INCLUDE[packettest]=../include ../apps/include
a9c6d221 301 DEPEND[packettest]=../libcrypto libtestutil.a
777a2882 302
dffafaf4
HL
303 SOURCE[quic_wire_test]=quic_wire_test.c
304 INCLUDE[quic_wire_test]=../include ../apps/include
305 DEPEND[quic_wire_test]=../libcrypto.a ../libssl.a libtestutil.a
306
ec279ac2
HL
307 SOURCE[quic_record_test]=quic_record_test.c
308 INCLUDE[quic_record_test]=../include ../apps/include
309 DEPEND[quic_record_test]=../libcrypto.a ../libssl.a libtestutil.a
310
508e087c
HL
311 SOURCE[quic_fc_test]=quic_fc_test.c
312 INCLUDE[quic_fc_test]=../include ../apps/include
313 DEPEND[quic_fc_test]=../libcrypto.a ../libssl.a libtestutil.a
314
83022590
HL
315 SOURCE[quic_stream_test]=quic_stream_test.c
316 INCLUDE[quic_stream_test]=../include ../apps/include
317 DEPEND[quic_stream_test]=../libcrypto.a ../libssl.a libtestutil.a
318
c282da8b
HL
319 SOURCE[quic_cfq_test]=quic_cfq_test.c
320 INCLUDE[quic_cfq_test]=../include ../apps/include
321 DEPEND[quic_cfq_test]=../libcrypto.a ../libssl.a libtestutil.a
322
d77aea59
HL
323 SOURCE[quic_txpim_test]=quic_txpim_test.c
324 INCLUDE[quic_txpim_test]=../include ../apps/include
325 DEPEND[quic_txpim_test]=../libcrypto.a ../libssl.a libtestutil.a
326
0ede517c
HL
327 SOURCE[quic_fifd_test]=quic_fifd_test.c
328 INCLUDE[quic_fifd_test]=../include ../apps/include
329 DEPEND[quic_fifd_test]=../libcrypto.a ../libssl.a libtestutil.a
330
a73078b7
HL
331 SOURCE[quic_txp_test]=quic_txp_test.c
332 INCLUDE[quic_txp_test]=../include ../apps/include
333 DEPEND[quic_txp_test]=../libcrypto.a ../libssl.a libtestutil.a
334
f42781ad
HL
335 SOURCE[quic_tserver_test]=quic_tserver_test.c
336 INCLUDE[quic_tserver_test]=../include ../apps/include
337 DEPEND[quic_tserver_test]=../libcrypto.a ../libssl.a libtestutil.a
338
fc110280
TM
339 SOURCE[quic_client_test]=quic_client_test.c
340 INCLUDE[quic_client_test]=../include ../apps/include
341 DEPEND[quic_client_test]=../libcrypto.a ../libssl.a libtestutil.a
342
d90a6beb 343 SOURCE[asynctest]=asynctest.c
5674466e 344 INCLUDE[asynctest]=../include ../apps/include
d90a6beb 345 DEPEND[asynctest]=../libcrypto
777a2882 346
a9c6d221 347 SOURCE[secmemtest]=secmemtest.c
5674466e 348 INCLUDE[secmemtest]=../include ../apps/include
a9c6d221 349 DEPEND[secmemtest]=../libcrypto libtestutil.a
777a2882 350
a9c6d221 351 SOURCE[srptest]=srptest.c
5674466e 352 INCLUDE[srptest]=../include ../apps/include
a9c6d221 353 DEPEND[srptest]=../libcrypto libtestutil.a
777a2882 354
a9c6d221 355 SOURCE[memleaktest]=memleaktest.c
5674466e 356 INCLUDE[memleaktest]=../include ../apps/include
a9c6d221 357 DEPEND[memleaktest]=../libcrypto libtestutil.a
04949088 358
20f8bc72 359 SOURCE[pkcs12_format_test]=pkcs12_format_test.c helpers/pkcs12.c
c5ec6dcf
JS
360 INCLUDE[pkcs12_format_test]=../include ../apps/include
361 DEPEND[pkcs12_format_test]=../libcrypto libtestutil.a
362
cfd24cde
DF
363 SOURCE[pkcs12_api_test]=pkcs12_api_test.c helpers/pkcs12.c
364 INCLUDE[pkcs12_api_test]=../include ../apps/include
365 DEPEND[pkcs12_api_test]=../libcrypto libtestutil.a
366
f505161e
SL
367 SOURCE[pkcs7_test]=pkcs7_test.c
368 INCLUDE[pkcs7_test]=../include ../apps/include
369 DEPEND[pkcs7_test]=../libcrypto libtestutil.a
370
a0af4a3c
P
371 SOURCE[punycode_test]=punycode_test.c
372 INCLUDE[punycode_test]=../include ../apps/include
373 DEPEND[punycode_test]=../libcrypto.a libtestutil.a
374
a9c6d221 375 SOURCE[stack_test]=stack_test.c
5674466e 376 INCLUDE[stack_test]=../include ../apps/include
a9c6d221 377 DEPEND[stack_test]=../libcrypto libtestutil.a
98374961 378
a9c6d221 379 SOURCE[lhash_test]=lhash_test.c
5674466e 380 INCLUDE[lhash_test]=../include ../apps/include
a9c6d221 381 DEPEND[lhash_test]=../libcrypto libtestutil.a
508ee8f5 382
d90a6beb 383 SOURCE[dtlsv1listentest]=dtlsv1listentest.c
5674466e 384 INCLUDE[dtlsv1listentest]=../include ../apps/include
8ed9a266 385 DEPEND[dtlsv1listentest]=../libssl libtestutil.a
9666ffb3 386
a9c6d221 387 SOURCE[ct_test]=ct_test.c
5674466e 388 INCLUDE[ct_test]=../include ../apps/include
a9c6d221 389 DEPEND[ct_test]=../libcrypto libtestutil.a
71a04cfc 390
c48c3280
TM
391 SOURCE[threadpool_test]=threadpool_test.c
392 INCLUDE[threadpool_test]=.. ../include ../apps/include
393 DEPEND[threadpool_test]=../libcrypto.a libtestutil.a
394
a9c6d221 395 SOURCE[threadstest]=threadstest.c
4574a7fd
ČK
396 INCLUDE[threadstest]=.. ../include ../apps/include
397 DEPEND[threadstest]=../libcrypto.a libtestutil.a
b37d6abf 398
235776b2
P
399 SOURCE[threadstest_fips]=threadstest_fips.c
400 INCLUDE[threadstest_fips]=../include ../apps/include
401 DEPEND[threadstest_fips]=../libcrypto libtestutil.a
402
a9c6d221 403 SOURCE[afalgtest]=afalgtest.c
5674466e 404 INCLUDE[afalgtest]=../include ../apps/include
a9c6d221 405 DEPEND[afalgtest]=../libcrypto libtestutil.a
d2458440 406
a9c6d221 407 SOURCE[d2i_test]=d2i_test.c
5674466e 408 INCLUDE[d2i_test]=../include ../apps/include
a9c6d221 409 DEPEND[d2i_test]=../libcrypto libtestutil.a
1400f013 410
20f8bc72 411 SOURCE[ssl_test_ctx_test]=ssl_test_ctx_test.c helpers/ssl_test_ctx.c
5674466e 412 INCLUDE[ssl_test_ctx_test]=../include ../apps/include
a9c6d221 413 DEPEND[ssl_test_ctx_test]=../libcrypto ../libssl libtestutil.a
453dfd8d 414
20f8bc72 415 SOURCE[ssl_test]=ssl_test.c helpers/ssl_test_ctx.c helpers/handshake.c
76cb077f
MC
416 IF[{- !$disabled{'srp'} -}]
417 SOURCE[ssl_test]=helpers/handshake_srp.c
418 ENDIF
5674466e 419 INCLUDE[ssl_test]=../include ../apps/include
a9c6d221 420 DEPEND[ssl_test]=../libcrypto ../libssl libtestutil.a
453dfd8d 421
a9c6d221 422 SOURCE[cipherlist_test]=cipherlist_test.c
5674466e 423 INCLUDE[cipherlist_test]=../include ../apps/include
a9c6d221 424 DEPEND[cipherlist_test]=../libcrypto ../libssl libtestutil.a
5a22cf96 425
20f8bc72
DDO
426 INCLUDE[helpers/ssl_test_ctx.o]=../include
427 INCLUDE[helpers/handshake.o]=.. ../include
428 INCLUDE[helpers/pkcs12.o]=.. ../include
429 INCLUDE[helpers/ssltestlib.o]=.. ../include
430 INCLUDE[helpers/cmp_testlib.o]=.. ../include ../apps/include
fde2257f 431
a9c6d221 432 SOURCE[x509aux]=x509aux.c
5674466e 433 INCLUDE[x509aux]=../include ../apps/include
a9c6d221 434 DEPEND[x509aux]=../libcrypto libtestutil.a
d7295cd6 435
20f8bc72 436 SOURCE[asynciotest]=asynciotest.c helpers/ssltestlib.c
5674466e 437 INCLUDE[asynciotest]=../include ../apps/include
a9c6d221 438 DEPEND[asynciotest]=../libcrypto ../libssl libtestutil.a
f8f686ec 439
c911e5da 440 SOURCE[bio_callback_test]=bio_callback_test.c
5674466e 441 INCLUDE[bio_callback_test]=../include ../apps/include
c911e5da
BE
442 DEPEND[bio_callback_test]=../libcrypto libtestutil.a
443
251c4818
SL
444 SOURCE[bio_readbuffer_test]=bio_readbuffer_test.c
445 INCLUDE[bio_readbuffer_test]=../include ../apps/include
446 DEPEND[bio_readbuffer_test]=../libcrypto libtestutil.a
447
c6048af2 448 SOURCE[bio_memleak_test]=bio_memleak_test.c
5674466e 449 INCLUDE[bio_memleak_test]=../include ../apps/include
c6048af2
CM
450 DEPEND[bio_memleak_test]=../libcrypto libtestutil.a
451
a9c6d221 452 SOURCE[bioprinttest]=bioprinttest.c
5674466e 453 INCLUDE[bioprinttest]=../include ../apps/include
a9c6d221 454 DEPEND[bioprinttest]=../libcrypto libtestutil.a
5cdad22f 455
93954ab0
MC
456 SOURCE[bio_core_test]=bio_core_test.c
457 INCLUDE[bio_core_test]=../include ../apps/include
458 DEPEND[bio_core_test]=../libcrypto libtestutil.a
459
664e096c
HL
460 SOURCE[bio_dgram_test]=bio_dgram_test.c
461 INCLUDE[bio_dgram_test]=../include ../apps/include
462 DEPEND[bio_dgram_test]=../libcrypto libtestutil.a
463
a3e53d56
TS
464 SOURCE[bio_tfo_test]=bio_tfo_test.c
465 INCLUDE[bio_tfo_test]=../include ../apps/include ..
466 DEPEND[bio_tfo_test]=../libcrypto libtestutil.a
467
3bfc58ad
MC
468 SOURCE[membio_test]=membio_test.c
469 INCLUDE[membio_test]=../include ../apps/include ..
470 DEPEND[membio_test]=../libcrypto libtestutil.a
471
b88ce46e
HL
472 SOURCE[bio_dgram_test]=bio_dgram_test.c
473 INCLUDE[bio_dgram_test]=../include ../apps/include ..
474 DEPEND[bio_dgram_test]=../libcrypto libtestutil.a
475
7ffbd7ca
P
476 SOURCE[params_api_test]=params_api_test.c
477 INCLUDE[params_api_test]=../include ../apps/include
478 DEPEND[params_api_test]=../libcrypto libtestutil.a
479
9830e7ea
P
480 SOURCE[params_conversion_test]=params_conversion_test.c
481 INCLUDE[params_conversion_test]=../include ../apps/include
482 DEPEND[params_conversion_test]=../libcrypto libtestutil.a
483
3c93fbac
P
484 SOURCE[param_build_test]=param_build_test.c
485 INCLUDE[param_build_test]=../include ../apps/include
486 DEPEND[param_build_test]=../libcrypto.a libtestutil.a
487
20f8bc72 488 SOURCE[sslapitest]=sslapitest.c helpers/ssltestlib.c filterprov.c tls-provider.c
5674466e 489 INCLUDE[sslapitest]=../include ../apps/include ..
a9c6d221 490 DEPEND[sslapitest]=../libcrypto ../libssl libtestutil.a
27da1343 491
3c95ef22
TS
492 SOURCE[rpktest]=rpktest.c helpers/ssltestlib.c
493 INCLUDE[rpktest]=../include ../apps/include ..
494 DEPEND[rpktest]=../libcrypto ../libssl libtestutil.a
495
bfa6aaab
MC
496 SOURCE[defltfips_test]=defltfips_test.c
497 INCLUDE[defltfips_test]=../include ../apps/include
498 DEPEND[defltfips_test]=../libcrypto libtestutil.a
499
e1289d90
TM
500 SOURCE[fips_version_test]=fips_version_test.c
501 INCLUDE[fips_version_test]=../include ../apps/include
502 DEPEND[fips_version_test]=../libcrypto libtestutil.a
503
27da1343 504 SOURCE[ocspapitest]=ocspapitest.c
5674466e 505 INCLUDE[ocspapitest]=../include ../apps/include
27da1343 506 DEPEND[ocspapitest]=../libcrypto libtestutil.a
6fc1748e 507
29f178bd
DDO
508 IF[{- !$disabled{sock} -}]
509 PROGRAMS{noinst}=http_test
510 ENDIF
511
512 SOURCE[http_test]=http_test.c
513 INCLUDE[http_test]=../include ../apps/include
514 DEPEND[http_test]=../libcrypto libtestutil.a
515
20f8bc72 516 SOURCE[dtlstest]=dtlstest.c helpers/ssltestlib.c
5674466e 517 INCLUDE[dtlstest]=../include ../apps/include
a9c6d221 518 DEPEND[dtlstest]=../libcrypto ../libssl libtestutil.a
e6ed2b91 519
20f8bc72 520 SOURCE[sslcorrupttest]=sslcorrupttest.c helpers/ssltestlib.c
5674466e 521 INCLUDE[sslcorrupttest]=../include ../apps/include
a9c6d221 522 DEPEND[sslcorrupttest]=../libcrypto ../libssl libtestutil.a
c5a56992 523
a9c6d221 524 SOURCE[bio_enc_test]=bio_enc_test.c
5674466e 525 INCLUDE[bio_enc_test]=../include ../apps/include
a9c6d221 526 DEPEND[bio_enc_test]=../libcrypto libtestutil.a
d6c4cc29 527
a9c6d221 528 SOURCE[pkey_meth_test]=pkey_meth_test.c
5674466e 529 INCLUDE[pkey_meth_test]=../include ../apps/include
a9c6d221 530 DEPEND[pkey_meth_test]=../libcrypto libtestutil.a
52fe14e6 531
6aa907a6 532 SOURCE[pkey_meth_kdf_test]=pkey_meth_kdf_test.c
5674466e 533 INCLUDE[pkey_meth_kdf_test]=../include ../apps/include
6aa907a6
JB
534 DEPEND[pkey_meth_kdf_test]=../libcrypto libtestutil.a
535
5a285add 536 SOURCE[evp_kdf_test]=evp_kdf_test.c
953315ae 537 INCLUDE[evp_kdf_test]=../include ../apps/include
5a285add
DM
538 DEPEND[evp_kdf_test]=../libcrypto libtestutil.a
539
6aa2e59e
SL
540 SOURCE[evp_pkey_dparams_test]=evp_pkey_dparams_test.c
541 INCLUDE[evp_pkey_dparams_test]=../include ../apps/include
542 DEPEND[evp_pkey_dparams_test]=../libcrypto libtestutil.a
543
a9c6d221 544 SOURCE[x509_time_test]=x509_time_test.c
5674466e 545 INCLUDE[x509_time_test]=../include ../apps/include
a9c6d221 546 DEPEND[x509_time_test]=../libcrypto libtestutil.a
80770da3 547
29d4d8e8 548 SOURCE[x509_test]=x509_test.c
549 INCLUDE[x509_test]=../include ../apps/include
550 DEPEND[x509_test]=../libcrypto libtestutil.a
551
20f8bc72 552 SOURCE[recordlentest]=recordlentest.c helpers/ssltestlib.c
5674466e 553 INCLUDE[recordlentest]=../include ../apps/include
a9c6d221 554 DEPEND[recordlentest]=../libcrypto ../libssl libtestutil.a
c1074ce0 555
12fb8c3d 556 SOURCE[drbgtest]=drbgtest.c
15f54941 557 INCLUDE[drbgtest]=../include ../apps/include ../providers/common/include
1c615e4c 558 DEPEND[drbgtest]=../libcrypto.a libtestutil.a
12fb8c3d 559
4516bf74
P
560 SOURCE[rand_status_test]=rand_status_test.c
561 INCLUDE[rand_status_test]=../include ../apps/include
562 DEPEND[rand_status_test]=../libcrypto libtestutil.a
563
a9c6d221 564 SOURCE[x509_dup_cert_test]=x509_dup_cert_test.c
5674466e 565 INCLUDE[x509_dup_cert_test]=../include ../apps/include
a9c6d221 566 DEPEND[x509_dup_cert_test]=../libcrypto libtestutil.a
c0452248 567
6d2523e0 568 SOURCE[x509_check_cert_pkey_test]=x509_check_cert_pkey_test.c
5674466e 569 INCLUDE[x509_check_cert_pkey_test]=../include ../apps/include
6d2523e0
PY
570 DEPEND[x509_check_cert_pkey_test]=../libcrypto libtestutil.a
571
fa3ed5b2 572 SOURCE[pemtest]=pemtest.c
5674466e 573 INCLUDE[pemtest]=../include ../apps/include
fa3ed5b2
BK
574 DEPEND[pemtest]=../libcrypto libtestutil.a
575
d72a0041 576 SOURCE[ssl_cert_table_internal_test]=ssl_cert_table_internal_test.c
5674466e 577 INCLUDE[ssl_cert_table_internal_test]=.. ../include ../apps/include
d72a0041
DSH
578 DEPEND[ssl_cert_table_internal_test]=../libcrypto libtestutil.a
579
bbb4ceb8 580 SOURCE[ciphername_test]=ciphername_test.c
5674466e 581 INCLUDE[ciphername_test]=../include ../apps/include
bbb4ceb8
PY
582 DEPEND[ciphername_test]=../libcrypto ../libssl libtestutil.a
583
4b1fe471
DDO
584 SOURCE[http_test]=http_test.c
585 INCLUDE[http_test]=../include ../apps/include
586 DEPEND[http_test]=../libcrypto libtestutil.a
587
20f8bc72 588 SOURCE[servername_test]=servername_test.c helpers/ssltestlib.c
5674466e 589 INCLUDE[servername_test]=../include ../apps/include
190b9a03
PY
590 DEPEND[servername_test]=../libcrypto ../libssl libtestutil.a
591
a01b9cd5 592 IF[{- !$disabled{cms} -}]
ac6bba6f 593 PROGRAMS{noinst}=cmsapitest
a01b9cd5 594 SOURCE[cmsapitest]=cmsapitest.c
5674466e 595 INCLUDE[cmsapitest]=../include ../apps/include
a01b9cd5
MC
596 DEPEND[cmsapitest]=../libcrypto libtestutil.a
597 ENDIF
e15e92db 598
02e22dd4 599 IF[{- !$disabled{psk} -}]
ac6bba6f 600 PROGRAMS{noinst}=dtls_mtu_test
20f8bc72 601 SOURCE[dtls_mtu_test]=dtls_mtu_test.c helpers/ssltestlib.c
5674466e 602 INCLUDE[dtls_mtu_test]=.. ../include ../apps/include
8ed9a266 603 DEPEND[dtls_mtu_test]=../libcrypto ../libssl libtestutil.a
02e22dd4
DW
604 ENDIF
605
9c89c846 606 IF[{- !$disabled{shared} -}]
ac6bba6f 607 PROGRAMS{noinst}=shlibloadtest
9800b1a0 608 SOURCE[shlibloadtest]=shlibloadtest.c simpledynamic.c
afe554c2 609 INCLUDE[shlibloadtest]=../include ../apps/include
527eb8d2
RL
610
611 PROGRAMS{noinst}=moduleloadtest
612 SOURCE[moduleloadtest]=moduleloadtest.c simpledynamic.c
613 INCLUDE[moduleloadtest]=../include ../apps/include
b987d748
MC
614 ENDIF
615
b7f491cb
RL
616 # cipher_overhead_test uses internal symbols, so it must be linked with
617 # the static libraries
618 PROGRAMS{noinst}=cipher_overhead_test
619 SOURCE[cipher_overhead_test]=cipher_overhead_test.c
620 INCLUDE[cipher_overhead_test]=.. ../include ../apps/include
621 DEPEND[cipher_overhead_test]=../libcrypto.a ../libssl.a libtestutil.a
aeac2183 622
2ad75c6c 623 SOURCE[uitest]=uitest.c ../apps/lib/apps_ui.c
5674466e 624 INCLUDE[uitest]=.. ../include ../apps/include
a43ce58f 625 DEPEND[uitest]=../libcrypto ../libssl libtestutil.a
66ed24b1 626
a9c6d221 627 SOURCE[cipherbytes_test]=cipherbytes_test.c
5674466e 628 INCLUDE[cipherbytes_test]=../include ../apps/include
a9c6d221 629 DEPEND[cipherbytes_test]=../libcrypto ../libssl libtestutil.a
6e3dac19 630
a9c6d221 631 SOURCE[asn1_encode_test]=asn1_encode_test.c
5674466e 632 INCLUDE[asn1_encode_test]=../include ../apps/include
a9c6d221 633 DEPEND[asn1_encode_test]=../libcrypto libtestutil.a
37332ecc 634
c2278c8b 635 SOURCE[asn1_decode_test]=asn1_decode_test.c
5674466e 636 INCLUDE[asn1_decode_test]=../include ../apps/include
c2278c8b
RL
637 DEPEND[asn1_decode_test]=../libcrypto libtestutil.a
638
7b608d08 639 SOURCE[asn1_string_table_test]=asn1_string_table_test.c
5674466e 640 INCLUDE[asn1_string_table_test]=../include ../apps/include
7b608d08
PY
641 DEPEND[asn1_string_table_test]=../libcrypto libtestutil.a
642
20ee2bf1 643 SOURCE[time_offset_test]=time_offset_test.c
5674466e 644 INCLUDE[time_offset_test]=../include ../apps/include
20ee2bf1
TS
645 DEPEND[time_offset_test]=../libcrypto libtestutil.a
646
b524b808 647 SOURCE[conf_include_test]=conf_include_test.c
5674466e 648 INCLUDE[conf_include_test]=../include ../apps/include
b524b808
TM
649 DEPEND[conf_include_test]=../libcrypto libtestutil.a
650
7960dbec 651 IF[{- !$disabled{cmp} -}]
3dbc5156 652 PROGRAMS{noinst}=cmp_asn_test cmp_ctx_test cmp_status_test cmp_hdr_test \
62dcd2aa 653 cmp_protect_test cmp_msg_test cmp_vfy_test \
7e765f46 654 cmp_server_test cmp_client_test
7960dbec
DDO
655 ENDIF
656
20f8bc72 657 SOURCE[cmp_asn_test]=cmp_asn_test.c helpers/cmp_testlib.c
7960dbec
DDO
658 INCLUDE[cmp_asn_test]=.. ../include ../apps/include
659 DEPEND[cmp_asn_test]=../libcrypto.a libtestutil.a
660
20f8bc72 661 SOURCE[cmp_ctx_test]=cmp_ctx_test.c helpers/cmp_testlib.c
7960dbec
DDO
662 INCLUDE[cmp_ctx_test]=.. ../include ../apps/include
663 DEPEND[cmp_ctx_test]=../libcrypto.a libtestutil.a
664
20f8bc72 665 SOURCE[cmp_hdr_test]=cmp_hdr_test.c helpers/cmp_testlib.c
4dde554c
DDO
666 INCLUDE[cmp_hdr_test]=.. ../include ../apps/include
667 DEPEND[cmp_hdr_test]=../libcrypto.a libtestutil.a
668
20f8bc72 669 SOURCE[cmp_status_test]=cmp_status_test.c helpers/cmp_testlib.c
4dde554c
DDO
670 INCLUDE[cmp_status_test]=.. ../include ../apps/include
671 DEPEND[cmp_status_test]=../libcrypto.a libtestutil.a
672
20f8bc72 673 SOURCE[cmp_protect_test]=cmp_protect_test.c helpers/cmp_testlib.c
3dbc5156
DDO
674 INCLUDE[cmp_protect_test]=.. ../include ../apps/include
675 DEPEND[cmp_protect_test]=../libcrypto.a libtestutil.a
676
20f8bc72 677 SOURCE[cmp_msg_test]=cmp_msg_test.c helpers/cmp_testlib.c
3dbc5156
DDO
678 INCLUDE[cmp_msg_test]=.. ../include ../apps/include
679 DEPEND[cmp_msg_test]=../libcrypto.a libtestutil.a
680
20f8bc72 681 SOURCE[cmp_vfy_test]=cmp_vfy_test.c helpers/cmp_testlib.c
31b28ad9
DDO
682 INCLUDE[cmp_vfy_test]=.. ../include ../apps/include
683 DEPEND[cmp_vfy_test]=../libcrypto.a libtestutil.a
684
20f8bc72 685 SOURCE[cmp_server_test]=cmp_server_test.c helpers/cmp_testlib.c
62dcd2aa
DDO
686 INCLUDE[cmp_server_test]=.. ../include ../apps/include
687 DEPEND[cmp_server_test]=../libcrypto.a libtestutil.a
688
ee56cec7 689 SOURCE[cmp_client_test]=cmp_client_test.c helpers/cmp_testlib.c ../apps/lib/cmp_mock_srv.c
7e765f46
DDO
690 INCLUDE[cmp_client_test]=.. ../include ../apps/include
691 DEPEND[cmp_client_test]=../libcrypto.a libtestutil.a
692
065121ff
AF
693 SOURCE[ca_internals_test]=ca_internals_test.c ../apps/ca.c ../apps/lib/apps.c \
694 ../apps/lib/app_rand.c ../apps/lib/engine.c ../apps/lib/app_provider.c \
695 ../apps/lib/app_libctx.c ../apps/lib/fmt.c ../apps/lib/apps_ui.c \
696 ../apps/lib/app_x509.c ../crypto/asn1/a_time.c ../crypto/ctype.c
697 INCLUDE[ca_internals_test]=.. ../include ../apps/include
698 DEPEND[ca_internals_test]=libtestutil.a ../libssl
699
b5b7c61f 700 # Internal test programs. These are essentially a collection of internal
cf551a51
RL
701 # test routines. Some of them need to reach internal symbols that aren't
702 # available through the shared library (at least on Linux, Solaris, Windows
703 # and VMS, where the exported symbols are those listed in util/*.num), these
69687aa8 704 # programs are forcibly linked with the static libraries, where all symbols
b3023ced
RL
705 # are always available.
706 IF[1]
ac6bba6f 707 PROGRAMS{noinst}=asn1_internal_test modes_internal_test x509_internal_test \
082193ef 708 tls13encryptiontest wpackettest ctype_internal_test \
1f8ce0c9 709 rdcpu_sanitytest property_test ideatest rsa_mp_test \
c5f87134 710 rsa_sp800_56b_test bn_internal_test ecdsatest rsa_test \
8083fd3a 711 rc2test rc4test rc5test hmactest ffc_internal_test \
ada66e78 712 asn1_dsa_internal_test dsatest dsa_no_digest_size_test \
20f8bc72 713 dhtest ssl_old_test
8240d5fa 714
cf551a51 715 IF[{- !$disabled{poly1305} -}]
ac6bba6f 716 PROGRAMS{noinst}=poly1305_internal_test
cf551a51 717 ENDIF
ee6d9dfb 718 IF[{- !$disabled{chacha} -}]
ac6bba6f 719 PROGRAMS{noinst}=chacha_internal_test
ee6d9dfb 720 ENDIF
3f5616d7 721 IF[{- !$disabled{siphash} -}]
ac6bba6f 722 PROGRAMS{noinst}=siphash_internal_test
3f5616d7 723 ENDIF
e425f90f 724 IF[{- !$disabled{sm2} -}]
ac6bba6f 725 PROGRAMS{noinst}=sm2_internal_test
e425f90f 726 ENDIF
c3708f9f 727 IF[{- !$disabled{sm3} -}]
728 PROGRAMS{noinst}=sm3_internal_test
729 ENDIF
f19a5ff9 730 IF[{- !$disabled{sm4} -}]
ac6bba6f 731 PROGRAMS{noinst}=sm4_internal_test
f19a5ff9 732 ENDIF
c7a47adc 733 IF[{- !$disabled{ec} -}]
78c44b05 734 PROGRAMS{noinst}=ectest ec_internal_test curve448_internal_test \
735 evp_pkey_dhkem_test
c7a47adc 736 ENDIF
a370ff8d
MC
737 IF[{- !$disabled{cmac} -}]
738 PROGRAMS{noinst}=cmactest
739 ENDIF
cf551a51 740
a9c6d221 741 SOURCE[poly1305_internal_test]=poly1305_internal_test.c
afe554c2 742 INCLUDE[poly1305_internal_test]=.. ../include ../apps/include
a9c6d221 743 DEPEND[poly1305_internal_test]=../libcrypto.a libtestutil.a
cf551a51 744
a9c6d221 745 SOURCE[chacha_internal_test]=chacha_internal_test.c
afe554c2 746 INCLUDE[chacha_internal_test]=.. ../include ../apps/include
a9c6d221 747 DEPEND[chacha_internal_test]=../libcrypto.a libtestutil.a
ee6d9dfb 748
a9c6d221 749 SOURCE[asn1_internal_test]=asn1_internal_test.c
afe554c2 750 INCLUDE[asn1_internal_test]=.. ../include ../apps/include
a9c6d221 751 DEPEND[asn1_internal_test]=../libcrypto.a libtestutil.a
cf551a51 752
a9c6d221 753 SOURCE[modes_internal_test]=modes_internal_test.c
afe554c2 754 INCLUDE[modes_internal_test]=.. ../include ../apps/include
a9c6d221 755 DEPEND[modes_internal_test]=../libcrypto.a libtestutil.a
cf551a51 756
a9c6d221 757 SOURCE[x509_internal_test]=x509_internal_test.c
5674466e 758 INCLUDE[x509_internal_test]=.. ../include ../apps/include
a9c6d221 759 DEPEND[x509_internal_test]=../libcrypto.a libtestutil.a
f01675c6 760
c5f87134
P
761 SOURCE[rsa_test]=rsa_test.c
762 INCLUDE[rsa_test]=../include ../apps/include
763 DEPEND[rsa_test]=../libcrypto.a libtestutil.a
764
765 SOURCE[rsa_mp_test]=rsa_mp_test.c
766 INCLUDE[rsa_mp_test]=../include ../apps/include
767 DEPEND[rsa_mp_test]=../libcrypto.a libtestutil.a
f41ac0ee 768
579422c8
P
769 SOURCE[ecdsatest]=ecdsatest.c
770 INCLUDE[ecdsatest]=../include ../apps/include
771 DEPEND[ecdsatest]=../libcrypto.a libtestutil.a
772
f41ac0ee
P
773 SOURCE[dsatest]=dsatest.c
774 INCLUDE[dsatest]=../include ../apps/include
775 DEPEND[dsatest]=../libcrypto.a libtestutil.a
776
777 SOURCE[dsa_no_digest_size_test]=dsa_no_digest_size_test.c
778 INCLUDE[dsa_no_digest_size_test]=../include ../apps/include
779 DEPEND[dsa_no_digest_size_test]=../libcrypto.a libtestutil.a
780
a9c6d221 781 SOURCE[tls13encryptiontest]=tls13encryptiontest.c
5674466e 782 INCLUDE[tls13encryptiontest]=.. ../include ../apps/include
243af566 783 DEPEND[tls13encryptiontest]=../libcrypto.a ../libssl.a libtestutil.a
e463cb39 784
da2d32f6
P
785 SOURCE[ideatest]=ideatest.c
786 INCLUDE[ideatest]=../include ../apps/include
787 DEPEND[ideatest]=../libcrypto.a libtestutil.a
788
a9c6d221 789 SOURCE[wpackettest]=wpackettest.c
5674466e 790 INCLUDE[wpackettest]=../include ../apps/include
243af566 791 DEPEND[wpackettest]=../libcrypto.a ../libssl.a libtestutil.a
3f5616d7 792
1bdbdaff 793 SOURCE[property_test]=property_test.c
1aedc35f 794 INCLUDE[property_test]=.. ../include ../apps/include
1bdbdaff
P
795 DEPEND[property_test]=../libcrypto.a libtestutil.a
796
a1df06b3 797 SOURCE[ctype_internal_test]=ctype_internal_test.c
25f2138b 798 INCLUDE[ctype_internal_test]=.. ../include ../apps/include
a1df06b3
P
799 DEPEND[ctype_internal_test]=../libcrypto.a libtestutil.a
800
a40f0f64 801 SOURCE[sparse_array_test]=sparse_array_test.c
afe554c2 802 INCLUDE[sparse_array_test]=../include ../apps/include
a40f0f64
P
803 DEPEND[sparse_array_test]=../libcrypto.a libtestutil.a
804
f0a49358
P
805 IF[{- !$disabled{quic} -}]
806 SOURCE[priority_queue_test]=priority_queue_test.c
807 INCLUDE[priority_queue_test]=../include ../apps/include
0eb27659
P
808 DEPEND[priority_queue_test]=../libcrypto ../libssl.a libtestutil.a
809
810 SOURCE[event_queue_test]=event_queue_test.c
811 INCLUDE[event_queue_test]=../include ../apps/include
812 DEPEND[event_queue_test]=../libcrypto ../libssl.a libtestutil.a
adef87a2 813
0c593328 814 SOURCE[quicfaultstest]=quicfaultstest.c helpers/ssltestlib.c helpers/quictestlib.c
adef87a2
MC
815 INCLUDE[quicfaultstest]=../include ../apps/include ..
816 DEPEND[quicfaultstest]=../libcrypto.a ../libssl.a libtestutil.a
0c593328
MC
817
818 SOURCE[quicapitest]=quicapitest.c helpers/ssltestlib.c helpers/quictestlib.c
819 INCLUDE[quicapitest]=../include ../apps/include
820 DEPEND[quicapitest]=../libcrypto.a ../libssl.a libtestutil.a
f0a49358
P
821 ENDIF
822
ada66e78
P
823 SOURCE[dhtest]=dhtest.c
824 INCLUDE[dhtest]=../include ../apps/include
825 DEPEND[dhtest]=../libcrypto.a libtestutil.a
826
f5eac259
P
827 SOURCE[list_test]=list_test.c
828 INCLUDE[list_test]=../include ../apps/include
829 DEPEND[list_test]=libtestutil.a
830
dbde4726
P
831 SOURCE[hmactest]=hmactest.c
832 INCLUDE[hmactest]=../include ../apps/include
833 DEPEND[hmactest]=../libcrypto.a libtestutil.a
834
a370ff8d
MC
835 IF[{- !$disabled{cmac} -}]
836 SOURCE[cmactest]=cmactest.c
837 INCLUDE[cmactest]=../include ../apps/include
838 DEPEND[cmactest]=../libcrypto.a libtestutil.a
839 ENDIF
840
a9c6d221 841 SOURCE[siphash_internal_test]=siphash_internal_test.c
afe554c2 842 INCLUDE[siphash_internal_test]=.. ../include ../apps/include
a9c6d221 843 DEPEND[siphash_internal_test]=../libcrypto.a libtestutil.a
f19a5ff9 844
e14d6cf6 845 SOURCE[sm2_internal_test]=sm2_internal_test.c
afe554c2 846 INCLUDE[sm2_internal_test]=../include ../apps/include
e14d6cf6 847 DEPEND[sm2_internal_test]=../libcrypto.a libtestutil.a
e425f90f 848
c3708f9f 849 SOURCE[sm3_internal_test]=sm3_internal_test.c
850 INCLUDE[sm3_internal_test]=../include ../apps/include
851 DEPEND[sm3_internal_test]=../libcrypto.a libtestutil.a
852
f19a5ff9 853 SOURCE[sm4_internal_test]=sm4_internal_test.c
afe554c2 854 INCLUDE[sm4_internal_test]=.. ../include ../apps/include
f19a5ff9 855 DEPEND[sm4_internal_test]=../libcrypto.a libtestutil.a
8f58ede0 856
c6fec81b
P
857 SOURCE[destest]=destest.c
858 INCLUDE[destest]=../include ../apps/include
859 DEPEND[destest]=../libcrypto.a libtestutil.a
860
ee2993ab
P
861 SOURCE[rc2test]=rc2test.c
862 INCLUDE[rc2test]=../include ../apps/include
863 DEPEND[rc2test]=../libcrypto.a libtestutil.a
864
a8fca728
P
865 SOURCE[rc4test]=rc4test.c
866 INCLUDE[rc4test]=../include ../apps/include
867 DEPEND[rc4test]=../libcrypto.a libtestutil.a
868
62c3fed0
P
869 SOURCE[rc5test]=rc5test.c
870 INCLUDE[rc5test]=../include ../apps/include
871 DEPEND[rc5test]=../libcrypto.a libtestutil.a
872
78082769 873 SOURCE[ec_internal_test]=ec_internal_test.c $INITSRC
afe554c2 874 INCLUDE[ec_internal_test]=../include ../crypto/ec ../apps/include
8f58ede0 875 DEPEND[ec_internal_test]=../libcrypto.a libtestutil.a
2c9def25
MC
876
877 SOURCE[curve448_internal_test]=curve448_internal_test.c
5674466e 878 INCLUDE[curve448_internal_test]=.. ../include ../apps/include ../crypto/ec/curve448
2c9def25 879 DEPEND[curve448_internal_test]=../libcrypto.a libtestutil.a
082193ef 880
85d843c8
P
881 SOURCE[rc4test]=rc4test.c
882 INCLUDE[rc4test]=../include ../apps/include
883 DEPEND[rc4test]=../libcrypto.a libtestutil.a
884
1f8ce0c9
OT
885 SOURCE[rdcpu_sanitytest]=rdcpu_sanitytest.c
886 INCLUDE[rdcpu_sanitytest]=../include ../apps/include ../crypto
887 DEPEND[rdcpu_sanitytest]=../libcrypto.a libtestutil.a
8240d5fa
SL
888
889 SOURCE[rsa_sp800_56b_test]=rsa_sp800_56b_test.c
25f2138b 890 INCLUDE[rsa_sp800_56b_test]=.. ../include ../crypto/rsa ../apps/include
8240d5fa
SL
891 DEPEND[rsa_sp800_56b_test]=../libcrypto.a libtestutil.a
892
893 SOURCE[bn_internal_test]=bn_internal_test.c
25f2138b 894 INCLUDE[bn_internal_test]=.. ../include ../crypto/bn ../apps/include
8240d5fa 895 DEPEND[bn_internal_test]=../libcrypto.a libtestutil.a
54846b7c
DM
896
897 SOURCE[asn1_dsa_internal_test]=asn1_dsa_internal_test.c
afe554c2 898 INCLUDE[asn1_dsa_internal_test]=.. ../include ../apps/include
54846b7c 899 DEPEND[asn1_dsa_internal_test]=../libcrypto.a libtestutil.a
5a02d13d
RL
900
901 SOURCE[keymgmt_internal_test]=keymgmt_internal_test.c
902 INCLUDE[keymgmt_internal_test]=.. ../include ../apps/include
903 DEPEND[keymgmt_internal_test]=../libcrypto.a libtestutil.a
2c166171 904
8083fd3a 905 SOURCE[ffc_internal_test]=ffc_internal_test.c
b830e004 906 INCLUDE[ffc_internal_test]=.. ../include ../apps/include
8083fd3a
SL
907 DEPEND[ffc_internal_test]=../libcrypto.a libtestutil.a
908
33ee9ae0
P
909 IF[{- !$disabled{mdc2} -}]
910 PROGRAMS{noinst}=mdc2_internal_test
911 ENDIF
97f1e971 912
33ee9ae0
P
913 SOURCE[mdc2_internal_test]=mdc2_internal_test.c
914 INCLUDE[mdc2_internal_test]=.. ../include ../apps/include
915 DEPEND[mdc2_internal_test]=../libcrypto.a libtestutil.a
ada66e78 916
20f8bc72
DDO
917 SOURCE[ssl_old_test]=ssl_old_test.c helpers/predefined_dhparams.c
918 INCLUDE[ssl_old_test]=.. ../include ../apps/include
bca7ad6e 919 DEPEND[ssl_old_test]=../libcrypto.a ../libssl.a libtestutil.a
388eb0d9 920
ac44deaf
TS
921 PROGRAMS{noinst}=ext_internal_test
922 SOURCE[ext_internal_test]=ext_internal_test.c
923 INCLUDE[ext_internal_test]=.. ../include ../apps/include
924 DEPEND[ext_internal_test]=../libcrypto.a ../libssl.a libtestutil.a
925
388eb0d9
RL
926 PROGRAMS{noinst}=algorithmid_test
927 SOURCE[algorithmid_test]=algorithmid_test.c
928 INCLUDE[algorithmid_test]=../include ../apps/include
929 DEPEND[algorithmid_test]=../libcrypto.a libtestutil.a
33ee9ae0 930 ENDIF
134bfe56 931
ac6bba6f 932 PROGRAMS{noinst}=asn1_time_test
065121ff
AF
933 SOURCE[asn1_time_test]=asn1_time_test.c ../crypto/ctype.c \
934 ../crypto/asn1/a_time.c
5674466e 935 INCLUDE[asn1_time_test]=../include ../apps/include
cf37aaa3
TS
936 DEPEND[asn1_time_test]=../libcrypto libtestutil.a
937
134bfe56
MC
938 # We disable this test completely in a shared build because it deliberately
939 # redefines some internal libssl symbols. This doesn't work in a non-shared
940 # build
941 IF[{- !$disabled{shared} -}]
ac6bba6f 942 PROGRAMS{noinst}=tls13secretstest
a9c6d221 943 SOURCE[tls13secretstest]=tls13secretstest.c
da4db160 944 DEFINE[tls13secretstest]=OPENSSL_NO_KTLS
416d0a63 945 SOURCE[tls13secretstest]= ../ssl/tls13_enc.c ../crypto/packet.c ../crypto/quic_vlint.c
5674466e 946 INCLUDE[tls13secretstest]=.. ../include ../apps/include
a9c6d221 947 DEPEND[tls13secretstest]=../libcrypto ../libssl libtestutil.a
134bfe56 948 ENDIF
a58eb06d 949
20f8bc72 950 SOURCE[sslbuffertest]=sslbuffertest.c helpers/ssltestlib.c
5674466e 951 INCLUDE[sslbuffertest]=../include ../apps/include
a58eb06d 952 DEPEND[sslbuffertest]=../libcrypto ../libssl libtestutil.a
8a5ed9dc
TM
953
954 SOURCE[sysdefaulttest]=sysdefaulttest.c
5674466e 955 INCLUDE[sysdefaulttest]=../include ../apps/include
8a5ed9dc 956 DEPEND[sysdefaulttest]=../libcrypto ../libssl libtestutil.a
2de108df
DB
957
958 SOURCE[errtest]=errtest.c
5674466e 959 INCLUDE[errtest]=../include ../apps/include
2de108df 960 DEPEND[errtest]=../libcrypto libtestutil.a
1e839545 961
bcf082d1
SL
962 SOURCE[aesgcmtest]=aesgcmtest.c
963 INCLUDE[aesgcmtest]=../include ../apps/include ..
964 DEPEND[aesgcmtest]=../libcrypto libtestutil.a
965
d64b6299
RL
966 PROGRAMS{noinst}=context_internal_test
967 SOURCE[context_internal_test]=context_internal_test.c
968 INCLUDE[context_internal_test]=.. ../include ../apps/include
969 DEPEND[context_internal_test]=../libcrypto.a libtestutil.a
021a6552 970
caf9317d 971 IF[{- !$disabled{zlib} || !$disabled{brotli} || !$disabled{zstd} -}]
12e96a23
TS
972 PROGRAMS{noinst}=bio_comp_test
973 SOURCE[bio_comp_test]=bio_comp_test.c
974 INCLUDE[bio_comp_test]=../include ../apps/include
975 DEPEND[bio_comp_test]=../libcrypto.a libtestutil.a
976 ENDIF
977
021a6552
RL
978 PROGRAMS{noinst}=provider_internal_test
979 DEFINE[provider_internal_test]=PROVIDER_INIT_FUNCTION_NAME=p_test_init
980 SOURCE[provider_internal_test]=provider_internal_test.c p_test.c
81c15ed0 981 INCLUDE[provider_internal_test]=../include ../apps/include ..
021a6552
RL
982 DEPEND[provider_internal_test]=../libcrypto.a libtestutil.a
983 PROGRAMS{noinst}=provider_test
984 DEFINE[provider_test]=PROVIDER_INIT_FUNCTION_NAME=p_test_init
985 SOURCE[provider_test]=provider_test.c p_test.c
81c15ed0 986 INCLUDE[provider_test]=../include ../apps/include ..
021a6552 987 DEPEND[provider_test]=../libcrypto.a libtestutil.a
34786bde 988 IF[{- !$disabled{module} -}]
021a6552
RL
989 MODULES{noinst}=p_test
990 SOURCE[p_test]=p_test.c
81c15ed0 991 INCLUDE[p_test]=../include ..
021a6552
RL
992 IF[{- defined $target{shared_defflag} -}]
993 SOURCE[p_test]=p_test.ld
994 GENERATE[p_test.ld]=../util/providers.num
995 ENDIF
521b7cb3
RL
996 ENDIF
997 IF[{- $disabled{module} || !$target{dso_scheme} -}]
2a2bc6fc
RL
998 DEFINE[provider_test]=NO_PROVIDER_MODULE
999 DEFINE[provider_internal_test]=NO_PROVIDER_MODULE
021a6552 1000 ENDIF
433deaff
RS
1001 DEPEND[]=provider_internal_test.cnf
1002 GENERATE[provider_internal_test.cnf]=provider_internal_test.cnf.in
9ad41d24 1003
f995e5bd
RL
1004 PROGRAMS{noinst}=provider_fallback_test
1005 SOURCE[provider_fallback_test]=provider_fallback_test.c
1006 INCLUDE[provider_fallback_test]=../include ../apps/include
1007 DEPEND[provider_fallback_test]=../libcrypto libtestutil.a
1008
05122835
TM
1009 PROGRAMS{noinst}=provider_pkey_test
1010 SOURCE[provider_pkey_test]=provider_pkey_test.c fake_rsaprov.c
1011 INCLUDE[provider_pkey_test]=../include ../apps/include
1012 DEPEND[provider_pkey_test]=../libcrypto libtestutil.a
1013
d3db25f5
PM
1014 PROGRAMS{noinst}=provider_default_search_path_test
1015 SOURCE[provider_default_search_path_test]=provider_default_search_path_test.c
1016 INCLUDE[provider_default_search_path_test]=../include ../apps/include
1017 DEPEND[provider_default_search_path_test]=../libcrypto libtestutil.a
1018
9ad41d24
RL
1019 PROGRAMS{noinst}=params_test
1020 SOURCE[params_test]=params_test.c
1021 INCLUDE[params_test]=.. ../include ../apps/include
1022 DEPEND[params_test]=../libcrypto.a libtestutil.a
734a462e 1023
f32af93c
SL
1024 PROGRAMS{noinst}=hexstr_test
1025 SOURCE[hexstr_test]=hexstr_test.c
1026 INCLUDE[hexstr_test]=.. ../include ../apps/include
1027 DEPEND[hexstr_test]=../libcrypto.a libtestutil.a
1028
fcff5bd4
DF
1029 PROGRAMS{noinst}=trace_api_test
1030 SOURCE[trace_api_test]=trace_api_test.c
1031 INCLUDE[trace_api_test]=.. ../include ../apps/include
1032 DEPEND[trace_api_test]=../libcrypto.a libtestutil.a
1033
ece9304c 1034 PROGRAMS{noinst}=endecode_test
20f8bc72 1035 SOURCE[endecode_test]=endecode_test.c helpers/predefined_dhparams.c
ece9304c
RL
1036 INCLUDE[endecode_test]=.. ../include ../apps/include
1037 DEPEND[endecode_test]=../libcrypto.a libtestutil.a
7ee992a5
MC
1038 IF[{- !$disabled{module} && !$disabled{legacy} -}]
1039 DEFINE[endecode_test]=STATIC_LEGACY
1040 SOURCE[endecode_test]=../providers/legacyprov.c
1041 INCLUDE[endecode_test]=../providers/common/include \
1042 ../providers/implementations/include
1043 DEPEND[endecode_test]=../providers/liblegacy.a \
1044 ../providers/libcommon.a
1045 ENDIF
5a23d78c 1046
4d8e8a2d
MC
1047 IF[{- !$disabled{'deprecated-3.0'} -}]
1048 PROGRAMS{noinst}=endecoder_legacy_test
1049 SOURCE[endecoder_legacy_test]=endecoder_legacy_test.c
1050 INCLUDE[endecoder_legacy_test]=.. ../include ../apps/include
1051 DEPEND[endecoder_legacy_test]=../libcrypto.a libtestutil.a
1052 ENDIF
e76a6962 1053
734a462e
RL
1054 PROGRAMS{noinst}=namemap_internal_test
1055 SOURCE[namemap_internal_test]=namemap_internal_test.c
1056 INCLUDE[namemap_internal_test]=.. ../include ../apps/include
1057 DEPEND[namemap_internal_test]=../libcrypto.a libtestutil.a
51a7c4b5
RL
1058
1059 PROGRAMS{noinst}=bio_prefix_text
ac1e85f4 1060 SOURCE[bio_prefix_text]=bio_prefix_text.c
51a7c4b5 1061 INCLUDE[bio_prefix_text]=.. ../include ../apps/include
ac1e85f4 1062 DEPEND[bio_prefix_text]=../libcrypto libtestutil.a
cdbd27ba
MC
1063
1064 IF[{- !$disabled{'deprecated-3.0'} -}]
66923436 1065 PROGRAMS{noinst}=pem_read_depr_test
cdbd27ba
MC
1066 SOURCE[pem_read_depr_test]=pem_read_depr_test.c
1067 INCLUDE[pem_read_depr_test]=../include ../apps/include
1068 DEPEND[pem_read_depr_test]=../libcrypto libtestutil.a
1069 ENDIF
5cdad22f
RL
1070ENDIF
1071
132b5fac 1072 SOURCE[ssl_ctx_test]=ssl_ctx_test.c
2321c25d 1073 INCLUDE[ssl_ctx_test]=../include ../apps/include
132b5fac
CH
1074 DEPEND[ssl_ctx_test]=../libcrypto ../libssl libtestutil.a
1075
3c58d447
SL
1076 SOURCE[build_wincrypt_test]=build_wincrypt_test.c
1077 INCLUDE[build_wincrypt_test]=../include
1078 DEPEND[build_wincrypt_test]=../libssl ../libcrypto
1079
c02036e1
DDO
1080 IF[{- !$disabled{shared} -}]
1081 PROGRAMS{noinst}=timing_load_creds
1082 SOURCE[timing_load_creds]=timing_load_creds.c
1083 INCLUDE[timing_load_creds]=../include
1084 DEPEND[timing_load_creds]=../libcrypto.a
1085 ENDIF
1086
e44795bd 1087 IF[{- !$disabled{'quic'} -}]
0c593328 1088 PROGRAMS{noinst}=quic_wire_test quic_ackm_test quic_record_test
091f532e
HL
1089 PROGRAMS{noinst}=quic_fc_test quic_stream_test quic_cfq_test quic_txpim_test
1090 PROGRAMS{noinst}=quic_fifd_test quic_txp_test quic_tserver_test
fc110280 1091 PROGRAMS{noinst}=quic_client_test
e44795bd
TM
1092 ENDIF
1093
fa4e92a7
HL
1094 SOURCE[quic_ackm_test]=quic_ackm_test.c
1095 INCLUDE[quic_ackm_test]=../include ../apps/include
1096 DEPEND[quic_ackm_test]=../libcrypto.a ../libssl.a libtestutil.a
1097
b67cb09f
TS
1098 SOURCE[cert_comp_test]=cert_comp_test.c helpers/ssltestlib.c
1099 INCLUDE[cert_comp_test]=../include ../apps/include ..
1100 DEPEND[cert_comp_test]=../libcrypto ../libssl libtestutil.a
1101
5cdad22f 1102{-
0483f586 1103 use File::Spec::Functions;
bffb1490 1104 use File::Basename;
8d2214c0 1105 use OpenSSL::Glob;
bffb1490 1106
bffb1490 1107 my @nogo_headers = ( "asn1_mac.h",
c7e10755 1108 "opensslconf.h",
bffb1490
RL
1109 "__decc_include_prologue.h",
1110 "__decc_include_epilogue.h" );
3830c194 1111 my @nogo_headers_re = ( qr/.*err\.h/ );
bffb1490
RL
1112 my @headerfiles = glob catfile($sourcedir,
1113 updir(), "include", "openssl", "*.h");
1114
1115 foreach my $headerfile (@headerfiles) {
1116 my $name = basename($headerfile, ".h");
1117 next if $disabled{$name};
1118 next if grep { $_ eq lc("$name.h") } @nogo_headers;
3830c194 1119 next if grep { lc("$name.h") =~ m/$_/i } @nogo_headers_re;
bffb1490
RL
1120 $OUT .= <<"_____";
1121
9f27d4bf
RL
1122 PROGRAMS{noinst}=buildtest_c_$name
1123 SOURCE[buildtest_c_$name]=buildtest_$name.c
bffb1490 1124 GENERATE[buildtest_$name.c]=generate_buildtest.pl $name
9f27d4bf
RL
1125 INCLUDE[buildtest_c_$name]=../include
1126 DEPEND[buildtest_c_$name]=../libssl ../libcrypto
1127_____
ac4033d6 1128 $OUT .= <<"_____" if $config{CXX} && !$disabled{"buildtest-c++"};
9f27d4bf
RL
1129
1130 PROGRAMS{noinst}=buildtest_cc_$name
1131 SOURCE[buildtest_cc_$name]=buildtest_$name.cc
1132 GENERATE[buildtest_$name.cc]=generate_buildtest.pl $name
1133 INCLUDE[buildtest_cc_$name]=../include
1134 DEPEND[buildtest_cc_$name]=../libssl ../libcrypto
bffb1490
RL
1135_____
1136 }
5cdad22f 1137-}