]> git.ipfire.org Git - thirdparty/openssl.git/blob - test/build.info
Fix a stack smash
[thirdparty/openssl.git] / test / build.info
1 {-
2 use File::Spec::Functions;
3 sub rebase_files
4 {
5 my ($base, $files) = @_;
6 return join(" ", map { "$base/$_" } split(/\s+/, $files));
7 }
8 ""
9 -}
10 IF[{- !$disabled{tests} -}]
11 LIBS_NO_INST=libtestutil.a
12 SOURCE[libtestutil.a]=testutil/basic_output.c testutil/output_helpers.c \
13 testutil/driver.c testutil/tests.c testutil/cb.c \
14 {- rebase_files("../apps", $target{apps_aux_src}) -} \
15 testutil/test_main.c testutil/main.c
16 INCLUDE[libtestutil.a]=.. ../include
17 DEPEND[libtestutil.a]=../libcrypto
18
19 # Special hack for descrip.mms to include the MAIN object module
20 # explicitely. This will only be done if there isn't a MAIN in the
21 # program's object modules already.
22 BEGINRAW[descrip.mms]
23 INCLUDE_MAIN___test_libtestutil_OLB = /INCLUDE=MAIN
24 ENDRAW[descrip.mms]
25
26 PROGRAMS_NO_INST=\
27 aborttest test_test \
28 sanitytest exdatatest bntest \
29 ectest ecdsatest gmdifftest pbelutest ideatest \
30 md2test \
31 hmactest \
32 rc2test rc4test rc5test \
33 destest sha1test sha256t sha512t \
34 mdc2test \
35 randtest dhtest enginetest casttest \
36 bftest ssltest_old dsatest exptest rsa_test \
37 evp_test evp_extra_test igetest v3nametest v3ext \
38 crltest danetest bad_dtls_test lhash_test \
39 constant_time_test verify_extra_test clienthellotest \
40 packettest asynctest secmemtest srptest memleaktest stack_test \
41 dtlsv1listentest ct_test threadstest afalgtest d2i_test \
42 ssl_test_ctx_test ssl_test x509aux cipherlist_test asynciotest \
43 bioprinttest sslapitest dtlstest sslcorrupttest bio_enc_test \
44 pkey_meth_test uitest cipherbytes_test asn1_encode_test \
45 x509_time_test x509_dup_cert_test recordlentest
46
47 SOURCE[aborttest]=aborttest.c
48 INCLUDE[aborttest]=../include
49 DEPEND[aborttest]=../libcrypto
50
51 SOURCE[sanitytest]=sanitytest.c
52 INCLUDE[sanitytest]=../include
53 DEPEND[sanitytest]=../libcrypto libtestutil.a
54
55 SOURCE[test_test]=test_test.c
56 INCLUDE[test_test]=.. ../include
57 DEPEND[test_test]=../libcrypto libtestutil.a
58
59 SOURCE[exdatatest]=exdatatest.c
60 INCLUDE[exdatatest]=../include
61 DEPEND[exdatatest]=../libcrypto libtestutil.a
62
63 SOURCE[bntest]=bntest.c
64 INCLUDE[bntest]=.. ../crypto/include ../include
65 DEPEND[bntest]=../libcrypto libtestutil.a
66
67 SOURCE[ectest]=ectest.c
68 INCLUDE[ectest]=.. ../include
69 DEPEND[ectest]=../libcrypto
70
71 SOURCE[ecdsatest]=ecdsatest.c
72 INCLUDE[ecdsatest]=../include
73 DEPEND[ecdsatest]=../libcrypto libtestutil.a
74
75 SOURCE[gmdifftest]=gmdifftest.c
76 INCLUDE[gmdifftest]=../include
77 DEPEND[gmdifftest]=../libcrypto libtestutil.a
78
79 SOURCE[pbelutest]=pbelutest.c
80 INCLUDE[pbelutest]=../include
81 DEPEND[pbelutest]=../libcrypto libtestutil.a
82
83 SOURCE[ideatest]=ideatest.c
84 INCLUDE[ideatest]=../include
85 DEPEND[ideatest]=../libcrypto libtestutil.a
86
87 SOURCE[md2test]=md2test.c
88 INCLUDE[md2test]=../include
89 DEPEND[md2test]=../libcrypto libtestutil.a
90
91 SOURCE[hmactest]=hmactest.c
92 INCLUDE[hmactest]=../include
93 DEPEND[hmactest]=../libcrypto libtestutil.a
94
95 SOURCE[rc2test]=rc2test.c
96 INCLUDE[rc2test]=../include
97 DEPEND[rc2test]=../libcrypto libtestutil.a
98
99 SOURCE[rc4test]=rc4test.c
100 INCLUDE[rc4test]=../include
101 DEPEND[rc4test]=../libcrypto libtestutil.a
102
103 SOURCE[rc5test]=rc5test.c
104 INCLUDE[rc5test]=../include
105 DEPEND[rc5test]=../libcrypto libtestutil.a
106
107 SOURCE[destest]=destest.c
108 INCLUDE[destest]=../include
109 DEPEND[destest]=../libcrypto libtestutil.a
110
111 SOURCE[sha1test]=sha1test.c
112 INCLUDE[sha1test]=../include
113 DEPEND[sha1test]=../libcrypto libtestutil.a
114
115 SOURCE[sha256t]=sha256t.c
116 INCLUDE[sha256t]=../include
117 DEPEND[sha256t]=../libcrypto libtestutil.a
118
119 SOURCE[sha512t]=sha512t.c
120 INCLUDE[sha512t]=../include
121 DEPEND[sha512t]=../libcrypto libtestutil.a
122
123 SOURCE[mdc2test]=mdc2test.c
124 INCLUDE[mdc2test]=../include
125 DEPEND[mdc2test]=../libcrypto libtestutil.a
126
127 SOURCE[randtest]=randtest.c
128 INCLUDE[randtest]=../include
129 DEPEND[randtest]=../libcrypto libtestutil.a
130
131 SOURCE[dhtest]=dhtest.c
132 INCLUDE[dhtest]=.. ../include
133 DEPEND[dhtest]=../libcrypto libtestutil.a
134
135 SOURCE[enginetest]=enginetest.c
136 INCLUDE[enginetest]=../include
137 DEPEND[enginetest]=../libcrypto libtestutil.a
138
139 SOURCE[casttest]=casttest.c
140 INCLUDE[casttest]=.. ../include
141 DEPEND[casttest]=../libcrypto libtestutil.a
142
143 SOURCE[bftest]=bftest.c
144 INCLUDE[bftest]=../include
145 DEPEND[bftest]=../libcrypto libtestutil.a
146
147 SOURCE[ssltest_old]=ssltest_old.c
148 INCLUDE[ssltest_old]=.. ../include
149 DEPEND[ssltest_old]=../libcrypto ../libssl
150
151 SOURCE[dsatest]=dsatest.c
152 INCLUDE[dsatest]=.. ../include
153 DEPEND[dsatest]=../libcrypto libtestutil.a
154
155 SOURCE[exptest]=exptest.c
156 INCLUDE[exptest]=../include
157 DEPEND[exptest]=../libcrypto libtestutil.a
158
159 SOURCE[rsa_test]=rsa_test.c
160 INCLUDE[rsa_test]=.. ../include
161 DEPEND[rsa_test]=../libcrypto libtestutil.a
162
163 SOURCE[evp_test]=evp_test.c
164 INCLUDE[evp_test]=../include
165 DEPEND[evp_test]=../libcrypto
166
167 SOURCE[evp_extra_test]=evp_extra_test.c
168 INCLUDE[evp_extra_test]=../include
169 DEPEND[evp_extra_test]=../libcrypto libtestutil.a
170
171 SOURCE[igetest]=igetest.c
172 INCLUDE[igetest]=.. ../include
173 DEPEND[igetest]=../libcrypto
174
175 SOURCE[v3nametest]=v3nametest.c
176 INCLUDE[v3nametest]=.. ../include
177 DEPEND[v3nametest]=../libcrypto libtestutil.a
178
179 SOURCE[crltest]=crltest.c
180 INCLUDE[crltest]=../include
181 DEPEND[crltest]=../libcrypto libtestutil.a
182
183 SOURCE[v3ext]=v3ext.c
184 INCLUDE[v3ext]=../include
185 DEPEND[v3ext]=../libcrypto libtestutil.a
186
187 SOURCE[danetest]=danetest.c
188 INCLUDE[danetest]=../include
189 DEPEND[danetest]=../libcrypto ../libssl
190
191 SOURCE[constant_time_test]=constant_time_test.c
192 INCLUDE[constant_time_test]=.. ../include
193 DEPEND[constant_time_test]=../libcrypto libtestutil.a
194
195 SOURCE[verify_extra_test]=verify_extra_test.c
196 INCLUDE[verify_extra_test]=../include
197 DEPEND[verify_extra_test]=../libcrypto libtestutil.a
198
199 SOURCE[clienthellotest]=clienthellotest.c
200 INCLUDE[clienthellotest]=../include
201 DEPEND[clienthellotest]=../libcrypto ../libssl libtestutil.a
202
203 SOURCE[bad_dtls_test]=bad_dtls_test.c
204 INCLUDE[bad_dtls_test]=../include
205 DEPEND[bad_dtls_test]=../libcrypto ../libssl libtestutil.a
206
207 SOURCE[packettest]=packettest.c
208 INCLUDE[packettest]=../include
209 DEPEND[packettest]=../libcrypto libtestutil.a
210
211 SOURCE[asynctest]=asynctest.c
212 INCLUDE[asynctest]=.. ../include
213 DEPEND[asynctest]=../libcrypto
214
215 SOURCE[secmemtest]=secmemtest.c
216 INCLUDE[secmemtest]=../include
217 DEPEND[secmemtest]=../libcrypto libtestutil.a
218
219 SOURCE[srptest]=srptest.c
220 INCLUDE[srptest]=../include
221 DEPEND[srptest]=../libcrypto libtestutil.a
222
223 SOURCE[memleaktest]=memleaktest.c
224 INCLUDE[memleaktest]=../include
225 DEPEND[memleaktest]=../libcrypto libtestutil.a
226
227 SOURCE[stack_test]=stack_test.c
228 INCLUDE[stack_test]=.. ../include
229 DEPEND[stack_test]=../libcrypto libtestutil.a
230
231 SOURCE[lhash_test]=lhash_test.c
232 INCLUDE[lhash_test]=.. ../include
233 DEPEND[lhash_test]=../libcrypto libtestutil.a
234
235 SOURCE[dtlsv1listentest]=dtlsv1listentest.c
236 INCLUDE[dtlsv1listentest]=.. ../include
237 DEPEND[dtlsv1listentest]=../libssl libtestutil.a
238
239 SOURCE[ct_test]=ct_test.c
240 INCLUDE[ct_test]=../crypto/include ../include
241 DEPEND[ct_test]=../libcrypto libtestutil.a
242
243 SOURCE[threadstest]=threadstest.c
244 INCLUDE[threadstest]=.. ../include
245 DEPEND[threadstest]=../libcrypto libtestutil.a
246
247 SOURCE[afalgtest]=afalgtest.c
248 INCLUDE[afalgtest]=.. ../include
249 DEPEND[afalgtest]=../libcrypto libtestutil.a
250
251 SOURCE[d2i_test]=d2i_test.c
252 INCLUDE[d2i_test]=.. ../include
253 DEPEND[d2i_test]=../libcrypto libtestutil.a
254
255 SOURCE[ssl_test_ctx_test]=ssl_test_ctx_test.c ssl_test_ctx.c
256 INCLUDE[ssl_test_ctx_test]=.. ../include
257 DEPEND[ssl_test_ctx_test]=../libcrypto ../libssl libtestutil.a
258
259 SOURCE[ssl_test]=ssl_test.c ssl_test_ctx.c handshake_helper.c
260 INCLUDE[ssl_test]=.. ../include
261 DEPEND[ssl_test]=../libcrypto ../libssl libtestutil.a
262
263 SOURCE[cipherlist_test]=cipherlist_test.c
264 INCLUDE[cipherlist_test]=.. ../include
265 DEPEND[cipherlist_test]=../libcrypto ../libssl libtestutil.a
266
267 INCLUDE[testutil.o]=..
268 INCLUDE[ssl_test_ctx.o]=../include
269 INCLUDE[handshake_helper.o]=../include
270 INCLUDE[ssltestlib.o]=.. ../include
271
272 SOURCE[x509aux]=x509aux.c
273 INCLUDE[x509aux]=.. ../include
274 DEPEND[x509aux]=../libcrypto libtestutil.a
275
276 SOURCE[asynciotest]=asynciotest.c ssltestlib.c
277 INCLUDE[asynciotest]=../include
278 DEPEND[asynciotest]=../libcrypto ../libssl libtestutil.a
279
280 SOURCE[bioprinttest]=bioprinttest.c
281 INCLUDE[bioprinttest]=../ ../include
282 DEPEND[bioprinttest]=../libcrypto libtestutil.a
283
284 SOURCE[sslapitest]=sslapitest.c ssltestlib.c
285 INCLUDE[sslapitest]=../include ..
286 DEPEND[sslapitest]=../libcrypto ../libssl libtestutil.a
287
288 SOURCE[dtlstest]=dtlstest.c ssltestlib.c
289 INCLUDE[dtlstest]=../include .
290 DEPEND[dtlstest]=../libcrypto ../libssl libtestutil.a
291
292 SOURCE[sslcorrupttest]=sslcorrupttest.c ssltestlib.c
293 INCLUDE[sslcorrupttest]=../include .
294 DEPEND[sslcorrupttest]=../libcrypto ../libssl libtestutil.a
295
296 SOURCE[bio_enc_test]=bio_enc_test.c
297 INCLUDE[bio_enc_test]=../include
298 DEPEND[bio_enc_test]=../libcrypto libtestutil.a
299
300 SOURCE[pkey_meth_test]=pkey_meth_test.c
301 INCLUDE[pkey_meth_test]=../include
302 DEPEND[pkey_meth_test]=../libcrypto libtestutil.a
303
304 SOURCE[x509_time_test]=x509_time_test.c
305 INCLUDE[x509_time_test]=.. ../include
306 DEPEND[x509_time_test]=../libcrypto libtestutil.a
307
308 SOURCE[recordlentest]=recordlentest.c ssltestlib.c
309 INCLUDE[recordlentest]=../include .
310 DEPEND[recordlentest]=../libcrypto ../libssl libtestutil.a
311
312 SOURCE[x509_dup_cert_test]=x509_dup_cert_test.c
313 INCLUDE[x509_dup_cert_test]=../include
314 DEPEND[x509_dup_cert_test]=../libcrypto libtestutil.a
315
316 IF[{- !$disabled{psk} -}]
317 PROGRAMS_NO_INST=dtls_mtu_test
318 SOURCE[dtls_mtu_test]=dtls_mtu_test.c ssltestlib.c
319 INCLUDE[dtls_mtu_test]=.. ../include
320 DEPEND[dtls_mtu_test]=../libcrypto ../libssl libtestutil.a
321 ENDIF
322
323 IF[{- !$disabled{shared} -}]
324 PROGRAMS_NO_INST=shlibloadtest
325 SOURCE[shlibloadtest]=shlibloadtest.c
326 INCLUDE[shlibloadtest]=../include
327 ENDIF
328
329 IF[{- $disabled{shared} -}]
330 PROGRAMS_NO_INST=cipher_overhead_test
331 SOURCE[cipher_overhead_test]=cipher_overhead_test.c
332 INCLUDE[cipher_overhead_test]=.. ../include
333 DEPEND[cipher_overhead_test]=../libcrypto ../libssl libtestutil.a
334 ENDIF
335
336 SOURCE[uitest]=uitest.c ../apps/apps.c ../apps/opt.c
337 INCLUDE[uitest]=.. ../include
338 DEPEND[uitest]=../libcrypto ../libssl libtestutil.a
339
340 SOURCE[cipherbytes_test]=cipherbytes_test.c
341 INCLUDE[cipherbytes_test]=.. ../include
342 DEPEND[cipherbytes_test]=../libcrypto ../libssl libtestutil.a
343
344 SOURCE[asn1_encode_test]=asn1_encode_test.c
345 INCLUDE[asn1_encode_test]=../include
346 DEPEND[asn1_encode_test]=../libcrypto libtestutil.a
347
348 # Internal test programs. These are essentially a collection of internal
349 # test routines. Some of them need to reach internal symbols that aren't
350 # available through the shared library (at least on Linux, Solaris, Windows
351 # and VMS, where the exported symbols are those listed in util/*.num), these
352 # programs are forcibly linked with the static libraries, where all symbols
353 # are always available. This excludes linking these programs natively on
354 # Windows when building shared libraries, since the static libraries share
355 # names with the DLL import libraries.
356 IF[{- $disabled{shared} || $target{build_scheme}->[1] ne 'windows' -}]
357 PROGRAMS_NO_INST=asn1_internal_test modes_internal_test x509_internal_test \
358 tls13encryptiontest wpackettest
359 IF[{- !$disabled{poly1305} -}]
360 PROGRAMS_NO_INST=poly1305_internal_test
361 ENDIF
362 IF[{- !$disabled{chacha} -}]
363 PROGRAMS_NO_INST=chacha_internal_test
364 ENDIF
365 IF[{- !$disabled{siphash} -}]
366 PROGRAMS_NO_INST=siphash_internal_test
367 ENDIF
368
369 SOURCE[poly1305_internal_test]=poly1305_internal_test.c
370 INCLUDE[poly1305_internal_test]=.. ../include ../crypto/include
371 DEPEND[poly1305_internal_test]=../libcrypto.a libtestutil.a
372
373 SOURCE[chacha_internal_test]=chacha_internal_test.c
374 INCLUDE[chacha_internal_test]=.. ../include ../crypto/include
375 DEPEND[chacha_internal_test]=../libcrypto.a libtestutil.a
376
377 SOURCE[asn1_internal_test]=asn1_internal_test.c
378 INCLUDE[asn1_internal_test]=.. ../include ../crypto/include
379 DEPEND[asn1_internal_test]=../libcrypto.a libtestutil.a
380
381 SOURCE[modes_internal_test]=modes_internal_test.c
382 INCLUDE[modes_internal_test]=.. ../include
383 DEPEND[modes_internal_test]=../libcrypto.a libtestutil.a
384
385 SOURCE[x509_internal_test]=x509_internal_test.c
386 INCLUDE[x509_internal_test]=.. ../include
387 DEPEND[x509_internal_test]=../libcrypto.a libtestutil.a
388
389 SOURCE[tls13encryptiontest]=tls13encryptiontest.c
390 INCLUDE[tls13encryptiontest]=.. ../include
391 DEPEND[tls13encryptiontest]=../libcrypto ../libssl.a libtestutil.a
392
393 SOURCE[wpackettest]=wpackettest.c
394 INCLUDE[wpackettest]=../include
395 DEPEND[wpackettest]=../libcrypto ../libssl.a libtestutil.a
396
397 SOURCE[siphash_internal_test]=siphash_internal_test.c
398 INCLUDE[siphash_internal_test]=.. ../include ../crypto/include
399 DEPEND[siphash_internal_test]=../libcrypto.a libtestutil.a
400 ENDIF
401
402 IF[{- !$disabled{mdc2} -}]
403 PROGRAMS_NO_INST=mdc2_internal_test
404 ENDIF
405
406 SOURCE[mdc2_internal_test]=mdc2_internal_test.c
407 INCLUDE[mdc2_internal_test]=.. ../include
408 DEPEND[mdc2_internal_test]=../libcrypto libtestutil.a
409
410 # We disable this test completely in a shared build because it deliberately
411 # redefines some internal libssl symbols. This doesn't work in a non-shared
412 # build
413 IF[{- !$disabled{shared} -}]
414 PROGRAMS_NO_INST=tls13secretstest
415 SOURCE[tls13secretstest]=tls13secretstest.c
416 SOURCE[tls13secretstest]= ../ssl/tls13_enc.c ../ssl/packet.c
417 INCLUDE[tls13secretstest]=.. ../include
418 DEPEND[tls13secretstest]=../libcrypto ../libssl libtestutil.a
419 ENDIF
420 ENDIF
421
422 {-
423 use File::Spec::Functions;
424 use File::Basename;
425 use if $^O ne "VMS", 'File::Glob' => qw/glob/;
426
427 my @nogo_headers = ( "asn1_mac.h",
428 "__decc_include_prologue.h",
429 "__decc_include_epilogue.h" );
430 my @headerfiles = glob catfile($sourcedir,
431 updir(), "include", "openssl", "*.h");
432
433 foreach my $headerfile (@headerfiles) {
434 my $name = basename($headerfile, ".h");
435 next if $disabled{$name};
436 next if grep { $_ eq lc("$name.h") } @nogo_headers;
437 $OUT .= <<"_____";
438
439 PROGRAMS_NO_INST=buildtest_$name
440 GENERATE[buildtest_$name.c]=generate_buildtest.pl $name
441 SOURCE[buildtest_$name]=buildtest_$name.c
442 INCLUDE[buildtest_$name]=../include
443 DEPEND[buildtest_$name]=../libssl ../libcrypto
444 _____
445 }
446 -}