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