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