]> git.ipfire.org Git - thirdparty/openssl.git/blame - test/build.info
EC only uses approved curves in FIPS mode.
[thirdparty/openssl.git] / test / build.info
CommitLineData
9654924f 1SUBDIRS=ossl_shim
989b2ad7
RL
2
3# TODO: use ../apps/libapps.a instead of direct ../apps source.
4# This can't currently be done, because some of its units drag in too many
5# unresolved references that don't apply here. Most of all, ../apps/apps.c
6# needs to be divided in smaller pieces to be useful here.
7#
8# Auxilliary program source (copied from ../apps/build.info)
9IF[{- $config{target} =~ /^(?:VC-|mingw)/ -}]
10 # It's called 'init', but doesn't have much 'init' in it...
11 $AUXLIBAPPSSRC=../apps/win32_init.c
12ENDIF
13IF[{- $config{target} =~ /^vms-/ -}]
14 $AUXLIBAPPSSRC=../apps/vms_term_sock.c ../apps/vms_decc_argv.c
15ENDIF
d73458d1 16$LIBAPPSSRC=../apps/opt.c ../apps/bf_prefix.c $AUXLIBAPPSSRC
989b2ad7 17
d90a6beb 18IF[{- !$disabled{tests} -}]
77550dbf 19 LIBS{noinst,has_main}=libtestutil.a
603ddbdb 20 SOURCE[libtestutil.a]=testutil/basic_output.c testutil/output_helpers.c \
ae269dd8 21 testutil/driver.c testutil/tests.c testutil/cb.c testutil/stanza.c \
a69de3f2 22 testutil/format_output.c testutil/tap_bio.c \
a43ce58f 23 testutil/test_cleanup.c testutil/main.c testutil/init.c \
ce506d27 24 testutil/options.c testutil/test_options.c \
989b2ad7 25 testutil/apps_mem.c $LIBAPPSSRC
5674466e 26 INCLUDE[libtestutil.a]=../include ../apps/include ..
4db40c94
RL
27 DEPEND[libtestutil.a]=../libcrypto
28
ac6bba6f 29 PROGRAMS{noinst}=\
efe749c8 30 versions \
2fae041d 31 aborttest test_test \
da5fac72 32 sanitytest rsa_complex exdatatest bntest \
2556aec5 33 ectest ecstresstest ecdsatest gmdifftest pbelutest ideatest \
816060d2 34 md2test \
a2121e14 35 hmactest \
c5055adf 36 rc2test rc4test rc5test \
a0a760cc 37 destest mdc2test \
75e2c877 38 dhtest enginetest casttest \
cb809437 39 bftest ssltest_old dsatest dsa_no_digest_size_test exptest rsa_test \
e417070c 40 evp_test evp_extra_test igetest v3nametest v3ext \
a40f0f64 41 crltest danetest bad_dtls_test lhash_test sparse_array_test \
9830e7ea 42 conf_include_test params_api_test params_conversion_test \
d90a6beb 43 constant_time_test verify_extra_test clienthellotest \
98374961 44 packettest asynctest secmemtest srptest memleaktest stack_test \
d90a6beb 45 dtlsv1listentest ct_test threadstest afalgtest d2i_test \
f8f686ec 46 ssl_test_ctx_test ssl_test x509aux cipherlist_test asynciotest \
c6048af2 47 bio_callback_test bio_memleak_test \
52fe14e6 48 bioprinttest sslapitest dtlstest sslcorrupttest bio_enc_test \
5a285add
DM
49 pkey_meth_test pkey_meth_kdf_test evp_kdf_test uitest \
50 cipherbytes_test \
c2278c8b 51 asn1_encode_test asn1_decode_test asn1_string_table_test \
12fb8c3d 52 x509_time_test x509_dup_cert_test x509_check_cert_pkey_test \
a58eb06d 53 recordlentest drbgtest sslbuffertest \
e613b1ef 54 recordlentest drbgtest drbg_cavs_test sslbuffertest \
190b9a03 55 time_offset_test pemtest ssl_cert_table_internal_test ciphername_test \
8a5ed9dc 56 servername_test ocspapitest rsa_mp_test fatalerrtest tls13ccstest \
d64b6299 57 sysdefaulttest errtest gosttest \
6aa2e59e 58 context_internal_test aesgcmtest params_test evp_pkey_dparams_test
d90a6beb 59
efe749c8 60 SOURCE[versions]=versions.c
5674466e 61 INCLUDE[versions]=../include ../apps/include
efe749c8
RL
62 DEPEND[versions]=../libcrypto
63
d90a6beb 64 SOURCE[aborttest]=aborttest.c
5674466e 65 INCLUDE[aborttest]=../include ../apps/include
d90a6beb
MC
66 DEPEND[aborttest]=../libcrypto
67
a9c6d221 68 SOURCE[sanitytest]=sanitytest.c
5674466e 69 INCLUDE[sanitytest]=../include ../apps/include
a9c6d221 70 DEPEND[sanitytest]=../libcrypto libtestutil.a
d90a6beb 71
da5fac72 72 SOURCE[rsa_complex]=rsa_complex.c
5674466e 73 INCLUDE[rsa_complex]=../include ../apps/include
da5fac72 74
a9c6d221 75 SOURCE[test_test]=test_test.c
5674466e 76 INCLUDE[test_test]=../include ../apps/include
a9c6d221 77 DEPEND[test_test]=../libcrypto libtestutil.a
2fae041d 78
a9c6d221 79 SOURCE[exdatatest]=exdatatest.c
5674466e 80 INCLUDE[exdatatest]=../include ../apps/include
a9c6d221 81 DEPEND[exdatatest]=../libcrypto libtestutil.a
629192c1 82
a9c6d221 83 SOURCE[bntest]=bntest.c
5674466e 84 INCLUDE[bntest]=../include ../apps/include
a9c6d221 85 DEPEND[bntest]=../libcrypto libtestutil.a
d90a6beb
MC
86
87 SOURCE[ectest]=ectest.c
5674466e 88 INCLUDE[ectest]=../include ../apps/include
2db85ac9 89 DEPEND[ectest]=../libcrypto libtestutil.a
d90a6beb 90
2556aec5 91 SOURCE[ecstresstest]=ecstresstest.c
5674466e 92 INCLUDE[ecstresstest]=../include ../apps/include
2556aec5
RS
93 DEPEND[ecstresstest]=../libcrypto libtestutil.a
94
a9c6d221 95 SOURCE[ecdsatest]=ecdsatest.c
5674466e 96 INCLUDE[ecdsatest]=../include ../apps/include
a9c6d221 97 DEPEND[ecdsatest]=../libcrypto libtestutil.a
d90a6beb 98
a9c6d221 99 SOURCE[gmdifftest]=gmdifftest.c
5674466e 100 INCLUDE[gmdifftest]=../include ../apps/include
a9c6d221 101 DEPEND[gmdifftest]=../libcrypto libtestutil.a
d90a6beb 102
a9c6d221 103 SOURCE[pbelutest]=pbelutest.c
5674466e 104 INCLUDE[pbelutest]=../include ../apps/include
a9c6d221 105 DEPEND[pbelutest]=../libcrypto libtestutil.a
d90a6beb 106
a9c6d221 107 SOURCE[ideatest]=ideatest.c
5674466e 108 INCLUDE[ideatest]=../include ../apps/include
a9c6d221 109 DEPEND[ideatest]=../libcrypto libtestutil.a
d90a6beb 110
a9c6d221 111 SOURCE[md2test]=md2test.c
5674466e 112 INCLUDE[md2test]=../include ../apps/include
a9c6d221 113 DEPEND[md2test]=../libcrypto libtestutil.a
d90a6beb 114
a9c6d221 115 SOURCE[hmactest]=hmactest.c
5674466e 116 INCLUDE[hmactest]=../include ../apps/include
a9c6d221 117 DEPEND[hmactest]=../libcrypto libtestutil.a
d90a6beb 118
a9c6d221 119 SOURCE[rc2test]=rc2test.c
5674466e 120 INCLUDE[rc2test]=../include ../apps/include
a9c6d221 121 DEPEND[rc2test]=../libcrypto libtestutil.a
d90a6beb 122
a9c6d221 123 SOURCE[rc4test]=rc4test.c
5674466e 124 INCLUDE[rc4test]=../include ../apps/include
a9c6d221 125 DEPEND[rc4test]=../libcrypto libtestutil.a
d90a6beb 126
a9c6d221 127 SOURCE[rc5test]=rc5test.c
5674466e 128 INCLUDE[rc5test]=../include ../apps/include
a9c6d221 129 DEPEND[rc5test]=../libcrypto libtestutil.a
d90a6beb 130
a9c6d221 131 SOURCE[destest]=destest.c
5674466e 132 INCLUDE[destest]=../include ../apps/include
a9c6d221 133 DEPEND[destest]=../libcrypto libtestutil.a
d90a6beb 134
a9c6d221 135 SOURCE[mdc2test]=mdc2test.c
5674466e 136 INCLUDE[mdc2test]=../include ../apps/include
a9c6d221 137 DEPEND[mdc2test]=../libcrypto libtestutil.a
d90a6beb 138
a9c6d221 139 SOURCE[dhtest]=dhtest.c
5674466e 140 INCLUDE[dhtest]=../include ../apps/include
a9c6d221 141 DEPEND[dhtest]=../libcrypto libtestutil.a
777a2882 142
a9c6d221 143 SOURCE[enginetest]=enginetest.c
5674466e 144 INCLUDE[enginetest]=../include ../apps/include
a9c6d221 145 DEPEND[enginetest]=../libcrypto libtestutil.a
777a2882 146
a9c6d221 147 SOURCE[casttest]=casttest.c
5674466e 148 INCLUDE[casttest]=../include ../apps/include
a9c6d221 149 DEPEND[casttest]=../libcrypto libtestutil.a
777a2882 150
a9c6d221 151 SOURCE[bftest]=bftest.c
5674466e 152 INCLUDE[bftest]=../include ../apps/include
a9c6d221 153 DEPEND[bftest]=../libcrypto libtestutil.a
777a2882 154
d90a6beb 155 SOURCE[ssltest_old]=ssltest_old.c
5674466e 156 INCLUDE[ssltest_old]=.. ../include ../apps/include
d90a6beb 157 DEPEND[ssltest_old]=../libcrypto ../libssl
777a2882 158
a9c6d221 159 SOURCE[dsatest]=dsatest.c
5674466e 160 INCLUDE[dsatest]=../include ../apps/include
a9c6d221 161 DEPEND[dsatest]=../libcrypto libtestutil.a
777a2882 162
cb809437 163 SOURCE[dsa_no_digest_size_test]=dsa_no_digest_size_test.c
5674466e 164 INCLUDE[dsa_no_digest_size_test]=../include ../apps/include
cb809437
BD
165 DEPEND[dsa_no_digest_size_test]=../libcrypto libtestutil.a
166
d90a6beb 167 SOURCE[exptest]=exptest.c
5674466e 168 INCLUDE[exptest]=../include ../apps/include
58e754fc 169 DEPEND[exptest]=../libcrypto libtestutil.a
777a2882 170
a9c6d221 171 SOURCE[rsa_test]=rsa_test.c
5674466e 172 INCLUDE[rsa_test]=../include ../apps/include
a9c6d221 173 DEPEND[rsa_test]=../libcrypto libtestutil.a
777a2882 174
665d899f 175 SOURCE[rsa_mp_test]=rsa_mp_test.c
5674466e 176 INCLUDE[rsa_mp_test]=../include ../apps/include
665d899f
PY
177 DEPEND[rsa_mp_test]=../libcrypto libtestutil.a
178
97652f0b 179 SOURCE[fatalerrtest]=fatalerrtest.c ssltestlib.c
5674466e 180 INCLUDE[fatalerrtest]=../include ../apps/include
97652f0b 181 DEPEND[fatalerrtest]=../libcrypto ../libssl libtestutil.a
0ca3aea7
MC
182
183 SOURCE[tls13ccstest]=tls13ccstest.c ssltestlib.c
5674466e 184 INCLUDE[tls13ccstest]=../include ../apps/include
0ca3aea7 185 DEPEND[tls13ccstest]=../libcrypto ../libssl libtestutil.a
97652f0b 186
d90a6beb 187 SOURCE[evp_test]=evp_test.c
5674466e 188 INCLUDE[evp_test]=../include ../apps/include
6c5943c9 189 DEPEND[evp_test]=../libcrypto libtestutil.a
d5e5e2ff
SL
190 IF[{- $disabled{legacy} || !$target{dso_scheme} -}]
191 DEFINE[evp_test]=NO_LEGACY_MODULE
192 ENDIF
777a2882 193
a9c6d221 194 SOURCE[evp_extra_test]=evp_extra_test.c
5674466e 195 INCLUDE[evp_extra_test]=../include ../apps/include ../crypto/include
a9c6d221 196 DEPEND[evp_extra_test]=../libcrypto libtestutil.a
1576dfe0
MC
197 IF[{- $disabled{fips} || !$target{dso_scheme} -}]
198 DEFINE[evp_extra_test]=NO_FIPS_MODULE
199 ENDIF
777a2882 200
d90a6beb 201 SOURCE[igetest]=igetest.c
5674466e 202 INCLUDE[igetest]=../include ../apps/include
0e534337 203 DEPEND[igetest]=../libcrypto libtestutil.a
777a2882 204
a9c6d221 205 SOURCE[v3nametest]=v3nametest.c
5674466e 206 INCLUDE[v3nametest]=../include ../apps/include
a9c6d221 207 DEPEND[v3nametest]=../libcrypto libtestutil.a
777a2882 208
a9c6d221 209 SOURCE[crltest]=crltest.c
5674466e 210 INCLUDE[crltest]=../include ../apps/include
a9c6d221 211 DEPEND[crltest]=../libcrypto libtestutil.a
2b406990 212
a9c6d221 213 SOURCE[v3ext]=v3ext.c
5674466e 214 INCLUDE[v3ext]=../include ../apps/include
a9c6d221 215 DEPEND[v3ext]=../libcrypto libtestutil.a
e417070c 216
d90a6beb 217 SOURCE[danetest]=danetest.c
5674466e 218 INCLUDE[danetest]=../include ../apps/include
1f9d203d 219 DEPEND[danetest]=../libcrypto ../libssl libtestutil.a
777a2882 220
a9c6d221 221 SOURCE[constant_time_test]=constant_time_test.c
5674466e 222 INCLUDE[constant_time_test]=../include ../apps/include
a9c6d221 223 DEPEND[constant_time_test]=../libcrypto libtestutil.a
777a2882 224
a9c6d221 225 SOURCE[verify_extra_test]=verify_extra_test.c
5674466e 226 INCLUDE[verify_extra_test]=../include ../apps/include
a9c6d221 227 DEPEND[verify_extra_test]=../libcrypto libtestutil.a
777a2882 228
a9c6d221 229 SOURCE[clienthellotest]=clienthellotest.c
5674466e 230 INCLUDE[clienthellotest]=../include ../apps/include
a9c6d221 231 DEPEND[clienthellotest]=../libcrypto ../libssl libtestutil.a
777a2882 232
a9c6d221 233 SOURCE[bad_dtls_test]=bad_dtls_test.c
5674466e 234 INCLUDE[bad_dtls_test]=../include ../apps/include
a9c6d221 235 DEPEND[bad_dtls_test]=../libcrypto ../libssl libtestutil.a
16938284 236
a9c6d221 237 SOURCE[packettest]=packettest.c
5674466e 238 INCLUDE[packettest]=../include ../apps/include
a9c6d221 239 DEPEND[packettest]=../libcrypto libtestutil.a
777a2882 240
d90a6beb 241 SOURCE[asynctest]=asynctest.c
5674466e 242 INCLUDE[asynctest]=../include ../apps/include
d90a6beb 243 DEPEND[asynctest]=../libcrypto
777a2882 244
a9c6d221 245 SOURCE[secmemtest]=secmemtest.c
5674466e 246 INCLUDE[secmemtest]=../include ../apps/include
a9c6d221 247 DEPEND[secmemtest]=../libcrypto libtestutil.a
777a2882 248
a9c6d221 249 SOURCE[srptest]=srptest.c
5674466e 250 INCLUDE[srptest]=../include ../apps/include
a9c6d221 251 DEPEND[srptest]=../libcrypto libtestutil.a
777a2882 252
a9c6d221 253 SOURCE[memleaktest]=memleaktest.c
5674466e 254 INCLUDE[memleaktest]=../include ../apps/include
a9c6d221 255 DEPEND[memleaktest]=../libcrypto libtestutil.a
04949088 256
a9c6d221 257 SOURCE[stack_test]=stack_test.c
5674466e 258 INCLUDE[stack_test]=../include ../apps/include
a9c6d221 259 DEPEND[stack_test]=../libcrypto libtestutil.a
98374961 260
a9c6d221 261 SOURCE[lhash_test]=lhash_test.c
5674466e 262 INCLUDE[lhash_test]=../include ../apps/include
a9c6d221 263 DEPEND[lhash_test]=../libcrypto libtestutil.a
508ee8f5 264
d90a6beb 265 SOURCE[dtlsv1listentest]=dtlsv1listentest.c
5674466e 266 INCLUDE[dtlsv1listentest]=../include ../apps/include
8ed9a266 267 DEPEND[dtlsv1listentest]=../libssl libtestutil.a
9666ffb3 268
a9c6d221 269 SOURCE[ct_test]=ct_test.c
5674466e 270 INCLUDE[ct_test]=../include ../apps/include
a9c6d221 271 DEPEND[ct_test]=../libcrypto libtestutil.a
71a04cfc 272
a9c6d221 273 SOURCE[threadstest]=threadstest.c
5674466e 274 INCLUDE[threadstest]=../include ../apps/include
a9c6d221 275 DEPEND[threadstest]=../libcrypto libtestutil.a
b37d6abf 276
a9c6d221 277 SOURCE[afalgtest]=afalgtest.c
5674466e 278 INCLUDE[afalgtest]=../include ../apps/include
a9c6d221 279 DEPEND[afalgtest]=../libcrypto libtestutil.a
d2458440 280
a9c6d221 281 SOURCE[d2i_test]=d2i_test.c
5674466e 282 INCLUDE[d2i_test]=../include ../apps/include
a9c6d221 283 DEPEND[d2i_test]=../libcrypto libtestutil.a
1400f013 284
a9c6d221 285 SOURCE[ssl_test_ctx_test]=ssl_test_ctx_test.c ssl_test_ctx.c
5674466e 286 INCLUDE[ssl_test_ctx_test]=../include ../apps/include
a9c6d221 287 DEPEND[ssl_test_ctx_test]=../libcrypto ../libssl libtestutil.a
453dfd8d 288
a9c6d221 289 SOURCE[ssl_test]=ssl_test.c ssl_test_ctx.c handshake_helper.c
5674466e 290 INCLUDE[ssl_test]=../include ../apps/include
a9c6d221 291 DEPEND[ssl_test]=../libcrypto ../libssl libtestutil.a
453dfd8d 292
a9c6d221 293 SOURCE[cipherlist_test]=cipherlist_test.c
5674466e 294 INCLUDE[cipherlist_test]=../include ../apps/include
a9c6d221 295 DEPEND[cipherlist_test]=../libcrypto ../libssl libtestutil.a
5a22cf96 296
0483f586 297 INCLUDE[ssl_test_ctx.o]=../include
9d75dce3 298 INCLUDE[handshake_helper.o]=.. ../include
43708c15 299 INCLUDE[ssltestlib.o]=.. ../include
fde2257f 300
a9c6d221 301 SOURCE[x509aux]=x509aux.c
5674466e 302 INCLUDE[x509aux]=../include ../apps/include
a9c6d221 303 DEPEND[x509aux]=../libcrypto libtestutil.a
d7295cd6 304
a9c6d221 305 SOURCE[asynciotest]=asynciotest.c ssltestlib.c
5674466e 306 INCLUDE[asynciotest]=../include ../apps/include
a9c6d221 307 DEPEND[asynciotest]=../libcrypto ../libssl libtestutil.a
f8f686ec 308
c911e5da 309 SOURCE[bio_callback_test]=bio_callback_test.c
5674466e 310 INCLUDE[bio_callback_test]=../include ../apps/include
c911e5da
BE
311 DEPEND[bio_callback_test]=../libcrypto libtestutil.a
312
c6048af2 313 SOURCE[bio_memleak_test]=bio_memleak_test.c
5674466e 314 INCLUDE[bio_memleak_test]=../include ../apps/include
c6048af2
CM
315 DEPEND[bio_memleak_test]=../libcrypto libtestutil.a
316
a9c6d221 317 SOURCE[bioprinttest]=bioprinttest.c
5674466e 318 INCLUDE[bioprinttest]=../include ../apps/include
a9c6d221 319 DEPEND[bioprinttest]=../libcrypto libtestutil.a
5cdad22f 320
7ffbd7ca
P
321 SOURCE[params_api_test]=params_api_test.c
322 INCLUDE[params_api_test]=../include ../apps/include
323 DEPEND[params_api_test]=../libcrypto libtestutil.a
324
9830e7ea
P
325 SOURCE[params_conversion_test]=params_conversion_test.c
326 INCLUDE[params_conversion_test]=../include ../apps/include
327 DEPEND[params_conversion_test]=../libcrypto libtestutil.a
328
a9c6d221 329 SOURCE[sslapitest]=sslapitest.c ssltestlib.c
5674466e 330 INCLUDE[sslapitest]=../include ../apps/include ..
a9c6d221 331 DEPEND[sslapitest]=../libcrypto ../libssl libtestutil.a
27da1343
BK
332
333 SOURCE[ocspapitest]=ocspapitest.c
5674466e 334 INCLUDE[ocspapitest]=../include ../apps/include
27da1343 335 DEPEND[ocspapitest]=../libcrypto libtestutil.a
6fc1748e 336
a9c6d221 337 SOURCE[dtlstest]=dtlstest.c ssltestlib.c
5674466e 338 INCLUDE[dtlstest]=../include ../apps/include
a9c6d221 339 DEPEND[dtlstest]=../libcrypto ../libssl libtestutil.a
e6ed2b91 340
a9c6d221 341 SOURCE[sslcorrupttest]=sslcorrupttest.c ssltestlib.c
5674466e 342 INCLUDE[sslcorrupttest]=../include ../apps/include
a9c6d221 343 DEPEND[sslcorrupttest]=../libcrypto ../libssl libtestutil.a
c5a56992 344
a9c6d221 345 SOURCE[bio_enc_test]=bio_enc_test.c
5674466e 346 INCLUDE[bio_enc_test]=../include ../apps/include
a9c6d221 347 DEPEND[bio_enc_test]=../libcrypto libtestutil.a
d6c4cc29 348
a9c6d221 349 SOURCE[pkey_meth_test]=pkey_meth_test.c
5674466e 350 INCLUDE[pkey_meth_test]=../include ../apps/include
a9c6d221 351 DEPEND[pkey_meth_test]=../libcrypto libtestutil.a
52fe14e6 352
6aa907a6 353 SOURCE[pkey_meth_kdf_test]=pkey_meth_kdf_test.c
5674466e 354 INCLUDE[pkey_meth_kdf_test]=../include ../apps/include
6aa907a6
JB
355 DEPEND[pkey_meth_kdf_test]=../libcrypto libtestutil.a
356
5a285add 357 SOURCE[evp_kdf_test]=evp_kdf_test.c
953315ae 358 INCLUDE[evp_kdf_test]=../include ../apps/include
5a285add
DM
359 DEPEND[evp_kdf_test]=../libcrypto libtestutil.a
360
6aa2e59e
SL
361 SOURCE[evp_pkey_dparams_test]=evp_pkey_dparams_test.c
362 INCLUDE[evp_pkey_dparams_test]=../include ../apps/include
363 DEPEND[evp_pkey_dparams_test]=../libcrypto libtestutil.a
364
a9c6d221 365 SOURCE[x509_time_test]=x509_time_test.c
5674466e 366 INCLUDE[x509_time_test]=../include ../apps/include
a9c6d221 367 DEPEND[x509_time_test]=../libcrypto libtestutil.a
80770da3 368
a9c6d221 369 SOURCE[recordlentest]=recordlentest.c ssltestlib.c
5674466e 370 INCLUDE[recordlentest]=../include ../apps/include
a9c6d221 371 DEPEND[recordlentest]=../libcrypto ../libssl libtestutil.a
c1074ce0 372
12fb8c3d 373 SOURCE[drbgtest]=drbgtest.c
5674466e 374 INCLUDE[drbgtest]=../include ../apps/include
1c615e4c 375 DEPEND[drbgtest]=../libcrypto.a libtestutil.a
12fb8c3d 376
8bf36651
SL
377 SOURCE[drbg_cavs_test]=drbg_cavs_test.c drbg_cavs_data_ctr.c \
378 drbg_cavs_data_hash.c drbg_cavs_data_hmac.c
df443918 379
5674466e 380 INCLUDE[drbg_cavs_test]=../include ../apps/include . ..
e613b1ef
PS
381 DEPEND[drbg_cavs_test]=../libcrypto libtestutil.a
382
a9c6d221 383 SOURCE[x509_dup_cert_test]=x509_dup_cert_test.c
5674466e 384 INCLUDE[x509_dup_cert_test]=../include ../apps/include
a9c6d221 385 DEPEND[x509_dup_cert_test]=../libcrypto libtestutil.a
c0452248 386
6d2523e0 387 SOURCE[x509_check_cert_pkey_test]=x509_check_cert_pkey_test.c
5674466e 388 INCLUDE[x509_check_cert_pkey_test]=../include ../apps/include
6d2523e0
PY
389 DEPEND[x509_check_cert_pkey_test]=../libcrypto libtestutil.a
390
fa3ed5b2 391 SOURCE[pemtest]=pemtest.c
5674466e 392 INCLUDE[pemtest]=../include ../apps/include
fa3ed5b2
BK
393 DEPEND[pemtest]=../libcrypto libtestutil.a
394
d72a0041 395 SOURCE[ssl_cert_table_internal_test]=ssl_cert_table_internal_test.c
5674466e 396 INCLUDE[ssl_cert_table_internal_test]=.. ../include ../apps/include
d72a0041
DSH
397 DEPEND[ssl_cert_table_internal_test]=../libcrypto libtestutil.a
398
bbb4ceb8 399 SOURCE[ciphername_test]=ciphername_test.c
5674466e 400 INCLUDE[ciphername_test]=../include ../apps/include
bbb4ceb8
PY
401 DEPEND[ciphername_test]=../libcrypto ../libssl libtestutil.a
402
f01344cb 403 SOURCE[servername_test]=servername_test.c ssltestlib.c
5674466e 404 INCLUDE[servername_test]=../include ../apps/include
190b9a03
PY
405 DEPEND[servername_test]=../libcrypto ../libssl libtestutil.a
406
a01b9cd5 407 IF[{- !$disabled{cms} -}]
ac6bba6f 408 PROGRAMS{noinst}=cmsapitest
a01b9cd5 409 SOURCE[cmsapitest]=cmsapitest.c
5674466e 410 INCLUDE[cmsapitest]=../include ../apps/include
a01b9cd5
MC
411 DEPEND[cmsapitest]=../libcrypto libtestutil.a
412 ENDIF
e15e92db 413
02e22dd4 414 IF[{- !$disabled{psk} -}]
ac6bba6f 415 PROGRAMS{noinst}=dtls_mtu_test
02e22dd4 416 SOURCE[dtls_mtu_test]=dtls_mtu_test.c ssltestlib.c
5674466e 417 INCLUDE[dtls_mtu_test]=.. ../include ../apps/include
8ed9a266 418 DEPEND[dtls_mtu_test]=../libcrypto ../libssl libtestutil.a
02e22dd4
DW
419 ENDIF
420
9c89c846 421 IF[{- !$disabled{shared} -}]
ac6bba6f 422 PROGRAMS{noinst}=shlibloadtest
b987d748 423 SOURCE[shlibloadtest]=shlibloadtest.c
5674466e 424 INCLUDE[shlibloadtest]=../include ../apps/include ../crypto/include
b987d748
MC
425 ENDIF
426
d6c4cc29 427 IF[{- $disabled{shared} -}]
ac6bba6f 428 PROGRAMS{noinst}=cipher_overhead_test
a9c6d221 429 SOURCE[cipher_overhead_test]=cipher_overhead_test.c
5674466e 430 INCLUDE[cipher_overhead_test]=.. ../include ../apps/include
a9c6d221 431 DEPEND[cipher_overhead_test]=../libcrypto ../libssl libtestutil.a
d6c4cc29 432 ENDIF
aeac2183 433
a43ce58f 434 SOURCE[uitest]=uitest.c ../apps/apps_ui.c
5674466e 435 INCLUDE[uitest]=.. ../include ../apps/include
a43ce58f 436 DEPEND[uitest]=../libcrypto ../libssl libtestutil.a
66ed24b1 437
a9c6d221 438 SOURCE[cipherbytes_test]=cipherbytes_test.c
5674466e 439 INCLUDE[cipherbytes_test]=../include ../apps/include
a9c6d221 440 DEPEND[cipherbytes_test]=../libcrypto ../libssl libtestutil.a
6e3dac19 441
a9c6d221 442 SOURCE[asn1_encode_test]=asn1_encode_test.c
5674466e 443 INCLUDE[asn1_encode_test]=../include ../apps/include
a9c6d221 444 DEPEND[asn1_encode_test]=../libcrypto libtestutil.a
37332ecc 445
c2278c8b 446 SOURCE[asn1_decode_test]=asn1_decode_test.c
5674466e 447 INCLUDE[asn1_decode_test]=../include ../apps/include
c2278c8b
RL
448 DEPEND[asn1_decode_test]=../libcrypto libtestutil.a
449
7b608d08 450 SOURCE[asn1_string_table_test]=asn1_string_table_test.c
5674466e 451 INCLUDE[asn1_string_table_test]=../include ../apps/include
7b608d08
PY
452 DEPEND[asn1_string_table_test]=../libcrypto libtestutil.a
453
20ee2bf1 454 SOURCE[time_offset_test]=time_offset_test.c
5674466e 455 INCLUDE[time_offset_test]=../include ../apps/include
20ee2bf1
TS
456 DEPEND[time_offset_test]=../libcrypto libtestutil.a
457
b524b808 458 SOURCE[conf_include_test]=conf_include_test.c
5674466e 459 INCLUDE[conf_include_test]=../include ../apps/include
b524b808
TM
460 DEPEND[conf_include_test]=../libcrypto libtestutil.a
461
b5b7c61f 462 # Internal test programs. These are essentially a collection of internal
cf551a51
RL
463 # test routines. Some of them need to reach internal symbols that aren't
464 # available through the shared library (at least on Linux, Solaris, Windows
465 # and VMS, where the exported symbols are those listed in util/*.num), these
69687aa8 466 # programs are forcibly linked with the static libraries, where all symbols
b3023ced
RL
467 # are always available.
468 IF[1]
ac6bba6f 469 PROGRAMS{noinst}=asn1_internal_test modes_internal_test x509_internal_test \
082193ef 470 tls13encryptiontest wpackettest ctype_internal_test \
8240d5fa
SL
471 rdrand_sanitytest property_test \
472 rsa_sp800_56b_test bn_internal_test
473
cf551a51 474 IF[{- !$disabled{poly1305} -}]
ac6bba6f 475 PROGRAMS{noinst}=poly1305_internal_test
cf551a51 476 ENDIF
ee6d9dfb 477 IF[{- !$disabled{chacha} -}]
ac6bba6f 478 PROGRAMS{noinst}=chacha_internal_test
ee6d9dfb 479 ENDIF
3f5616d7 480 IF[{- !$disabled{siphash} -}]
ac6bba6f 481 PROGRAMS{noinst}=siphash_internal_test
3f5616d7 482 ENDIF
e425f90f 483 IF[{- !$disabled{sm2} -}]
ac6bba6f 484 PROGRAMS{noinst}=sm2_internal_test
e425f90f 485 ENDIF
f19a5ff9 486 IF[{- !$disabled{sm4} -}]
ac6bba6f 487 PROGRAMS{noinst}=sm4_internal_test
f19a5ff9 488 ENDIF
c7a47adc 489 IF[{- !$disabled{ec} -}]
8f58ede0 490 PROGRAMS{noinst}=ec_internal_test curve448_internal_test
c7a47adc 491 ENDIF
cf551a51 492
a9c6d221 493 SOURCE[poly1305_internal_test]=poly1305_internal_test.c
5674466e 494 INCLUDE[poly1305_internal_test]=.. ../include ../apps/include ../crypto/include
a9c6d221 495 DEPEND[poly1305_internal_test]=../libcrypto.a libtestutil.a
cf551a51 496
a9c6d221 497 SOURCE[chacha_internal_test]=chacha_internal_test.c
5674466e 498 INCLUDE[chacha_internal_test]=.. ../include ../apps/include ../crypto/include
a9c6d221 499 DEPEND[chacha_internal_test]=../libcrypto.a libtestutil.a
ee6d9dfb 500
a9c6d221 501 SOURCE[asn1_internal_test]=asn1_internal_test.c
5674466e 502 INCLUDE[asn1_internal_test]=.. ../include ../apps/include ../crypto/include
a9c6d221 503 DEPEND[asn1_internal_test]=../libcrypto.a libtestutil.a
cf551a51 504
a9c6d221 505 SOURCE[modes_internal_test]=modes_internal_test.c
5674466e 506 INCLUDE[modes_internal_test]=.. ../include ../apps/include
a9c6d221 507 DEPEND[modes_internal_test]=../libcrypto.a libtestutil.a
cf551a51 508
a9c6d221 509 SOURCE[x509_internal_test]=x509_internal_test.c
5674466e 510 INCLUDE[x509_internal_test]=.. ../include ../apps/include
a9c6d221 511 DEPEND[x509_internal_test]=../libcrypto.a libtestutil.a
f01675c6 512
a9c6d221 513 SOURCE[tls13encryptiontest]=tls13encryptiontest.c
5674466e 514 INCLUDE[tls13encryptiontest]=.. ../include ../apps/include
a9c6d221 515 DEPEND[tls13encryptiontest]=../libcrypto ../libssl.a libtestutil.a
e463cb39 516
a9c6d221 517 SOURCE[wpackettest]=wpackettest.c
5674466e 518 INCLUDE[wpackettest]=../include ../apps/include
a9c6d221 519 DEPEND[wpackettest]=../libcrypto ../libssl.a libtestutil.a
3f5616d7 520
1bdbdaff 521 SOURCE[property_test]=property_test.c
1aedc35f 522 INCLUDE[property_test]=.. ../include ../apps/include
1bdbdaff
P
523 DEPEND[property_test]=../libcrypto.a libtestutil.a
524
a1df06b3 525 SOURCE[ctype_internal_test]=ctype_internal_test.c
5674466e 526 INCLUDE[ctype_internal_test]=.. ../crypto/include ../include ../apps/include
a1df06b3
P
527 DEPEND[ctype_internal_test]=../libcrypto.a libtestutil.a
528
a40f0f64 529 SOURCE[sparse_array_test]=sparse_array_test.c
5674466e 530 INCLUDE[sparse_array_test]=../crypto/include ../include ../apps/include
a40f0f64
P
531 DEPEND[sparse_array_test]=../libcrypto.a libtestutil.a
532
a9c6d221 533 SOURCE[siphash_internal_test]=siphash_internal_test.c
5674466e 534 INCLUDE[siphash_internal_test]=.. ../include ../apps/include ../crypto/include
a9c6d221 535 DEPEND[siphash_internal_test]=../libcrypto.a libtestutil.a
f19a5ff9 536
e14d6cf6 537 SOURCE[sm2_internal_test]=sm2_internal_test.c
5674466e 538 INCLUDE[sm2_internal_test]=../include ../apps/include ../crypto/include
e14d6cf6 539 DEPEND[sm2_internal_test]=../libcrypto.a libtestutil.a
e425f90f 540
f19a5ff9 541 SOURCE[sm4_internal_test]=sm4_internal_test.c
5674466e 542 INCLUDE[sm4_internal_test]=.. ../include ../apps/include ../crypto/include
f19a5ff9 543 DEPEND[sm4_internal_test]=../libcrypto.a libtestutil.a
8f58ede0
BB
544
545 SOURCE[ec_internal_test]=ec_internal_test.c
546 INCLUDE[ec_internal_test]=../include ../crypto/ec ../apps/include ../crypto/include
547 DEPEND[ec_internal_test]=../libcrypto.a libtestutil.a
2c9def25
MC
548
549 SOURCE[curve448_internal_test]=curve448_internal_test.c
5674466e 550 INCLUDE[curve448_internal_test]=.. ../include ../apps/include ../crypto/ec/curve448
2c9def25 551 DEPEND[curve448_internal_test]=../libcrypto.a libtestutil.a
082193ef
BD
552
553 SOURCE[rdrand_sanitytest]=rdrand_sanitytest.c
5674466e 554 INCLUDE[rdrand_sanitytest]=../include ../apps/include
082193ef 555 DEPEND[rdrand_sanitytest]=../libcrypto.a libtestutil.a
8240d5fa
SL
556
557 SOURCE[rsa_sp800_56b_test]=rsa_sp800_56b_test.c
558 INCLUDE[rsa_sp800_56b_test]=.. ../include ../crypto/include ../crypto/rsa ../apps/include
559 DEPEND[rsa_sp800_56b_test]=../libcrypto.a libtestutil.a
560
561 SOURCE[bn_internal_test]=bn_internal_test.c
562 INCLUDE[bn_internal_test]=.. ../include ../crypto/include ../crypto/bn ../apps/include
563 DEPEND[bn_internal_test]=../libcrypto.a libtestutil.a
aeac2183 564 ENDIF
2c166171 565
cf551a51 566 IF[{- !$disabled{mdc2} -}]
ac6bba6f 567 PROGRAMS{noinst}=mdc2_internal_test
f12d6273 568 ENDIF
97f1e971 569
a9c6d221 570 SOURCE[mdc2_internal_test]=mdc2_internal_test.c
5674466e 571 INCLUDE[mdc2_internal_test]=.. ../include ../apps/include
a9c6d221 572 DEPEND[mdc2_internal_test]=../libcrypto libtestutil.a
134bfe56 573
ac6bba6f 574 PROGRAMS{noinst}=asn1_time_test
cf37aaa3 575 SOURCE[asn1_time_test]=asn1_time_test.c
5674466e 576 INCLUDE[asn1_time_test]=../include ../apps/include
cf37aaa3
TS
577 DEPEND[asn1_time_test]=../libcrypto libtestutil.a
578
134bfe56
MC
579 # We disable this test completely in a shared build because it deliberately
580 # redefines some internal libssl symbols. This doesn't work in a non-shared
581 # build
582 IF[{- !$disabled{shared} -}]
ac6bba6f 583 PROGRAMS{noinst}=tls13secretstest
a9c6d221 584 SOURCE[tls13secretstest]=tls13secretstest.c
134bfe56 585 SOURCE[tls13secretstest]= ../ssl/tls13_enc.c ../ssl/packet.c
5674466e 586 INCLUDE[tls13secretstest]=.. ../include ../apps/include
a9c6d221 587 DEPEND[tls13secretstest]=../libcrypto ../libssl libtestutil.a
134bfe56 588 ENDIF
a58eb06d
TS
589
590 SOURCE[sslbuffertest]=sslbuffertest.c ssltestlib.c
5674466e 591 INCLUDE[sslbuffertest]=../include ../apps/include
a58eb06d 592 DEPEND[sslbuffertest]=../libcrypto ../libssl libtestutil.a
8a5ed9dc
TM
593
594 SOURCE[sysdefaulttest]=sysdefaulttest.c
5674466e 595 INCLUDE[sysdefaulttest]=../include ../apps/include
8a5ed9dc 596 DEPEND[sysdefaulttest]=../libcrypto ../libssl libtestutil.a
2de108df
DB
597
598 SOURCE[errtest]=errtest.c
5674466e 599 INCLUDE[errtest]=../include ../apps/include
2de108df 600 DEPEND[errtest]=../libcrypto libtestutil.a
1e839545
MC
601
602 SOURCE[gosttest]=gosttest.c ssltestlib.c
5674466e 603 INCLUDE[gosttest]=../include ../apps/include ..
1e839545 604 DEPEND[gosttest]=../libcrypto ../libssl libtestutil.a
d64b6299 605
bcf082d1
SL
606 SOURCE[aesgcmtest]=aesgcmtest.c
607 INCLUDE[aesgcmtest]=../include ../apps/include ..
608 DEPEND[aesgcmtest]=../libcrypto libtestutil.a
609
d64b6299
RL
610 PROGRAMS{noinst}=context_internal_test
611 SOURCE[context_internal_test]=context_internal_test.c
612 INCLUDE[context_internal_test]=.. ../include ../apps/include
613 DEPEND[context_internal_test]=../libcrypto.a libtestutil.a
021a6552
RL
614
615 PROGRAMS{noinst}=provider_internal_test
616 DEFINE[provider_internal_test]=PROVIDER_INIT_FUNCTION_NAME=p_test_init
617 SOURCE[provider_internal_test]=provider_internal_test.c p_test.c
618 INCLUDE[provider_internal_test]=../include ../apps/include
619 DEPEND[provider_internal_test]=../libcrypto.a libtestutil.a
620 PROGRAMS{noinst}=provider_test
621 DEFINE[provider_test]=PROVIDER_INIT_FUNCTION_NAME=p_test_init
622 SOURCE[provider_test]=provider_test.c p_test.c
623 INCLUDE[provider_test]=../include ../apps/include
624 DEPEND[provider_test]=../libcrypto.a libtestutil.a
34786bde 625 IF[{- !$disabled{module} -}]
021a6552
RL
626 MODULES{noinst}=p_test
627 SOURCE[p_test]=p_test.c
628 INCLUDE[p_test]=../include
629 IF[{- defined $target{shared_defflag} -}]
630 SOURCE[p_test]=p_test.ld
631 GENERATE[p_test.ld]=../util/providers.num
632 ENDIF
521b7cb3
RL
633 ENDIF
634 IF[{- $disabled{module} || !$target{dso_scheme} -}]
2a2bc6fc
RL
635 DEFINE[provider_test]=NO_PROVIDER_MODULE
636 DEFINE[provider_internal_test]=NO_PROVIDER_MODULE
021a6552 637 ENDIF
6d872a83
RL
638 DEPEND[]=provider_internal_test.conf
639 GENERATE[provider_internal_test.conf]=provider_internal_test.conf.in
9ad41d24
RL
640
641 PROGRAMS{noinst}=params_test
642 SOURCE[params_test]=params_test.c
643 INCLUDE[params_test]=.. ../include ../apps/include
644 DEPEND[params_test]=../libcrypto.a libtestutil.a
734a462e
RL
645
646 PROGRAMS{noinst}=namemap_internal_test
647 SOURCE[namemap_internal_test]=namemap_internal_test.c
648 INCLUDE[namemap_internal_test]=.. ../include ../apps/include
649 DEPEND[namemap_internal_test]=../libcrypto.a libtestutil.a
5cdad22f
RL
650ENDIF
651
652{-
0483f586 653 use File::Spec::Functions;
bffb1490 654 use File::Basename;
8d2214c0 655 use OpenSSL::Glob;
bffb1490 656
bffb1490 657 my @nogo_headers = ( "asn1_mac.h",
c7e10755 658 "opensslconf.h",
bffb1490
RL
659 "__decc_include_prologue.h",
660 "__decc_include_epilogue.h" );
3830c194 661 my @nogo_headers_re = ( qr/.*err\.h/ );
bffb1490
RL
662 my @headerfiles = glob catfile($sourcedir,
663 updir(), "include", "openssl", "*.h");
664
665 foreach my $headerfile (@headerfiles) {
666 my $name = basename($headerfile, ".h");
667 next if $disabled{$name};
668 next if grep { $_ eq lc("$name.h") } @nogo_headers;
3830c194 669 next if grep { lc("$name.h") =~ m/$_/i } @nogo_headers_re;
bffb1490
RL
670 $OUT .= <<"_____";
671
9f27d4bf
RL
672 PROGRAMS{noinst}=buildtest_c_$name
673 SOURCE[buildtest_c_$name]=buildtest_$name.c
bffb1490 674 GENERATE[buildtest_$name.c]=generate_buildtest.pl $name
9f27d4bf
RL
675 INCLUDE[buildtest_c_$name]=../include
676 DEPEND[buildtest_c_$name]=../libssl ../libcrypto
677_____
ac4033d6 678 $OUT .= <<"_____" if $config{CXX} && !$disabled{"buildtest-c++"};
9f27d4bf
RL
679
680 PROGRAMS{noinst}=buildtest_cc_$name
681 SOURCE[buildtest_cc_$name]=buildtest_$name.cc
682 GENERATE[buildtest_$name.cc]=generate_buildtest.pl $name
683 INCLUDE[buildtest_cc_$name]=../include
684 DEPEND[buildtest_cc_$name]=../libssl ../libcrypto
bffb1490
RL
685_____
686 }
5cdad22f 687-}