1 | # TODO: use ../apps/libapps.a instead of direct ../apps/lib source.
|
---|
2 | # This can't currently be done, because some of its units drag in too many
|
---|
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.
|
---|
6 | #
|
---|
7 | # Auxiliary program source (copied from ../apps/build.info)
|
---|
8 | IF[{- $config{target} =~ /^(?:VC-|mingw|BC-)/ -}]
|
---|
9 | # It's called 'init', but doesn't have much 'init' in it...
|
---|
10 | $AUXLIBAPPSSRC=../apps/lib/win32_init.c
|
---|
11 | ENDIF
|
---|
12 | IF[{- $config{target} =~ /^vms-/ -}]
|
---|
13 | $AUXLIBAPPSSRC=../apps/lib/vms_term_sock.c ../apps/lib/vms_decc_argv.c
|
---|
14 | ENDIF
|
---|
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.
|
---|
17 | IF[{- !$disabled{uplink} -}]
|
---|
18 | $INITSRC=../ms/applink.c
|
---|
19 | ENDIF
|
---|
20 | $LIBAPPSSRC=../apps/lib/opt.c $AUXLIBAPPSSRC
|
---|
21 |
|
---|
22 | IF[{- !$disabled{tests} -}]
|
---|
23 | LIBS{noinst,has_main}=libtestutil.a
|
---|
24 | SOURCE[libtestutil.a]=testutil/basic_output.c testutil/output.c \
|
---|
25 | testutil/driver.c testutil/tests.c testutil/cb.c testutil/stanza.c \
|
---|
26 | testutil/format_output.c testutil/load.c testutil/fake_random.c \
|
---|
27 | testutil/test_cleanup.c testutil/main.c testutil/testutil_init.c \
|
---|
28 | testutil/options.c testutil/test_options.c testutil/provider.c \
|
---|
29 | testutil/apps_shims.c testutil/random.c $LIBAPPSSRC
|
---|
30 | INCLUDE[libtestutil.a]=../include ../apps/include ..
|
---|
31 | DEPEND[libtestutil.a]=../libcrypto
|
---|
32 |
|
---|
33 | PROGRAMS{noinst}= \
|
---|
34 | confdump \
|
---|
35 | versions \
|
---|
36 | aborttest test_test pkcs12_format_test pkcs12_api_test \
|
---|
37 | sanitytest time_test rsa_complex exdatatest bntest \
|
---|
38 | ecstresstest gmdifftest pbelutest \
|
---|
39 | destest mdc2test sha_test \
|
---|
40 | exptest pbetest localetest evp_pkey_ctx_new_from_name \
|
---|
41 | evp_pkey_provided_test evp_test evp_extra_test evp_extra_test2 \
|
---|
42 | evp_fetch_prov_test evp_libctx_test ossl_store_test \
|
---|
43 | v3nametest v3ext punycode_test evp_byname_test \
|
---|
44 | crltest danetest bad_dtls_test lhash_test sparse_array_test \
|
---|
45 | conf_include_test params_api_test params_conversion_test \
|
---|
46 | constant_time_test safe_math_test verify_extra_test clienthellotest \
|
---|
47 | packettest asynctest secmemtest srptest memleaktest stack_test \
|
---|
48 | dtlsv1listentest ct_test threadstest afalgtest d2i_test \
|
---|
49 | ssl_test_ctx_test ssl_test x509aux cipherlist_test asynciotest \
|
---|
50 | bio_callback_test bio_memleak_test bio_core_test bio_dgram_test param_build_test \
|
---|
51 | bioprinttest sslapitest ssl_handshake_rtt_test dtlstest sslcorrupttest \
|
---|
52 | bio_enc_test pkey_meth_test pkey_meth_kdf_test evp_kdf_test uitest \
|
---|
53 | cipherbytes_test threadstest_fips threadpool_test \
|
---|
54 | asn1_encode_test asn1_decode_test asn1_string_table_test asn1_stable_parse_test \
|
---|
55 | x509_time_test x509_dup_cert_test x509_check_cert_pkey_test \
|
---|
56 | recordlentest drbgtest rand_status_test sslbuffertest \
|
---|
57 | time_offset_test pemtest ssl_cert_table_internal_test ciphername_test \
|
---|
58 | servername_test ocspapitest fatalerrtest tls13ccstest \
|
---|
59 | sysdefaulttest errtest ssl_ctx_test build_wincrypt_test \
|
---|
60 | context_internal_test aesgcmtest params_test evp_pkey_dparams_test \
|
---|
61 | keymgmt_internal_test hexstr_test provider_status_test defltfips_test \
|
---|
62 | bio_readbuffer_test user_property_test pkcs7_test upcallstest \
|
---|
63 | provfetchtest prov_config_test rand_test \
|
---|
64 | ca_internals_test bio_tfo_test membio_test bio_dgram_test list_test \
|
---|
65 | fips_version_test x509_test hpke_test pairwise_fail_test \
|
---|
66 | nodefltctxtest evp_xof_test x509_load_cert_file_test bio_meth_test
|
---|
67 |
|
---|
68 | IF[{- !$disabled{'rpk'} -}]
|
---|
69 | PROGRAMS{noinst}=rpktest
|
---|
70 | ENDIF
|
---|
71 |
|
---|
72 | IF[{- !$disabled{'deprecated-3.0'} -}]
|
---|
73 | PROGRAMS{noinst}=enginetest
|
---|
74 | ENDIF
|
---|
75 |
|
---|
76 | IF[{- !$disabled{quic} -}]
|
---|
77 | PROGRAMS{noinst}=priority_queue_test event_queue_test quicfaultstest quicapitest \
|
---|
78 | quic_newcid_test quic_srt_gen_test
|
---|
79 | ENDIF
|
---|
80 |
|
---|
81 | IF[{- !$disabled{qlog} -}]
|
---|
82 | PROGRAMS{noinst}=json_test quic_qlog_test
|
---|
83 | ENDIF
|
---|
84 |
|
---|
85 | IF[{- !$disabled{comp} && (!$disabled{brotli} || !$disabled{zstd} || !$disabled{zlib}) -}]
|
---|
86 | PROGRAMS{noinst}=cert_comp_test
|
---|
87 | ENDIF
|
---|
88 |
|
---|
89 | SOURCE[confdump]=confdump.c
|
---|
90 | INCLUDE[confdump]=../include ../apps/include
|
---|
91 | DEPEND[confdump]=../libcrypto
|
---|
92 |
|
---|
93 | SOURCE[versions]=versions.c
|
---|
94 | INCLUDE[versions]=../include ../apps/include
|
---|
95 | DEPEND[versions]=../libcrypto
|
---|
96 |
|
---|
97 | SOURCE[aborttest]=aborttest.c
|
---|
98 | INCLUDE[aborttest]=../include ../apps/include
|
---|
99 | DEPEND[aborttest]=../libcrypto
|
---|
100 |
|
---|
101 | SOURCE[sanitytest]=sanitytest.c
|
---|
102 | INCLUDE[sanitytest]=../include ../apps/include
|
---|
103 | DEPEND[sanitytest]=../libcrypto.a libtestutil.a
|
---|
104 |
|
---|
105 | SOURCE[time_test]=time_test.c
|
---|
106 | INCLUDE[time_test]=../include ../apps/include
|
---|
107 | DEPEND[time_test]=../libcrypto.a libtestutil.a
|
---|
108 |
|
---|
109 | SOURCE[rand_test]=rand_test.c
|
---|
110 | INCLUDE[rand_test]=../include ../apps/include
|
---|
111 | DEPEND[rand_test]=../libcrypto.a libtestutil.a
|
---|
112 |
|
---|
113 | SOURCE[rsa_complex]=rsa_complex.c
|
---|
114 | INCLUDE[rsa_complex]=../include ../apps/include
|
---|
115 |
|
---|
116 | SOURCE[test_test]=test_test.c
|
---|
117 | INCLUDE[test_test]=../include ../apps/include
|
---|
118 | DEPEND[test_test]=../libcrypto libtestutil.a
|
---|
119 |
|
---|
120 | SOURCE[exdatatest]=exdatatest.c
|
---|
121 | INCLUDE[exdatatest]=../include ../apps/include
|
---|
122 | DEPEND[exdatatest]=../libcrypto libtestutil.a
|
---|
123 |
|
---|
124 | SOURCE[bntest]=bntest.c
|
---|
125 | INCLUDE[bntest]=../include ../apps/include
|
---|
126 | DEPEND[bntest]=../libcrypto libtestutil.a
|
---|
127 |
|
---|
128 | SOURCE[ectest]=ectest.c
|
---|
129 | INCLUDE[ectest]=../include ../apps/include
|
---|
130 | DEPEND[ectest]=../libcrypto.a libtestutil.a
|
---|
131 |
|
---|
132 | SOURCE[ecstresstest]=ecstresstest.c
|
---|
133 | INCLUDE[ecstresstest]=../include ../apps/include
|
---|
134 | DEPEND[ecstresstest]=../libcrypto libtestutil.a
|
---|
135 |
|
---|
136 | SOURCE[gmdifftest]=gmdifftest.c
|
---|
137 | INCLUDE[gmdifftest]=../include ../apps/include
|
---|
138 | DEPEND[gmdifftest]=../libcrypto libtestutil.a
|
---|
139 |
|
---|
140 | SOURCE[pbelutest]=pbelutest.c
|
---|
141 | INCLUDE[pbelutest]=../include ../apps/include
|
---|
142 | DEPEND[pbelutest]=../libcrypto libtestutil.a
|
---|
143 |
|
---|
144 | SOURCE[mdc2test]=mdc2test.c
|
---|
145 | INCLUDE[mdc2test]=../include ../apps/include
|
---|
146 | DEPEND[mdc2test]=../libcrypto libtestutil.a
|
---|
147 |
|
---|
148 | SOURCE[sha_test]=sha_test.c
|
---|
149 | INCLUDE[sha_test]=../include ../apps/include
|
---|
150 | DEPEND[sha_test]=../libcrypto libtestutil.a
|
---|
151 |
|
---|
152 | SOURCE[enginetest]=enginetest.c
|
---|
153 | INCLUDE[enginetest]=../include ../apps/include
|
---|
154 | DEPEND[enginetest]=../libcrypto libtestutil.a
|
---|
155 |
|
---|
156 | SOURCE[exptest]=exptest.c
|
---|
157 | INCLUDE[exptest]=../include ../apps/include
|
---|
158 | DEPEND[exptest]=../libcrypto libtestutil.a
|
---|
159 |
|
---|
160 | SOURCE[localetest]=localetest.c
|
---|
161 | INCLUDE[localetest]=../include ../apps/include
|
---|
162 | DEPEND[localetest]=../libcrypto libtestutil.a
|
---|
163 |
|
---|
164 | SOURCE[evp_pkey_ctx_new_from_name]=evp_pkey_ctx_new_from_name.c
|
---|
165 | INCLUDE[evp_pkey_ctx_new_from_name]=../include ../apps/include
|
---|
166 | DEPEND[evp_pkey_ctx_new_from_name]=../libcrypto
|
---|
167 |
|
---|
168 | SOURCE[pbetest]=pbetest.c
|
---|
169 | INCLUDE[pbetest]=../include ../apps/include
|
---|
170 | DEPEND[pbetest]=../libcrypto libtestutil.a
|
---|
171 |
|
---|
172 | SOURCE[fatalerrtest]=fatalerrtest.c helpers/ssltestlib.c
|
---|
173 | INCLUDE[fatalerrtest]=../include ../apps/include
|
---|
174 | DEPEND[fatalerrtest]=../libcrypto ../libssl libtestutil.a
|
---|
175 |
|
---|
176 | SOURCE[tls13ccstest]=tls13ccstest.c helpers/ssltestlib.c
|
---|
177 | INCLUDE[tls13ccstest]=../include ../apps/include
|
---|
178 | DEPEND[tls13ccstest]=../libcrypto ../libssl libtestutil.a
|
---|
179 |
|
---|
180 | SOURCE[upcallstest]=upcallstest.c
|
---|
181 | INCLUDE[upcallstest]=../include ../apps/include
|
---|
182 | DEPEND[upcallstest]=../libcrypto libtestutil.a
|
---|
183 |
|
---|
184 | SOURCE[user_property_test]=user_property_test.c
|
---|
185 | INCLUDE[user_property_test]=../include ../apps/include
|
---|
186 | DEPEND[user_property_test]=../libcrypto libtestutil.a
|
---|
187 |
|
---|
188 | SOURCE[evp_test]=evp_test.c
|
---|
189 | INCLUDE[evp_test]=../include ../apps/include
|
---|
190 | DEPEND[evp_test]=../libcrypto libtestutil.a
|
---|
191 | IF[{- $disabled{legacy} || !$target{dso_scheme} -}]
|
---|
192 | DEFINE[evp_test]=NO_LEGACY_MODULE
|
---|
193 | ENDIF
|
---|
194 |
|
---|
195 | SOURCE[evp_extra_test]=evp_extra_test.c fake_rsaprov.c
|
---|
196 | INCLUDE[evp_extra_test]=../include ../apps/include
|
---|
197 | DEPEND[evp_extra_test]=../libcrypto.a libtestutil.a
|
---|
198 | IF[{- !$disabled{module} && !$disabled{legacy} -}]
|
---|
199 | DEFINE[evp_extra_test]=STATIC_LEGACY
|
---|
200 | SOURCE[evp_extra_test]=../providers/legacyprov.c
|
---|
201 | INCLUDE[evp_extra_test]=../providers/common/include \
|
---|
202 | ../providers/implementations/include
|
---|
203 | DEPEND[evp_extra_test]=../providers/liblegacy.a \
|
---|
204 | ../providers/libcommon.a
|
---|
205 | ENDIF
|
---|
206 |
|
---|
207 | SOURCE[hpke_test]=hpke_test.c
|
---|
208 | INCLUDE[hpke_test]=../include ../apps/include
|
---|
209 | DEPEND[hpke_test]=../libcrypto.a libtestutil.a
|
---|
210 |
|
---|
211 | SOURCE[evp_extra_test2]=evp_extra_test2.c $INITSRC
|
---|
212 | INCLUDE[evp_extra_test2]=../include ../apps/include
|
---|
213 | DEPEND[evp_extra_test2]=../libcrypto libtestutil.a
|
---|
214 |
|
---|
215 | SOURCE[evp_libctx_test]=evp_libctx_test.c
|
---|
216 | INCLUDE[evp_libctx_test]=../include ../apps/include
|
---|
217 | DEPEND[evp_libctx_test]=../libcrypto.a libtestutil.a
|
---|
218 |
|
---|
219 | SOURCE[evp_fetch_prov_test]=evp_fetch_prov_test.c
|
---|
220 | INCLUDE[evp_fetch_prov_test]=../include ../apps/include
|
---|
221 | DEPEND[evp_fetch_prov_test]=../libcrypto libtestutil.a
|
---|
222 |
|
---|
223 | SOURCE[provfetchtest]=provfetchtest.c
|
---|
224 | INCLUDE[provfetchtest]=../include ../apps/include
|
---|
225 | DEPEND[provfetchtest]=../libcrypto.a libtestutil.a
|
---|
226 |
|
---|
227 | SOURCE[prov_config_test]=prov_config_test.c
|
---|
228 | INCLUDE[prov_config_test]=../include ../apps/include
|
---|
229 | DEPEND[prov_config_test]=../libcrypto.a libtestutil.a
|
---|
230 |
|
---|
231 | SOURCE[evp_pkey_provided_test]=evp_pkey_provided_test.c
|
---|
232 | INCLUDE[evp_pkey_provided_test]=../include ../apps/include
|
---|
233 | DEPEND[evp_pkey_provided_test]=../libcrypto.a libtestutil.a
|
---|
234 |
|
---|
235 | IF[{- !$disabled{'acvp-tests'} -}]
|
---|
236 | PROGRAMS{noinst}=acvp_test
|
---|
237 |
|
---|
238 | SOURCE[acvp_test]=acvp_test.c
|
---|
239 | INCLUDE[acvp_test]=../include ../apps/include
|
---|
240 | DEPEND[acvp_test]=../libcrypto.a libtestutil.a
|
---|
241 | ENDIF
|
---|
242 |
|
---|
243 | SOURCE[ossl_store_test]=ossl_store_test.c
|
---|
244 | INCLUDE[ossl_store_test]=../include ../apps/include
|
---|
245 | DEPEND[ossl_store_test]=../libcrypto.a libtestutil.a
|
---|
246 |
|
---|
247 | SOURCE[provider_status_test]=provider_status_test.c
|
---|
248 | INCLUDE[provider_status_test]=../include ../apps/include
|
---|
249 | DEPEND[provider_status_test]=../libcrypto.a libtestutil.a
|
---|
250 |
|
---|
251 | SOURCE[pairwise_fail_test]=pairwise_fail_test.c
|
---|
252 | INCLUDE[pairwise_fail_test]=../include ../apps/include
|
---|
253 | DEPEND[pairwise_fail_test]=../libcrypto.a libtestutil.a
|
---|
254 |
|
---|
255 | SOURCE[nodefltctxtest]=nodefltctxtest.c
|
---|
256 | INCLUDE[nodefltctxtest]=../include ../apps/include
|
---|
257 | DEPEND[nodefltctxtest]=../libcrypto.a libtestutil.a
|
---|
258 |
|
---|
259 | SOURCE[evp_pkey_dhkem_test]=evp_pkey_dhkem_test.c
|
---|
260 | INCLUDE[evp_pkey_dhkem_test]=../include ../apps/include
|
---|
261 | DEPEND[evp_pkey_dhkem_test]=../libcrypto.a libtestutil.a
|
---|
262 |
|
---|
263 | IF[{- !$disabled{'deprecated-3.0'} -}]
|
---|
264 | PROGRAMS{noinst}=igetest bftest casttest
|
---|
265 |
|
---|
266 | SOURCE[igetest]=igetest.c
|
---|
267 | INCLUDE[igetest]=../include ../apps/include
|
---|
268 | DEPEND[igetest]=../libcrypto libtestutil.a
|
---|
269 |
|
---|
270 | SOURCE[bftest]=bftest.c
|
---|
271 | INCLUDE[bftest]=../include ../apps/include
|
---|
272 | DEPEND[bftest]=../libcrypto libtestutil.a
|
---|
273 |
|
---|
274 | SOURCE[casttest]=casttest.c
|
---|
275 | INCLUDE[casttest]=../include ../apps/include
|
---|
276 | DEPEND[casttest]=../libcrypto libtestutil.a
|
---|
277 | ENDIF
|
---|
278 |
|
---|
279 | SOURCE[v3nametest]=v3nametest.c
|
---|
280 | INCLUDE[v3nametest]=../include ../apps/include
|
---|
281 | DEPEND[v3nametest]=../libcrypto libtestutil.a
|
---|
282 |
|
---|
283 | SOURCE[crltest]=crltest.c
|
---|
284 | INCLUDE[crltest]=../include ../apps/include
|
---|
285 | DEPEND[crltest]=../libcrypto libtestutil.a
|
---|
286 |
|
---|
287 | SOURCE[v3ext]=v3ext.c
|
---|
288 | INCLUDE[v3ext]=../include ../apps/include
|
---|
289 | DEPEND[v3ext]=../libcrypto libtestutil.a
|
---|
290 |
|
---|
291 | SOURCE[danetest]=danetest.c
|
---|
292 | INCLUDE[danetest]=../include ../apps/include
|
---|
293 | DEPEND[danetest]=../libcrypto ../libssl libtestutil.a
|
---|
294 |
|
---|
295 | SOURCE[constant_time_test]=constant_time_test.c
|
---|
296 | INCLUDE[constant_time_test]=../include ../apps/include
|
---|
297 | DEPEND[constant_time_test]=../libcrypto libtestutil.a
|
---|
298 |
|
---|
299 | SOURCE[safe_math_test]=safe_math_test.c
|
---|
300 | INCLUDE[safe_math_test]=../include ../apps/include
|
---|
301 | DEPEND[safe_math_test]=../libcrypto libtestutil.a
|
---|
302 |
|
---|
303 | SOURCE[verify_extra_test]=verify_extra_test.c
|
---|
304 | INCLUDE[verify_extra_test]=../include ../apps/include
|
---|
305 | DEPEND[verify_extra_test]=../libcrypto libtestutil.a
|
---|
306 |
|
---|
307 | SOURCE[clienthellotest]=clienthellotest.c
|
---|
308 | INCLUDE[clienthellotest]=../include ../apps/include
|
---|
309 | DEPEND[clienthellotest]=../libcrypto ../libssl libtestutil.a
|
---|
310 |
|
---|
311 | SOURCE[bad_dtls_test]=bad_dtls_test.c
|
---|
312 | INCLUDE[bad_dtls_test]=../include ../apps/include
|
---|
313 | DEPEND[bad_dtls_test]=../libcrypto ../libssl libtestutil.a
|
---|
314 |
|
---|
315 | SOURCE[packettest]=packettest.c ../crypto/quic_vlint.c
|
---|
316 | INCLUDE[packettest]=../include ../apps/include
|
---|
317 | DEPEND[packettest]=../libcrypto libtestutil.a
|
---|
318 |
|
---|
319 | SOURCE[quic_wire_test]=quic_wire_test.c
|
---|
320 | INCLUDE[quic_wire_test]=../include ../apps/include
|
---|
321 | DEPEND[quic_wire_test]=../libcrypto.a ../libssl.a libtestutil.a
|
---|
322 |
|
---|
323 | SOURCE[quic_record_test]=quic_record_test.c
|
---|
324 | INCLUDE[quic_record_test]=../include ../apps/include
|
---|
325 | DEPEND[quic_record_test]=../libcrypto.a ../libssl.a libtestutil.a
|
---|
326 |
|
---|
327 | SOURCE[quic_fc_test]=quic_fc_test.c
|
---|
328 | INCLUDE[quic_fc_test]=../include ../apps/include
|
---|
329 | DEPEND[quic_fc_test]=../libcrypto.a ../libssl.a libtestutil.a
|
---|
330 |
|
---|
331 | SOURCE[quic_stream_test]=quic_stream_test.c
|
---|
332 | INCLUDE[quic_stream_test]=../include ../apps/include
|
---|
333 | DEPEND[quic_stream_test]=../libcrypto.a ../libssl.a libtestutil.a
|
---|
334 |
|
---|
335 | SOURCE[quic_cfq_test]=quic_cfq_test.c
|
---|
336 | INCLUDE[quic_cfq_test]=../include ../apps/include
|
---|
337 | DEPEND[quic_cfq_test]=../libcrypto.a ../libssl.a libtestutil.a
|
---|
338 |
|
---|
339 | SOURCE[quic_txpim_test]=quic_txpim_test.c
|
---|
340 | INCLUDE[quic_txpim_test]=../include ../apps/include
|
---|
341 | DEPEND[quic_txpim_test]=../libcrypto.a ../libssl.a libtestutil.a
|
---|
342 |
|
---|
343 | SOURCE[quic_srtm_test]=quic_srtm_test.c
|
---|
344 | INCLUDE[quic_srtm_test]=../include ../apps/include
|
---|
345 | DEPEND[quic_srtm_test]=../libcrypto.a ../libssl.a libtestutil.a
|
---|
346 |
|
---|
347 | SOURCE[quic_lcidm_test]=quic_lcidm_test.c
|
---|
348 | INCLUDE[quic_lcidm_test]=../include ../apps/include
|
---|
349 | DEPEND[quic_lcidm_test]=../libcrypto.a ../libssl.a libtestutil.a
|
---|
350 |
|
---|
351 | SOURCE[quic_rcidm_test]=quic_rcidm_test.c
|
---|
352 | INCLUDE[quic_rcidm_test]=../include ../apps/include
|
---|
353 | DEPEND[quic_rcidm_test]=../libcrypto.a ../libssl.a libtestutil.a
|
---|
354 |
|
---|
355 | SOURCE[quic_fifd_test]=quic_fifd_test.c cc_dummy.c
|
---|
356 | INCLUDE[quic_fifd_test]=../include ../apps/include
|
---|
357 | DEPEND[quic_fifd_test]=../libcrypto.a ../libssl.a libtestutil.a
|
---|
358 |
|
---|
359 | SOURCE[quic_txp_test]=quic_txp_test.c cc_dummy.c
|
---|
360 | INCLUDE[quic_txp_test]=../include ../apps/include
|
---|
361 | DEPEND[quic_txp_test]=../libcrypto.a ../libssl.a libtestutil.a
|
---|
362 |
|
---|
363 | SOURCE[quic_tserver_test]=quic_tserver_test.c
|
---|
364 | INCLUDE[quic_tserver_test]=../include ../apps/include
|
---|
365 | DEPEND[quic_tserver_test]=../libcrypto.a ../libssl.a libtestutil.a
|
---|
366 |
|
---|
367 | SOURCE[quic_client_test]=quic_client_test.c
|
---|
368 | INCLUDE[quic_client_test]=../include ../apps/include
|
---|
369 | DEPEND[quic_client_test]=../libcrypto.a ../libssl.a libtestutil.a
|
---|
370 |
|
---|
371 | $QUICTESTHELPERS=helpers/quictestlib.c helpers/noisydgrambio.c helpers/pktsplitbio.c
|
---|
372 |
|
---|
373 | SOURCE[quic_multistream_test]=quic_multistream_test.c helpers/ssltestlib.c $QUICTESTHELPERS
|
---|
374 | INCLUDE[quic_multistream_test]=../include ../apps/include
|
---|
375 | DEPEND[quic_multistream_test]=../libcrypto.a ../libssl.a libtestutil.a
|
---|
376 |
|
---|
377 | IF[{- !$disabled{'qlog'} -}]
|
---|
378 | SOURCE[quic_qlog_test]=quic_qlog_test.c
|
---|
379 | INCLUDE[quic_qlog_test]=../include ../apps/include
|
---|
380 | DEPEND[quic_qlog_test]=../libcrypto.a ../libssl.a libtestutil.a
|
---|
381 | ENDIF
|
---|
382 |
|
---|
383 | SOURCE[asynctest]=asynctest.c
|
---|
384 | INCLUDE[asynctest]=../include ../apps/include
|
---|
385 | DEPEND[asynctest]=../libcrypto
|
---|
386 |
|
---|
387 | SOURCE[secmemtest]=secmemtest.c
|
---|
388 | INCLUDE[secmemtest]=../include ../apps/include
|
---|
389 | DEPEND[secmemtest]=../libcrypto libtestutil.a
|
---|
390 |
|
---|
391 | SOURCE[srptest]=srptest.c
|
---|
392 | INCLUDE[srptest]=../include ../apps/include
|
---|
393 | DEPEND[srptest]=../libcrypto libtestutil.a
|
---|
394 |
|
---|
395 | SOURCE[memleaktest]=memleaktest.c
|
---|
396 | INCLUDE[memleaktest]=../include ../apps/include
|
---|
397 | DEPEND[memleaktest]=../libcrypto libtestutil.a
|
---|
398 |
|
---|
399 | SOURCE[pkcs12_format_test]=pkcs12_format_test.c helpers/pkcs12.c
|
---|
400 | INCLUDE[pkcs12_format_test]=../include ../apps/include
|
---|
401 | DEPEND[pkcs12_format_test]=../libcrypto libtestutil.a
|
---|
402 |
|
---|
403 | SOURCE[pkcs12_api_test]=pkcs12_api_test.c helpers/pkcs12.c
|
---|
404 | INCLUDE[pkcs12_api_test]=../include ../apps/include
|
---|
405 | DEPEND[pkcs12_api_test]=../libcrypto libtestutil.a
|
---|
406 |
|
---|
407 | SOURCE[pkcs7_test]=pkcs7_test.c
|
---|
408 | INCLUDE[pkcs7_test]=../include ../apps/include
|
---|
409 | DEPEND[pkcs7_test]=../libcrypto libtestutil.a
|
---|
410 |
|
---|
411 | SOURCE[punycode_test]=punycode_test.c
|
---|
412 | INCLUDE[punycode_test]=../include ../apps/include
|
---|
413 | DEPEND[punycode_test]=../libcrypto.a libtestutil.a
|
---|
414 |
|
---|
415 | SOURCE[evp_byname_test]=evp_byname_test.c
|
---|
416 | INCLUDE[evp_byname_test]=../include ../apps/include
|
---|
417 | DEPEND[evp_byname_test]=../libcrypto libtestutil.a
|
---|
418 |
|
---|
419 | SOURCE[stack_test]=stack_test.c
|
---|
420 | INCLUDE[stack_test]=../include ../apps/include
|
---|
421 | DEPEND[stack_test]=../libcrypto libtestutil.a
|
---|
422 |
|
---|
423 | SOURCE[lhash_test]=lhash_test.c
|
---|
424 | INCLUDE[lhash_test]=../include ../apps/include
|
---|
425 | DEPEND[lhash_test]=../libcrypto libtestutil.a
|
---|
426 |
|
---|
427 | SOURCE[dtlsv1listentest]=dtlsv1listentest.c
|
---|
428 | INCLUDE[dtlsv1listentest]=../include ../apps/include
|
---|
429 | DEPEND[dtlsv1listentest]=../libssl libtestutil.a
|
---|
430 |
|
---|
431 | SOURCE[ct_test]=ct_test.c
|
---|
432 | INCLUDE[ct_test]=../include ../apps/include
|
---|
433 | DEPEND[ct_test]=../libcrypto libtestutil.a
|
---|
434 |
|
---|
435 | SOURCE[threadpool_test]=threadpool_test.c
|
---|
436 | INCLUDE[threadpool_test]=.. ../include ../apps/include
|
---|
437 | DEPEND[threadpool_test]=../libcrypto.a libtestutil.a
|
---|
438 |
|
---|
439 | SOURCE[threadstest]=threadstest.c
|
---|
440 | INCLUDE[threadstest]=.. ../include ../apps/include
|
---|
441 | DEPEND[threadstest]=../libcrypto.a libtestutil.a
|
---|
442 |
|
---|
443 | SOURCE[threadstest_fips]=threadstest_fips.c
|
---|
444 | INCLUDE[threadstest_fips]=../include ../apps/include
|
---|
445 | DEPEND[threadstest_fips]=../libcrypto libtestutil.a
|
---|
446 |
|
---|
447 | SOURCE[afalgtest]=afalgtest.c
|
---|
448 | INCLUDE[afalgtest]=../include ../apps/include
|
---|
449 | DEPEND[afalgtest]=../libcrypto libtestutil.a
|
---|
450 |
|
---|
451 | SOURCE[d2i_test]=d2i_test.c
|
---|
452 | INCLUDE[d2i_test]=../include ../apps/include
|
---|
453 | DEPEND[d2i_test]=../libcrypto libtestutil.a
|
---|
454 |
|
---|
455 | SOURCE[ssl_test_ctx_test]=ssl_test_ctx_test.c helpers/ssl_test_ctx.c
|
---|
456 | INCLUDE[ssl_test_ctx_test]=../include ../apps/include
|
---|
457 | DEPEND[ssl_test_ctx_test]=../libcrypto ../libssl libtestutil.a
|
---|
458 |
|
---|
459 | SOURCE[ssl_test]=ssl_test.c helpers/ssl_test_ctx.c helpers/handshake.c
|
---|
460 | IF[{- !$disabled{'srp'} -}]
|
---|
461 | SOURCE[ssl_test]=helpers/handshake_srp.c
|
---|
462 | ENDIF
|
---|
463 | INCLUDE[ssl_test]=../include ../apps/include
|
---|
464 | DEPEND[ssl_test]=../libcrypto ../libssl libtestutil.a
|
---|
465 |
|
---|
466 | SOURCE[cipherlist_test]=cipherlist_test.c
|
---|
467 | INCLUDE[cipherlist_test]=../include ../apps/include
|
---|
468 | DEPEND[cipherlist_test]=../libcrypto ../libssl libtestutil.a
|
---|
469 |
|
---|
470 | INCLUDE[helpers/ssl_test_ctx.o]=../include
|
---|
471 | INCLUDE[helpers/handshake.o]=.. ../include
|
---|
472 | INCLUDE[helpers/pkcs12.o]=.. ../include
|
---|
473 | INCLUDE[helpers/ssltestlib.o]=.. ../include
|
---|
474 | INCLUDE[helpers/cmp_testlib.o]=.. ../include ../apps/include
|
---|
475 |
|
---|
476 | SOURCE[x509aux]=x509aux.c
|
---|
477 | INCLUDE[x509aux]=../include ../apps/include
|
---|
478 | DEPEND[x509aux]=../libcrypto libtestutil.a
|
---|
479 |
|
---|
480 | SOURCE[asynciotest]=asynciotest.c helpers/ssltestlib.c
|
---|
481 | INCLUDE[asynciotest]=../include ../apps/include
|
---|
482 | DEPEND[asynciotest]=../libcrypto ../libssl libtestutil.a
|
---|
483 |
|
---|
484 | SOURCE[bio_callback_test]=bio_callback_test.c
|
---|
485 | INCLUDE[bio_callback_test]=../include ../apps/include
|
---|
486 | DEPEND[bio_callback_test]=../libcrypto libtestutil.a
|
---|
487 |
|
---|
488 | SOURCE[bio_readbuffer_test]=bio_readbuffer_test.c
|
---|
489 | INCLUDE[bio_readbuffer_test]=../include ../apps/include
|
---|
490 | DEPEND[bio_readbuffer_test]=../libcrypto libtestutil.a
|
---|
491 |
|
---|
492 | SOURCE[bio_memleak_test]=bio_memleak_test.c
|
---|
493 | INCLUDE[bio_memleak_test]=../include ../apps/include
|
---|
494 | DEPEND[bio_memleak_test]=../libcrypto libtestutil.a
|
---|
495 |
|
---|
496 | SOURCE[bio_meth_test]=bio_meth_test.c
|
---|
497 | INCLUDE[bio_meth_test]=../include ../apps/include
|
---|
498 | DEPEND[bio_meth_test]=../libcrypto libtestutil.a
|
---|
499 |
|
---|
500 | SOURCE[bioprinttest]=bioprinttest.c
|
---|
501 | INCLUDE[bioprinttest]=../include ../apps/include
|
---|
502 | DEPEND[bioprinttest]=../libcrypto libtestutil.a
|
---|
503 |
|
---|
504 | SOURCE[bio_core_test]=bio_core_test.c
|
---|
505 | INCLUDE[bio_core_test]=../include ../apps/include
|
---|
506 | DEPEND[bio_core_test]=../libcrypto libtestutil.a
|
---|
507 |
|
---|
508 | SOURCE[bio_dgram_test]=bio_dgram_test.c
|
---|
509 | INCLUDE[bio_dgram_test]=../include ../apps/include
|
---|
510 | DEPEND[bio_dgram_test]=../libcrypto libtestutil.a
|
---|
511 |
|
---|
512 | SOURCE[bio_tfo_test]=bio_tfo_test.c
|
---|
513 | INCLUDE[bio_tfo_test]=../include ../apps/include ..
|
---|
514 | DEPEND[bio_tfo_test]=../libcrypto libtestutil.a
|
---|
515 |
|
---|
516 | SOURCE[membio_test]=membio_test.c
|
---|
517 | INCLUDE[membio_test]=../include ../apps/include ..
|
---|
518 | DEPEND[membio_test]=../libcrypto libtestutil.a
|
---|
519 |
|
---|
520 | SOURCE[bio_dgram_test]=bio_dgram_test.c
|
---|
521 | INCLUDE[bio_dgram_test]=../include ../apps/include ..
|
---|
522 | DEPEND[bio_dgram_test]=../libcrypto libtestutil.a
|
---|
523 |
|
---|
524 | SOURCE[params_api_test]=params_api_test.c
|
---|
525 | INCLUDE[params_api_test]=../include ../apps/include
|
---|
526 | DEPEND[params_api_test]=../libcrypto libtestutil.a
|
---|
527 |
|
---|
528 | SOURCE[params_conversion_test]=params_conversion_test.c
|
---|
529 | INCLUDE[params_conversion_test]=../include ../apps/include
|
---|
530 | DEPEND[params_conversion_test]=../libcrypto libtestutil.a
|
---|
531 |
|
---|
532 | SOURCE[param_build_test]=param_build_test.c
|
---|
533 | INCLUDE[param_build_test]=../include ../apps/include
|
---|
534 | DEPEND[param_build_test]=../libcrypto.a libtestutil.a
|
---|
535 |
|
---|
536 | SOURCE[sslapitest]=sslapitest.c helpers/ssltestlib.c filterprov.c tls-provider.c
|
---|
537 | INCLUDE[sslapitest]=../include ../apps/include ..
|
---|
538 | DEPEND[sslapitest]=../libcrypto.a ../libssl.a libtestutil.a
|
---|
539 |
|
---|
540 | SOURCE[ssl_handshake_rtt_test]=ssl_handshake_rtt_test.c helpers/ssltestlib.c
|
---|
541 | INCLUDE[ssl_handshake_rtt_test]=../include ../apps/include ..
|
---|
542 | DEPEND[ssl_handshake_rtt_test]=../libcrypto.a ../libssl.a libtestutil.a
|
---|
543 |
|
---|
544 | SOURCE[rpktest]=rpktest.c helpers/ssltestlib.c
|
---|
545 | INCLUDE[rpktest]=../include ../apps/include ..
|
---|
546 | DEPEND[rpktest]=../libcrypto ../libssl libtestutil.a
|
---|
547 |
|
---|
548 | SOURCE[defltfips_test]=defltfips_test.c
|
---|
549 | INCLUDE[defltfips_test]=../include ../apps/include
|
---|
550 | DEPEND[defltfips_test]=../libcrypto libtestutil.a
|
---|
551 |
|
---|
552 | SOURCE[fips_version_test]=fips_version_test.c
|
---|
553 | INCLUDE[fips_version_test]=../include ../apps/include
|
---|
554 | DEPEND[fips_version_test]=../libcrypto libtestutil.a
|
---|
555 |
|
---|
556 | SOURCE[ocspapitest]=ocspapitest.c
|
---|
557 | INCLUDE[ocspapitest]=../include ../apps/include
|
---|
558 | DEPEND[ocspapitest]=../libcrypto libtestutil.a
|
---|
559 |
|
---|
560 | IF[{- !$disabled{sock} -}]
|
---|
561 | IF[{- !$disabled{http} -}]
|
---|
562 | PROGRAMS{noinst}=http_test
|
---|
563 |
|
---|
564 | SOURCE[http_test]=http_test.c
|
---|
565 | INCLUDE[http_test]=../include ../apps/include
|
---|
566 | DEPEND[http_test]=../libcrypto libtestutil.a
|
---|
567 | ENDIF
|
---|
568 |
|
---|
569 | PROGRAMS{noinst}=bio_addr_test
|
---|
570 |
|
---|
571 | SOURCE[bio_addr_test]=bio_addr_test.c
|
---|
572 | INCLUDE[bio_addr_test]=../include ../apps/include
|
---|
573 | DEPEND[bio_addr_test]=../libcrypto libtestutil.a
|
---|
574 | ENDIF
|
---|
575 |
|
---|
576 | SOURCE[dtlstest]=dtlstest.c helpers/ssltestlib.c
|
---|
577 | INCLUDE[dtlstest]=../include ../apps/include
|
---|
578 | DEPEND[dtlstest]=../libcrypto ../libssl libtestutil.a
|
---|
579 |
|
---|
580 | SOURCE[sslcorrupttest]=sslcorrupttest.c helpers/ssltestlib.c
|
---|
581 | INCLUDE[sslcorrupttest]=../include ../apps/include
|
---|
582 | DEPEND[sslcorrupttest]=../libcrypto ../libssl libtestutil.a
|
---|
583 |
|
---|
584 | SOURCE[bio_enc_test]=bio_enc_test.c
|
---|
585 | INCLUDE[bio_enc_test]=../include ../apps/include
|
---|
586 | DEPEND[bio_enc_test]=../libcrypto libtestutil.a
|
---|
587 |
|
---|
588 | SOURCE[pkey_meth_test]=pkey_meth_test.c
|
---|
589 | INCLUDE[pkey_meth_test]=../include ../apps/include
|
---|
590 | DEPEND[pkey_meth_test]=../libcrypto libtestutil.a
|
---|
591 |
|
---|
592 | SOURCE[pkey_meth_kdf_test]=pkey_meth_kdf_test.c
|
---|
593 | INCLUDE[pkey_meth_kdf_test]=../include ../apps/include
|
---|
594 | DEPEND[pkey_meth_kdf_test]=../libcrypto libtestutil.a
|
---|
595 |
|
---|
596 | SOURCE[evp_kdf_test]=evp_kdf_test.c
|
---|
597 | INCLUDE[evp_kdf_test]=../include ../apps/include
|
---|
598 | DEPEND[evp_kdf_test]=../libcrypto libtestutil.a
|
---|
599 |
|
---|
600 | SOURCE[evp_xof_test]=evp_xof_test.c
|
---|
601 | INCLUDE[evp_xof_test]=../include ../apps/include
|
---|
602 | DEPEND[evp_xof_test]=../libcrypto libtestutil.a
|
---|
603 |
|
---|
604 | SOURCE[evp_pkey_dparams_test]=evp_pkey_dparams_test.c
|
---|
605 | INCLUDE[evp_pkey_dparams_test]=../include ../apps/include
|
---|
606 | DEPEND[evp_pkey_dparams_test]=../libcrypto libtestutil.a
|
---|
607 |
|
---|
608 | SOURCE[x509_time_test]=x509_time_test.c
|
---|
609 | INCLUDE[x509_time_test]=../include ../apps/include
|
---|
610 | DEPEND[x509_time_test]=../libcrypto libtestutil.a
|
---|
611 |
|
---|
612 | SOURCE[x509_test]=x509_test.c
|
---|
613 | INCLUDE[x509_test]=../include ../apps/include
|
---|
614 | DEPEND[x509_test]=../libcrypto libtestutil.a
|
---|
615 |
|
---|
616 | SOURCE[recordlentest]=recordlentest.c helpers/ssltestlib.c
|
---|
617 | INCLUDE[recordlentest]=../include ../apps/include
|
---|
618 | DEPEND[recordlentest]=../libcrypto ../libssl libtestutil.a
|
---|
619 |
|
---|
620 | SOURCE[drbgtest]=drbgtest.c
|
---|
621 | INCLUDE[drbgtest]=../include ../apps/include ../providers/common/include
|
---|
622 | DEPEND[drbgtest]=../libcrypto.a libtestutil.a
|
---|
623 |
|
---|
624 | SOURCE[rand_status_test]=rand_status_test.c
|
---|
625 | INCLUDE[rand_status_test]=../include ../apps/include
|
---|
626 | DEPEND[rand_status_test]=../libcrypto libtestutil.a
|
---|
627 |
|
---|
628 | SOURCE[x509_dup_cert_test]=x509_dup_cert_test.c
|
---|
629 | INCLUDE[x509_dup_cert_test]=../include ../apps/include
|
---|
630 | DEPEND[x509_dup_cert_test]=../libcrypto libtestutil.a
|
---|
631 |
|
---|
632 | SOURCE[x509_load_cert_file_test]=x509_load_cert_file_test.c
|
---|
633 | INCLUDE[x509_load_cert_file_test]=../include ../apps/include
|
---|
634 | DEPEND[x509_load_cert_file_test]=../libcrypto libtestutil.a
|
---|
635 |
|
---|
636 | SOURCE[x509_check_cert_pkey_test]=x509_check_cert_pkey_test.c
|
---|
637 | INCLUDE[x509_check_cert_pkey_test]=../include ../apps/include
|
---|
638 | DEPEND[x509_check_cert_pkey_test]=../libcrypto libtestutil.a
|
---|
639 |
|
---|
640 | SOURCE[pemtest]=pemtest.c
|
---|
641 | INCLUDE[pemtest]=../include ../apps/include
|
---|
642 | DEPEND[pemtest]=../libcrypto libtestutil.a
|
---|
643 |
|
---|
644 | SOURCE[ssl_cert_table_internal_test]=ssl_cert_table_internal_test.c
|
---|
645 | INCLUDE[ssl_cert_table_internal_test]=.. ../include ../apps/include
|
---|
646 | DEPEND[ssl_cert_table_internal_test]=../libcrypto libtestutil.a
|
---|
647 |
|
---|
648 | SOURCE[ciphername_test]=ciphername_test.c
|
---|
649 | INCLUDE[ciphername_test]=../include ../apps/include
|
---|
650 | DEPEND[ciphername_test]=../libcrypto ../libssl libtestutil.a
|
---|
651 |
|
---|
652 | SOURCE[servername_test]=servername_test.c helpers/ssltestlib.c
|
---|
653 | INCLUDE[servername_test]=../include ../apps/include
|
---|
654 | DEPEND[servername_test]=../libcrypto ../libssl libtestutil.a
|
---|
655 |
|
---|
656 | IF[{- !$disabled{cms} -}]
|
---|
657 | PROGRAMS{noinst}=cmsapitest
|
---|
658 | SOURCE[cmsapitest]=cmsapitest.c
|
---|
659 | INCLUDE[cmsapitest]=../include ../apps/include
|
---|
660 | DEPEND[cmsapitest]=../libcrypto libtestutil.a
|
---|
661 | ENDIF
|
---|
662 |
|
---|
663 | IF[{- !$disabled{psk} -}]
|
---|
664 | PROGRAMS{noinst}=dtls_mtu_test
|
---|
665 | SOURCE[dtls_mtu_test]=dtls_mtu_test.c helpers/ssltestlib.c
|
---|
666 | INCLUDE[dtls_mtu_test]=.. ../include ../apps/include
|
---|
667 | DEPEND[dtls_mtu_test]=../libcrypto ../libssl libtestutil.a
|
---|
668 | ENDIF
|
---|
669 |
|
---|
670 | IF[{- !$disabled{shared} -}]
|
---|
671 | PROGRAMS{noinst}=shlibloadtest
|
---|
672 | SOURCE[shlibloadtest]=shlibloadtest.c simpledynamic.c
|
---|
673 | INCLUDE[shlibloadtest]=../include ../apps/include
|
---|
674 |
|
---|
675 | PROGRAMS{noinst}=moduleloadtest
|
---|
676 | SOURCE[moduleloadtest]=moduleloadtest.c simpledynamic.c
|
---|
677 | INCLUDE[moduleloadtest]=../include ../apps/include
|
---|
678 | ENDIF
|
---|
679 |
|
---|
680 | # cipher_overhead_test uses internal symbols, so it must be linked with
|
---|
681 | # the static libraries
|
---|
682 | PROGRAMS{noinst}=cipher_overhead_test
|
---|
683 | SOURCE[cipher_overhead_test]=cipher_overhead_test.c
|
---|
684 | INCLUDE[cipher_overhead_test]=.. ../include ../apps/include
|
---|
685 | DEPEND[cipher_overhead_test]=../libcrypto.a ../libssl.a libtestutil.a
|
---|
686 |
|
---|
687 | SOURCE[uitest]=uitest.c ../apps/lib/apps_ui.c
|
---|
688 | INCLUDE[uitest]=.. ../include ../apps/include
|
---|
689 | DEPEND[uitest]=../libcrypto ../libssl libtestutil.a
|
---|
690 |
|
---|
691 | SOURCE[cipherbytes_test]=cipherbytes_test.c
|
---|
692 | INCLUDE[cipherbytes_test]=../include ../apps/include
|
---|
693 | DEPEND[cipherbytes_test]=../libcrypto ../libssl libtestutil.a
|
---|
694 |
|
---|
695 | SOURCE[asn1_encode_test]=asn1_encode_test.c
|
---|
696 | INCLUDE[asn1_encode_test]=../include ../apps/include
|
---|
697 | DEPEND[asn1_encode_test]=../libcrypto libtestutil.a
|
---|
698 |
|
---|
699 | SOURCE[asn1_decode_test]=asn1_decode_test.c
|
---|
700 | INCLUDE[asn1_decode_test]=../include ../apps/include
|
---|
701 | DEPEND[asn1_decode_test]=../libcrypto libtestutil.a
|
---|
702 |
|
---|
703 | SOURCE[asn1_string_table_test]=asn1_string_table_test.c
|
---|
704 | INCLUDE[asn1_string_table_test]=../include ../apps/include
|
---|
705 | DEPEND[asn1_string_table_test]=../libcrypto libtestutil.a
|
---|
706 |
|
---|
707 | SOURCE[asn1_stable_parse_test]=asn1_stable_parse_test.c
|
---|
708 | INCLUDE[asn1_stable_parse_test]=../include ../apps/include
|
---|
709 | DEPEND[asn1_stable_parse_test]=../libcrypto libtestutil.a
|
---|
710 |
|
---|
711 | SOURCE[time_offset_test]=time_offset_test.c
|
---|
712 | INCLUDE[time_offset_test]=../include ../apps/include
|
---|
713 | DEPEND[time_offset_test]=../libcrypto libtestutil.a
|
---|
714 |
|
---|
715 | SOURCE[conf_include_test]=conf_include_test.c
|
---|
716 | INCLUDE[conf_include_test]=../include ../apps/include
|
---|
717 | DEPEND[conf_include_test]=../libcrypto libtestutil.a
|
---|
718 |
|
---|
719 | IF[{- !$disabled{cmp} -}]
|
---|
720 | PROGRAMS{noinst}=cmp_asn_test cmp_ctx_test cmp_status_test cmp_hdr_test \
|
---|
721 | cmp_protect_test cmp_msg_test cmp_vfy_test \
|
---|
722 | cmp_server_test cmp_client_test
|
---|
723 | ENDIF
|
---|
724 |
|
---|
725 | SOURCE[cmp_asn_test]=cmp_asn_test.c helpers/cmp_testlib.c
|
---|
726 | INCLUDE[cmp_asn_test]=.. ../include ../apps/include
|
---|
727 | DEPEND[cmp_asn_test]=../libcrypto.a libtestutil.a
|
---|
728 |
|
---|
729 | SOURCE[cmp_ctx_test]=cmp_ctx_test.c helpers/cmp_testlib.c
|
---|
730 | INCLUDE[cmp_ctx_test]=.. ../include ../apps/include
|
---|
731 | DEPEND[cmp_ctx_test]=../libcrypto.a libtestutil.a
|
---|
732 |
|
---|
733 | SOURCE[cmp_hdr_test]=cmp_hdr_test.c helpers/cmp_testlib.c
|
---|
734 | INCLUDE[cmp_hdr_test]=.. ../include ../apps/include
|
---|
735 | DEPEND[cmp_hdr_test]=../libcrypto.a libtestutil.a
|
---|
736 |
|
---|
737 | SOURCE[cmp_status_test]=cmp_status_test.c helpers/cmp_testlib.c
|
---|
738 | INCLUDE[cmp_status_test]=.. ../include ../apps/include
|
---|
739 | DEPEND[cmp_status_test]=../libcrypto.a libtestutil.a
|
---|
740 |
|
---|
741 | SOURCE[cmp_protect_test]=cmp_protect_test.c helpers/cmp_testlib.c
|
---|
742 | INCLUDE[cmp_protect_test]=.. ../include ../apps/include
|
---|
743 | DEPEND[cmp_protect_test]=../libcrypto.a libtestutil.a
|
---|
744 |
|
---|
745 | SOURCE[cmp_msg_test]=cmp_msg_test.c helpers/cmp_testlib.c
|
---|
746 | INCLUDE[cmp_msg_test]=.. ../include ../apps/include
|
---|
747 | DEPEND[cmp_msg_test]=../libcrypto.a libtestutil.a
|
---|
748 |
|
---|
749 | SOURCE[cmp_vfy_test]=cmp_vfy_test.c helpers/cmp_testlib.c
|
---|
750 | INCLUDE[cmp_vfy_test]=.. ../include ../apps/include
|
---|
751 | DEPEND[cmp_vfy_test]=../libcrypto.a libtestutil.a
|
---|
752 |
|
---|
753 | SOURCE[cmp_server_test]=cmp_server_test.c helpers/cmp_testlib.c
|
---|
754 | INCLUDE[cmp_server_test]=.. ../include ../apps/include
|
---|
755 | DEPEND[cmp_server_test]=../libcrypto.a libtestutil.a
|
---|
756 |
|
---|
757 | SOURCE[cmp_client_test]=cmp_client_test.c helpers/cmp_testlib.c ../apps/lib/cmp_mock_srv.c
|
---|
758 | INCLUDE[cmp_client_test]=.. ../include ../apps/include
|
---|
759 | DEPEND[cmp_client_test]=../libcrypto.a libtestutil.a
|
---|
760 |
|
---|
761 | SOURCE[ca_internals_test]=ca_internals_test.c ../apps/ca.c ../apps/lib/apps.c \
|
---|
762 | ../apps/lib/app_rand.c ../apps/lib/engine.c ../apps/lib/app_provider.c \
|
---|
763 | ../apps/lib/app_libctx.c ../apps/lib/fmt.c ../apps/lib/apps_ui.c \
|
---|
764 | ../apps/lib/app_x509.c ../crypto/asn1/a_time.c ../crypto/ctype.c
|
---|
765 | INCLUDE[ca_internals_test]=.. ../include ../apps/include
|
---|
766 | DEPEND[ca_internals_test]=libtestutil.a ../libssl
|
---|
767 |
|
---|
768 | # Internal test programs. These are essentially a collection of internal
|
---|
769 | # test routines. Some of them need to reach internal symbols that aren't
|
---|
770 | # available through the shared library (at least on Linux, Solaris, Windows
|
---|
771 | # and VMS, where the exported symbols are those listed in util/*.num), these
|
---|
772 | # programs are forcibly linked with the static libraries, where all symbols
|
---|
773 | # are always available.
|
---|
774 | IF[1]
|
---|
775 | PROGRAMS{noinst}=asn1_internal_test modes_internal_test x509_internal_test \
|
---|
776 | tls13encryptiontest wpackettest ctype_internal_test \
|
---|
777 | rdcpu_sanitytest property_test ideatest rsa_mp_test \
|
---|
778 | rsa_sp800_56b_test bn_internal_test ecdsatest rsa_test \
|
---|
779 | rc2test rc4test rc5test hmactest ffc_internal_test \
|
---|
780 | asn1_dsa_internal_test dsatest dsa_no_digest_size_test \
|
---|
781 | dhtest ssl_old_test
|
---|
782 |
|
---|
783 | IF[{- !$disabled{poly1305} -}]
|
---|
784 | PROGRAMS{noinst}=poly1305_internal_test
|
---|
785 | ENDIF
|
---|
786 | IF[{- !$disabled{chacha} -}]
|
---|
787 | PROGRAMS{noinst}=chacha_internal_test
|
---|
788 | ENDIF
|
---|
789 | IF[{- !$disabled{siphash} -}]
|
---|
790 | PROGRAMS{noinst}=siphash_internal_test
|
---|
791 | ENDIF
|
---|
792 | IF[{- !$disabled{sm2} -}]
|
---|
793 | PROGRAMS{noinst}=sm2_internal_test
|
---|
794 | ENDIF
|
---|
795 | IF[{- !$disabled{sm3} -}]
|
---|
796 | PROGRAMS{noinst}=sm3_internal_test
|
---|
797 | ENDIF
|
---|
798 | IF[{- !$disabled{sm4} -}]
|
---|
799 | PROGRAMS{noinst}=sm4_internal_test
|
---|
800 | ENDIF
|
---|
801 | IF[{- !$disabled{ec} -}]
|
---|
802 | PROGRAMS{noinst}=ectest ec_internal_test evp_pkey_dhkem_test
|
---|
803 | ENDIF
|
---|
804 | IF[{- !$disabled{ecx} -}]
|
---|
805 | PROGRAMS{noinst}=curve448_internal_test
|
---|
806 | ENDIF
|
---|
807 | IF[{- !$disabled{cmac} -}]
|
---|
808 | PROGRAMS{noinst}=cmactest
|
---|
809 | ENDIF
|
---|
810 |
|
---|
811 | SOURCE[poly1305_internal_test]=poly1305_internal_test.c
|
---|
812 | INCLUDE[poly1305_internal_test]=.. ../include ../apps/include
|
---|
813 | DEPEND[poly1305_internal_test]=../libcrypto.a libtestutil.a
|
---|
814 |
|
---|
815 | SOURCE[chacha_internal_test]=chacha_internal_test.c
|
---|
816 | INCLUDE[chacha_internal_test]=.. ../include ../apps/include
|
---|
817 | DEPEND[chacha_internal_test]=../libcrypto.a libtestutil.a
|
---|
818 |
|
---|
819 | SOURCE[asn1_internal_test]=asn1_internal_test.c
|
---|
820 | INCLUDE[asn1_internal_test]=.. ../include ../apps/include
|
---|
821 | DEPEND[asn1_internal_test]=../libcrypto.a libtestutil.a
|
---|
822 |
|
---|
823 | SOURCE[modes_internal_test]=modes_internal_test.c
|
---|
824 | INCLUDE[modes_internal_test]=.. ../include ../apps/include
|
---|
825 | DEPEND[modes_internal_test]=../libcrypto.a libtestutil.a
|
---|
826 |
|
---|
827 | SOURCE[x509_internal_test]=x509_internal_test.c
|
---|
828 | INCLUDE[x509_internal_test]=.. ../include ../apps/include
|
---|
829 | DEPEND[x509_internal_test]=../libcrypto.a libtestutil.a
|
---|
830 |
|
---|
831 | SOURCE[rsa_test]=rsa_test.c
|
---|
832 | INCLUDE[rsa_test]=../include ../apps/include
|
---|
833 | DEPEND[rsa_test]=../libcrypto.a libtestutil.a
|
---|
834 |
|
---|
835 | SOURCE[rsa_mp_test]=rsa_mp_test.c
|
---|
836 | INCLUDE[rsa_mp_test]=../include ../apps/include
|
---|
837 | DEPEND[rsa_mp_test]=../libcrypto.a libtestutil.a
|
---|
838 |
|
---|
839 | SOURCE[ecdsatest]=ecdsatest.c
|
---|
840 | INCLUDE[ecdsatest]=../include ../apps/include
|
---|
841 | DEPEND[ecdsatest]=../libcrypto.a libtestutil.a
|
---|
842 |
|
---|
843 | SOURCE[dsatest]=dsatest.c
|
---|
844 | INCLUDE[dsatest]=../include ../apps/include
|
---|
845 | DEPEND[dsatest]=../libcrypto.a libtestutil.a
|
---|
846 |
|
---|
847 | SOURCE[dsa_no_digest_size_test]=dsa_no_digest_size_test.c
|
---|
848 | INCLUDE[dsa_no_digest_size_test]=../include ../apps/include
|
---|
849 | DEPEND[dsa_no_digest_size_test]=../libcrypto.a libtestutil.a
|
---|
850 |
|
---|
851 | SOURCE[tls13encryptiontest]=tls13encryptiontest.c
|
---|
852 | INCLUDE[tls13encryptiontest]=.. ../include ../apps/include
|
---|
853 | DEPEND[tls13encryptiontest]=../libcrypto.a ../libssl.a libtestutil.a
|
---|
854 |
|
---|
855 | SOURCE[ideatest]=ideatest.c
|
---|
856 | INCLUDE[ideatest]=../include ../apps/include
|
---|
857 | DEPEND[ideatest]=../libcrypto.a libtestutil.a
|
---|
858 |
|
---|
859 | SOURCE[wpackettest]=wpackettest.c
|
---|
860 | INCLUDE[wpackettest]=../include ../apps/include
|
---|
861 | DEPEND[wpackettest]=../libcrypto.a ../libssl.a libtestutil.a
|
---|
862 |
|
---|
863 | SOURCE[property_test]=property_test.c
|
---|
864 | INCLUDE[property_test]=.. ../include ../apps/include
|
---|
865 | DEPEND[property_test]=../libcrypto.a libtestutil.a
|
---|
866 |
|
---|
867 | SOURCE[ctype_internal_test]=ctype_internal_test.c
|
---|
868 | INCLUDE[ctype_internal_test]=.. ../include ../apps/include
|
---|
869 | DEPEND[ctype_internal_test]=../libcrypto.a libtestutil.a
|
---|
870 |
|
---|
871 | SOURCE[sparse_array_test]=sparse_array_test.c
|
---|
872 | INCLUDE[sparse_array_test]=../include ../apps/include
|
---|
873 | DEPEND[sparse_array_test]=../libcrypto.a libtestutil.a
|
---|
874 |
|
---|
875 | IF[{- !$disabled{quic} -}]
|
---|
876 | SOURCE[priority_queue_test]=priority_queue_test.c
|
---|
877 | INCLUDE[priority_queue_test]=../include ../apps/include
|
---|
878 | DEPEND[priority_queue_test]=../libcrypto ../libssl.a libtestutil.a
|
---|
879 |
|
---|
880 | SOURCE[event_queue_test]=event_queue_test.c
|
---|
881 | INCLUDE[event_queue_test]=../include ../apps/include
|
---|
882 | DEPEND[event_queue_test]=../libcrypto ../libssl.a libtestutil.a
|
---|
883 |
|
---|
884 | SOURCE[quicfaultstest]=quicfaultstest.c helpers/ssltestlib.c $QUICTESTHELPERS
|
---|
885 | INCLUDE[quicfaultstest]=../include ../apps/include ..
|
---|
886 | DEPEND[quicfaultstest]=../libcrypto.a ../libssl.a libtestutil.a
|
---|
887 |
|
---|
888 | SOURCE[quicapitest]=quicapitest.c helpers/ssltestlib.c $QUICTESTHELPERS
|
---|
889 | INCLUDE[quicapitest]=../include ../apps/include
|
---|
890 | DEPEND[quicapitest]=../libcrypto.a ../libssl.a libtestutil.a
|
---|
891 |
|
---|
892 | SOURCE[quic_newcid_test]=quic_newcid_test.c helpers/ssltestlib.c $QUICTESTHELPERS
|
---|
893 | INCLUDE[quic_newcid_test]=../include ../apps/include ..
|
---|
894 | DEPEND[quic_newcid_test]=../libcrypto.a ../libssl.a libtestutil.a
|
---|
895 |
|
---|
896 | SOURCE[quic_srt_gen_test]=quic_srt_gen_test.c helpers/ssltestlib.c $QUICTESTHELPERS
|
---|
897 | INCLUDE[quic_srt_gen_test]=../include ../apps/include ..
|
---|
898 | DEPEND[quic_srt_gen_test]=../libcrypto.a ../libssl.a libtestutil.a
|
---|
899 | ENDIF
|
---|
900 |
|
---|
901 | IF[{- !$disabled{qlog} -}]
|
---|
902 | SOURCE[json_test]=json_test.c helpers/ssltestlib.c $QUICTESTHELPERS
|
---|
903 | INCLUDE[json_test]=../include ../apps/include
|
---|
904 | DEPEND[json_test]=../libcrypto.a ../libssl.a libtestutil.a
|
---|
905 | ENDIF
|
---|
906 |
|
---|
907 | SOURCE[dhtest]=dhtest.c
|
---|
908 | INCLUDE[dhtest]=../include ../apps/include
|
---|
909 | DEPEND[dhtest]=../libcrypto.a libtestutil.a
|
---|
910 |
|
---|
911 | SOURCE[list_test]=list_test.c
|
---|
912 | INCLUDE[list_test]=../include ../apps/include
|
---|
913 | DEPEND[list_test]=libtestutil.a
|
---|
914 |
|
---|
915 | SOURCE[hmactest]=hmactest.c
|
---|
916 | INCLUDE[hmactest]=../include ../apps/include
|
---|
917 | DEPEND[hmactest]=../libcrypto.a libtestutil.a
|
---|
918 |
|
---|
919 | IF[{- !$disabled{cmac} -}]
|
---|
920 | SOURCE[cmactest]=cmactest.c
|
---|
921 | INCLUDE[cmactest]=../include ../apps/include
|
---|
922 | DEPEND[cmactest]=../libcrypto.a libtestutil.a
|
---|
923 | ENDIF
|
---|
924 |
|
---|
925 | SOURCE[siphash_internal_test]=siphash_internal_test.c
|
---|
926 | INCLUDE[siphash_internal_test]=.. ../include ../apps/include
|
---|
927 | DEPEND[siphash_internal_test]=../libcrypto.a libtestutil.a
|
---|
928 |
|
---|
929 | SOURCE[sm2_internal_test]=sm2_internal_test.c
|
---|
930 | INCLUDE[sm2_internal_test]=../include ../apps/include
|
---|
931 | DEPEND[sm2_internal_test]=../libcrypto.a libtestutil.a
|
---|
932 |
|
---|
933 | SOURCE[sm3_internal_test]=sm3_internal_test.c
|
---|
934 | INCLUDE[sm3_internal_test]=../include ../apps/include
|
---|
935 | DEPEND[sm3_internal_test]=../libcrypto.a libtestutil.a
|
---|
936 |
|
---|
937 | SOURCE[sm4_internal_test]=sm4_internal_test.c
|
---|
938 | INCLUDE[sm4_internal_test]=.. ../include ../apps/include
|
---|
939 | DEPEND[sm4_internal_test]=../libcrypto.a libtestutil.a
|
---|
940 |
|
---|
941 | SOURCE[destest]=destest.c
|
---|
942 | INCLUDE[destest]=../include ../apps/include
|
---|
943 | DEPEND[destest]=../libcrypto.a libtestutil.a
|
---|
944 |
|
---|
945 | SOURCE[rc2test]=rc2test.c
|
---|
946 | INCLUDE[rc2test]=../include ../apps/include
|
---|
947 | DEPEND[rc2test]=../libcrypto.a libtestutil.a
|
---|
948 |
|
---|
949 | SOURCE[rc4test]=rc4test.c
|
---|
950 | INCLUDE[rc4test]=../include ../apps/include
|
---|
951 | DEPEND[rc4test]=../libcrypto.a libtestutil.a
|
---|
952 |
|
---|
953 | SOURCE[rc5test]=rc5test.c
|
---|
954 | INCLUDE[rc5test]=../include ../apps/include
|
---|
955 | DEPEND[rc5test]=../libcrypto.a libtestutil.a
|
---|
956 |
|
---|
957 | SOURCE[ec_internal_test]=ec_internal_test.c $INITSRC
|
---|
958 | INCLUDE[ec_internal_test]=../include ../crypto/ec ../apps/include
|
---|
959 | DEPEND[ec_internal_test]=../libcrypto.a libtestutil.a
|
---|
960 |
|
---|
961 | IF[{- !$disabled{ecx} -}]
|
---|
962 | SOURCE[curve448_internal_test]=curve448_internal_test.c
|
---|
963 | INCLUDE[curve448_internal_test]=.. ../include ../apps/include ../crypto/ec/curve448
|
---|
964 | DEPEND[curve448_internal_test]=../libcrypto.a libtestutil.a
|
---|
965 | ENDIF
|
---|
966 |
|
---|
967 | SOURCE[rc4test]=rc4test.c
|
---|
968 | INCLUDE[rc4test]=../include ../apps/include
|
---|
969 | DEPEND[rc4test]=../libcrypto.a libtestutil.a
|
---|
970 |
|
---|
971 | SOURCE[rdcpu_sanitytest]=rdcpu_sanitytest.c
|
---|
972 | INCLUDE[rdcpu_sanitytest]=../include ../apps/include ../crypto
|
---|
973 | DEPEND[rdcpu_sanitytest]=../libcrypto.a libtestutil.a
|
---|
974 |
|
---|
975 | SOURCE[rsa_sp800_56b_test]=rsa_sp800_56b_test.c
|
---|
976 | INCLUDE[rsa_sp800_56b_test]=.. ../include ../crypto/rsa ../apps/include
|
---|
977 | DEPEND[rsa_sp800_56b_test]=../libcrypto.a libtestutil.a
|
---|
978 |
|
---|
979 | IF[{- !$disabled{'deprecated-3.0'} -}]
|
---|
980 | PROGRAMS{noinst}=rsa_x931_test
|
---|
981 | SOURCE[rsa_x931_test]=rsa_x931_test.c
|
---|
982 | INCLUDE[rsa_x931_test]=.. ../include ../apps/include
|
---|
983 | DEPEND[rsa_x931_test]=../libcrypto.a libtestutil.a
|
---|
984 | ENDIF
|
---|
985 |
|
---|
986 | SOURCE[bn_internal_test]=bn_internal_test.c
|
---|
987 | INCLUDE[bn_internal_test]=.. ../include ../crypto/bn ../apps/include
|
---|
988 | DEPEND[bn_internal_test]=../libcrypto.a libtestutil.a
|
---|
989 |
|
---|
990 | SOURCE[asn1_dsa_internal_test]=asn1_dsa_internal_test.c
|
---|
991 | INCLUDE[asn1_dsa_internal_test]=.. ../include ../apps/include
|
---|
992 | DEPEND[asn1_dsa_internal_test]=../libcrypto.a libtestutil.a
|
---|
993 |
|
---|
994 | SOURCE[keymgmt_internal_test]=keymgmt_internal_test.c
|
---|
995 | INCLUDE[keymgmt_internal_test]=.. ../include ../apps/include
|
---|
996 | DEPEND[keymgmt_internal_test]=../libcrypto.a libtestutil.a
|
---|
997 |
|
---|
998 | SOURCE[ffc_internal_test]=ffc_internal_test.c
|
---|
999 | INCLUDE[ffc_internal_test]=.. ../include ../apps/include
|
---|
1000 | DEPEND[ffc_internal_test]=../libcrypto.a libtestutil.a
|
---|
1001 |
|
---|
1002 | IF[{- !$disabled{mdc2} -}]
|
---|
1003 | PROGRAMS{noinst}=mdc2_internal_test
|
---|
1004 | ENDIF
|
---|
1005 |
|
---|
1006 | SOURCE[mdc2_internal_test]=mdc2_internal_test.c
|
---|
1007 | INCLUDE[mdc2_internal_test]=.. ../include ../apps/include
|
---|
1008 | DEPEND[mdc2_internal_test]=../libcrypto.a libtestutil.a
|
---|
1009 |
|
---|
1010 | SOURCE[ssl_old_test]=ssl_old_test.c helpers/predefined_dhparams.c
|
---|
1011 | INCLUDE[ssl_old_test]=.. ../include ../apps/include
|
---|
1012 | DEPEND[ssl_old_test]=../libcrypto.a ../libssl.a libtestutil.a
|
---|
1013 |
|
---|
1014 | PROGRAMS{noinst}=ext_internal_test
|
---|
1015 | SOURCE[ext_internal_test]=ext_internal_test.c
|
---|
1016 | INCLUDE[ext_internal_test]=.. ../include ../apps/include
|
---|
1017 | DEPEND[ext_internal_test]=../libcrypto.a ../libssl.a libtestutil.a
|
---|
1018 |
|
---|
1019 | PROGRAMS{noinst}=algorithmid_test
|
---|
1020 | SOURCE[algorithmid_test]=algorithmid_test.c
|
---|
1021 | INCLUDE[algorithmid_test]=../include ../apps/include
|
---|
1022 | DEPEND[algorithmid_test]=../libcrypto.a libtestutil.a
|
---|
1023 | ENDIF
|
---|
1024 |
|
---|
1025 | PROGRAMS{noinst}=asn1_time_test
|
---|
1026 | SOURCE[asn1_time_test]=asn1_time_test.c ../crypto/ctype.c \
|
---|
1027 | ../crypto/asn1/a_time.c
|
---|
1028 | INCLUDE[asn1_time_test]=../include ../apps/include
|
---|
1029 | DEPEND[asn1_time_test]=../libcrypto libtestutil.a
|
---|
1030 |
|
---|
1031 | # We disable this test completely in a shared build because it deliberately
|
---|
1032 | # redefines some internal libssl symbols. This doesn't work in a non-shared
|
---|
1033 | # build
|
---|
1034 | IF[{- !$disabled{shared} -}]
|
---|
1035 | PROGRAMS{noinst}=tls13secretstest
|
---|
1036 | SOURCE[tls13secretstest]=tls13secretstest.c
|
---|
1037 | DEFINE[tls13secretstest]=OPENSSL_NO_KTLS
|
---|
1038 | SOURCE[tls13secretstest]= ../ssl/tls13_enc.c ../crypto/packet.c ../crypto/quic_vlint.c
|
---|
1039 | INCLUDE[tls13secretstest]=.. ../include ../apps/include
|
---|
1040 | DEPEND[tls13secretstest]=../libcrypto ../libssl libtestutil.a
|
---|
1041 | ENDIF
|
---|
1042 |
|
---|
1043 | SOURCE[sslbuffertest]=sslbuffertest.c helpers/ssltestlib.c
|
---|
1044 | INCLUDE[sslbuffertest]=../include ../apps/include
|
---|
1045 | DEPEND[sslbuffertest]=../libcrypto ../libssl libtestutil.a
|
---|
1046 |
|
---|
1047 | SOURCE[sysdefaulttest]=sysdefaulttest.c
|
---|
1048 | INCLUDE[sysdefaulttest]=../include ../apps/include
|
---|
1049 | DEPEND[sysdefaulttest]=../libcrypto ../libssl libtestutil.a
|
---|
1050 |
|
---|
1051 | SOURCE[errtest]=errtest.c
|
---|
1052 | INCLUDE[errtest]=../include ../apps/include
|
---|
1053 | DEPEND[errtest]=../libcrypto libtestutil.a
|
---|
1054 |
|
---|
1055 | SOURCE[aesgcmtest]=aesgcmtest.c
|
---|
1056 | INCLUDE[aesgcmtest]=../include ../apps/include ..
|
---|
1057 | DEPEND[aesgcmtest]=../libcrypto libtestutil.a
|
---|
1058 |
|
---|
1059 | PROGRAMS{noinst}=context_internal_test
|
---|
1060 | SOURCE[context_internal_test]=context_internal_test.c
|
---|
1061 | INCLUDE[context_internal_test]=.. ../include ../apps/include
|
---|
1062 | DEPEND[context_internal_test]=../libcrypto.a libtestutil.a
|
---|
1063 |
|
---|
1064 | IF[{- !$disabled{zlib} || !$disabled{brotli} || !$disabled{zstd} -}]
|
---|
1065 | PROGRAMS{noinst}=bio_comp_test
|
---|
1066 | SOURCE[bio_comp_test]=bio_comp_test.c
|
---|
1067 | INCLUDE[bio_comp_test]=../include ../apps/include
|
---|
1068 | DEPEND[bio_comp_test]=../libcrypto.a libtestutil.a
|
---|
1069 | ENDIF
|
---|
1070 |
|
---|
1071 | PROGRAMS{noinst}=provider_internal_test
|
---|
1072 | DEFINE[provider_internal_test]=PROVIDER_INIT_FUNCTION_NAME=p_test_init
|
---|
1073 | SOURCE[provider_internal_test]=provider_internal_test.c p_test.c
|
---|
1074 | INCLUDE[provider_internal_test]=../include ../apps/include ..
|
---|
1075 | DEPEND[provider_internal_test]=../libcrypto.a libtestutil.a
|
---|
1076 | PROGRAMS{noinst}=provider_test
|
---|
1077 | DEFINE[provider_test]=PROVIDER_INIT_FUNCTION_NAME=p_test_init
|
---|
1078 | SOURCE[provider_test]=provider_test.c p_test.c
|
---|
1079 | INCLUDE[provider_test]=../include ../apps/include ..
|
---|
1080 | DEPEND[provider_test]=../libcrypto.a libtestutil.a
|
---|
1081 | IF[{- !$disabled{module} -}]
|
---|
1082 | MODULES{noinst}=p_test
|
---|
1083 | SOURCE[p_test]=p_test.c
|
---|
1084 | INCLUDE[p_test]=../include ..
|
---|
1085 | IF[{- defined $target{shared_defflag} -}]
|
---|
1086 | SOURCE[p_test]=p_test.ld
|
---|
1087 | GENERATE[p_test.ld]=../util/providers.num
|
---|
1088 | ENDIF
|
---|
1089 | MODULES{noinst}=p_minimal
|
---|
1090 | SOURCE[p_minimal]=p_minimal.c
|
---|
1091 | INCLUDE[p_minimal]=../include ..
|
---|
1092 | IF[{- defined $target{shared_defflag} -}]
|
---|
1093 | SOURCE[p_minimal]=p_minimal.ld
|
---|
1094 | GENERATE[p_minimal.ld]=../util/providers.num
|
---|
1095 | ENDIF
|
---|
1096 | ENDIF
|
---|
1097 | IF[{- $disabled{module} || !$target{dso_scheme} -}]
|
---|
1098 | DEFINE[provider_test]=NO_PROVIDER_MODULE
|
---|
1099 | DEFINE[prov_config_test]=NO_PROVIDER_MODULE
|
---|
1100 | DEFINE[provider_internal_test]=NO_PROVIDER_MODULE
|
---|
1101 | ENDIF
|
---|
1102 | DEPEND[]=provider_internal_test.cnf
|
---|
1103 | GENERATE[provider_internal_test.cnf]=provider_internal_test.cnf.in
|
---|
1104 |
|
---|
1105 | PROGRAMS{noinst}=provider_fallback_test
|
---|
1106 | SOURCE[provider_fallback_test]=provider_fallback_test.c
|
---|
1107 | INCLUDE[provider_fallback_test]=../include ../apps/include
|
---|
1108 | DEPEND[provider_fallback_test]=../libcrypto libtestutil.a
|
---|
1109 |
|
---|
1110 | PROGRAMS{noinst}=provider_pkey_test
|
---|
1111 | SOURCE[provider_pkey_test]=provider_pkey_test.c fake_rsaprov.c
|
---|
1112 | INCLUDE[provider_pkey_test]=../include ../apps/include
|
---|
1113 | DEPEND[provider_pkey_test]=../libcrypto libtestutil.a
|
---|
1114 |
|
---|
1115 | PROGRAMS{noinst}=provider_default_search_path_test
|
---|
1116 | SOURCE[provider_default_search_path_test]=provider_default_search_path_test.c
|
---|
1117 | INCLUDE[provider_default_search_path_test]=../include ../apps/include
|
---|
1118 | DEPEND[provider_default_search_path_test]=../libcrypto libtestutil.a
|
---|
1119 |
|
---|
1120 | PROGRAMS{noinst}=params_test
|
---|
1121 | SOURCE[params_test]=params_test.c
|
---|
1122 | INCLUDE[params_test]=.. ../include ../apps/include
|
---|
1123 | DEPEND[params_test]=../libcrypto.a libtestutil.a
|
---|
1124 |
|
---|
1125 | PROGRAMS{noinst}=hexstr_test
|
---|
1126 | SOURCE[hexstr_test]=hexstr_test.c
|
---|
1127 | INCLUDE[hexstr_test]=.. ../include ../apps/include
|
---|
1128 | DEPEND[hexstr_test]=../libcrypto.a libtestutil.a
|
---|
1129 |
|
---|
1130 | PROGRAMS{noinst}=trace_api_test
|
---|
1131 | SOURCE[trace_api_test]=trace_api_test.c
|
---|
1132 | INCLUDE[trace_api_test]=.. ../include ../apps/include
|
---|
1133 | DEPEND[trace_api_test]=../libcrypto.a libtestutil.a
|
---|
1134 |
|
---|
1135 | PROGRAMS{noinst}=endecode_test
|
---|
1136 | SOURCE[endecode_test]=endecode_test.c helpers/predefined_dhparams.c
|
---|
1137 | INCLUDE[endecode_test]=.. ../include ../apps/include
|
---|
1138 | DEPEND[endecode_test]=../libcrypto.a libtestutil.a
|
---|
1139 | IF[{- !$disabled{module} && !$disabled{legacy} -}]
|
---|
1140 | DEFINE[endecode_test]=STATIC_LEGACY
|
---|
1141 | SOURCE[endecode_test]=../providers/legacyprov.c
|
---|
1142 | INCLUDE[endecode_test]=../providers/common/include \
|
---|
1143 | ../providers/implementations/include
|
---|
1144 | DEPEND[endecode_test]=../providers/liblegacy.a \
|
---|
1145 | ../providers/libcommon.a
|
---|
1146 | ENDIF
|
---|
1147 |
|
---|
1148 | IF[{- !$disabled{'deprecated-3.0'} -}]
|
---|
1149 | PROGRAMS{noinst}=endecoder_legacy_test
|
---|
1150 | SOURCE[endecoder_legacy_test]=endecoder_legacy_test.c
|
---|
1151 | INCLUDE[endecoder_legacy_test]=.. ../include ../apps/include
|
---|
1152 | DEPEND[endecoder_legacy_test]=../libcrypto.a libtestutil.a
|
---|
1153 | ENDIF
|
---|
1154 |
|
---|
1155 | PROGRAMS{noinst}=decoder_propq_test
|
---|
1156 | SOURCE[decoder_propq_test]=decoder_propq_test.c
|
---|
1157 | INCLUDE[decoder_propq_test]=.. ../include ../apps/include
|
---|
1158 | DEPEND[decoder_propq_test]=../libcrypto.a libtestutil.a
|
---|
1159 |
|
---|
1160 | PROGRAMS{noinst}=namemap_internal_test
|
---|
1161 | SOURCE[namemap_internal_test]=namemap_internal_test.c
|
---|
1162 | INCLUDE[namemap_internal_test]=.. ../include ../apps/include
|
---|
1163 | DEPEND[namemap_internal_test]=../libcrypto.a libtestutil.a
|
---|
1164 |
|
---|
1165 | PROGRAMS{noinst}=bio_prefix_text
|
---|
1166 | SOURCE[bio_prefix_text]=bio_prefix_text.c
|
---|
1167 | INCLUDE[bio_prefix_text]=.. ../include ../apps/include
|
---|
1168 | DEPEND[bio_prefix_text]=../libcrypto libtestutil.a
|
---|
1169 |
|
---|
1170 | IF[{- !$disabled{'deprecated-3.0'} -}]
|
---|
1171 | PROGRAMS{noinst}=pem_read_depr_test
|
---|
1172 | SOURCE[pem_read_depr_test]=pem_read_depr_test.c
|
---|
1173 | INCLUDE[pem_read_depr_test]=../include ../apps/include
|
---|
1174 | DEPEND[pem_read_depr_test]=../libcrypto libtestutil.a
|
---|
1175 | ENDIF
|
---|
1176 | ENDIF
|
---|
1177 |
|
---|
1178 | SOURCE[ssl_ctx_test]=ssl_ctx_test.c
|
---|
1179 | INCLUDE[ssl_ctx_test]=../include ../apps/include
|
---|
1180 | DEPEND[ssl_ctx_test]=../libcrypto ../libssl libtestutil.a
|
---|
1181 |
|
---|
1182 | SOURCE[build_wincrypt_test]=build_wincrypt_test.c
|
---|
1183 | INCLUDE[build_wincrypt_test]=../include
|
---|
1184 | DEPEND[build_wincrypt_test]=../libssl ../libcrypto
|
---|
1185 |
|
---|
1186 | IF[{- !$disabled{shared} -}]
|
---|
1187 | PROGRAMS{noinst}=timing_load_creds
|
---|
1188 | SOURCE[timing_load_creds]=timing_load_creds.c
|
---|
1189 | INCLUDE[timing_load_creds]=../include
|
---|
1190 | DEPEND[timing_load_creds]=../libcrypto.a
|
---|
1191 | ENDIF
|
---|
1192 |
|
---|
1193 | IF[{- !$disabled{'quic'} -}]
|
---|
1194 | PROGRAMS{noinst}=quic_wire_test quic_ackm_test quic_record_test
|
---|
1195 | PROGRAMS{noinst}=quic_fc_test quic_stream_test quic_cfq_test quic_txpim_test
|
---|
1196 | PROGRAMS{noinst}=quic_srtm_test quic_lcidm_test quic_rcidm_test
|
---|
1197 | PROGRAMS{noinst}=quic_fifd_test quic_txp_test quic_tserver_test
|
---|
1198 | PROGRAMS{noinst}=quic_client_test quic_cc_test quic_multistream_test
|
---|
1199 | ENDIF
|
---|
1200 |
|
---|
1201 | SOURCE[quic_ackm_test]=quic_ackm_test.c cc_dummy.c
|
---|
1202 | INCLUDE[quic_ackm_test]=../include ../apps/include
|
---|
1203 | DEPEND[quic_ackm_test]=../libcrypto.a ../libssl.a libtestutil.a
|
---|
1204 |
|
---|
1205 | SOURCE[quic_cc_test]=quic_cc_test.c
|
---|
1206 | INCLUDE[quic_cc_test]=../include ../apps/include
|
---|
1207 | DEPEND[quic_cc_test]=../libcrypto.a ../libssl.a libtestutil.a
|
---|
1208 |
|
---|
1209 | SOURCE[cert_comp_test]=cert_comp_test.c helpers/ssltestlib.c
|
---|
1210 | INCLUDE[cert_comp_test]=../include ../apps/include ..
|
---|
1211 | DEPEND[cert_comp_test]=../libcrypto ../libssl libtestutil.a
|
---|
1212 |
|
---|
1213 | {-
|
---|
1214 | use File::Spec::Functions;
|
---|
1215 | use File::Basename;
|
---|
1216 | use OpenSSL::Glob;
|
---|
1217 |
|
---|
1218 | my @nogo_headers = ( "asn1_mac.h",
|
---|
1219 | "opensslconf.h",
|
---|
1220 | "__decc_include_prologue.h",
|
---|
1221 | "__decc_include_epilogue.h" );
|
---|
1222 | my @nogo_headers_re = ( qr/.*err\.h/ );
|
---|
1223 | my @headerfiles = glob catfile($sourcedir,
|
---|
1224 | updir(), "include", "openssl", "*.h");
|
---|
1225 |
|
---|
1226 | foreach my $headerfile (@headerfiles) {
|
---|
1227 | my $name = basename($headerfile, ".h");
|
---|
1228 | next if $disabled{$name};
|
---|
1229 | next if grep { $_ eq lc("$name.h") } @nogo_headers;
|
---|
1230 | next if grep { lc("$name.h") =~ m/$_/i } @nogo_headers_re;
|
---|
1231 | $OUT .= <<"_____";
|
---|
1232 |
|
---|
1233 | PROGRAMS{noinst}=buildtest_c_$name
|
---|
1234 | SOURCE[buildtest_c_$name]=buildtest_$name.c
|
---|
1235 | GENERATE[buildtest_$name.c]=generate_buildtest.pl $name
|
---|
1236 | INCLUDE[buildtest_c_$name]=../include
|
---|
1237 | DEPEND[buildtest_c_$name]=../libssl ../libcrypto
|
---|
1238 | _____
|
---|
1239 | $OUT .= <<"_____" if $config{CXX} && !$disabled{"buildtest-c++"};
|
---|
1240 |
|
---|
1241 | PROGRAMS{noinst}=buildtest_cc_$name
|
---|
1242 | SOURCE[buildtest_cc_$name]=buildtest_$name.cc
|
---|
1243 | GENERATE[buildtest_$name.cc]=generate_buildtest.pl $name
|
---|
1244 | INCLUDE[buildtest_cc_$name]=../include
|
---|
1245 | DEPEND[buildtest_cc_$name]=../libssl ../libcrypto
|
---|
1246 | _____
|
---|
1247 | }
|
---|
1248 | -}
|
---|