Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(137)

Side by Side Diff: openssl/openssl.config

Issue 2072073002: Delete bundled copy of OpenSSL and replace with README. (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/openssl@master
Patch Set: Delete bundled copy of OpenSSL and replace with README. Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « openssl/import_openssl.sh ('k') | openssl/openssl.version » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 CONFIGURE_ARGS="\
2 -DL_ENDIAN \
3 linux-generic32 \
4 no-camellia \
5 no-capieng \
6 no-cast \
7 no-cms \
8 no-gost \
9 no-gmp \
10 no-heartbeats \
11 no-idea \
12 no-jpake \
13 no-md2 \
14 no-mdc2 \
15 no-rc5 \
16 no-rdrand \
17 no-rfc3779 \
18 no-rsax \
19 no-sctp \
20 no-seed \
21 no-sha0 \
22 no-static_engine \
23 no-whirlpool \
24 "
25
26 # unneeded directories
27 UNNEEDED_SOURCES="\
28 MacOS \
29 Netware \
30 VMS \
31 apps/demoCA \
32 apps/demoSRP \
33 apps/set \
34 bugs \
35 certs \
36 crypto/camellia \
37 crypto/cast \
38 crypto/cms \
39 crypto/idea \
40 crypto/md2 \
41 crypto/rc5 \
42 crypto/seed \
43 crypto/whrlpool \
44 demos \
45 doc \
46 engines \
47 ms \
48 os2 \
49 perl \
50 shlib \
51 test \
52 times \
53 tools \
54 util \
55 "
56
57 # unneeded files
58 UNNEEDED_SOURCES+="\
59 CHANGES \
60 CHANGES.SSLeay \
61 Configure \
62 FAQ \
63 INSTALL \
64 INSTALL.DJGPP \
65 INSTALL.MacOS \
66 INSTALL.NW \
67 INSTALL.OS2 \
68 INSTALL.VMS \
69 INSTALL.W32 \
70 INSTALL.W64 \
71 INSTALL.WCE \
72 LICENSE \
73 Makefile \
74 Makefile.org \
75 Makefile.shared \
76 NEWS \
77 PROBLEMS \
78 README \
79 README.ASN1 \
80 README.ENGINE \
81 apps/CA.com \
82 apps/Makefile \
83 apps/install-apps.com \
84 apps/makeapps.com \
85 apps/openssl-vms.cnf \
86 apps/ts.c \
87 apps/tsget \
88 apps/vms_decc_init.c \
89 config \
90 crypto/LPdir_vms.c \
91 crypto/Makefile \
92 crypto/aes/Makefile \
93 crypto/armcap.c \
94 crypto/asn1/Makefile \
95 crypto/bf/INSTALL \
96 crypto/bf/Makefile \
97 crypto/bf/README \
98 crypto/bf/VERSION \
99 crypto/bf/asm/readme \
100 crypto/bf/bf_cbc.c \
101 crypto/bf/bf_opts.c \
102 crypto/bf/bfs.cpp \
103 crypto/bf/bfspeed.c \
104 crypto/bf/bftest.c \
105 crypto/bio/Makefile \
106 crypto/bio/bss_rtcp.c \
107 crypto/bn/Makefile \
108 crypto/bn/asm/vms.mar \
109 crypto/bn/bn_x931p.c \
110 crypto/bn/vms-helper.c \
111 crypto/buffer/Makefile \
112 crypto/cmac/Makefile \
113 crypto/comp/Makefile \
114 crypto/conf/Makefile \
115 crypto/crypto-lib.com \
116 crypto/des/Makefile \
117 crypto/des/des-lib.com \
118 crypto/dh/Makefile \
119 crypto/dh/dh_prn.c \
120 crypto/dsa/Makefile \
121 crypto/dso/Makefile \
122 crypto/dso/dso_beos.c \
123 crypto/dso/dso_vms.c \
124 crypto/dso/dso_win32.c \
125 crypto/ec/Makefile \
126 crypto/ec/ecp_nistp224.c \
127 crypto/ec/ecp_nistp256.c \
128 crypto/ec/ecp_nistp521.c \
129 crypto/ec/ecp_nistputil.c \
130 crypto/ecdh/Makefile \
131 crypto/ecdsa/Makefile \
132 crypto/engine/Makefile \
133 crypto/engine/eng_rdrand.c \
134 crypto/engine/eng_rsax.c \
135 crypto/err/Makefile \
136 crypto/evp/Makefile \
137 crypto/evp/evp_fips.c \
138 crypto/evp/m_md2.c \
139 crypto/evp/m_sha.c \
140 crypto/fips_err.h \
141 crypto/fips_ers.c \
142 crypto/hmac/Makefile \
143 crypto/install-crypto.com \
144 crypto/jpake/Makefile \
145 crypto/krb5/Makefile \
146 crypto/lhash/Makefile \
147 crypto/md4/Makefile \
148 crypto/md5/Makefile \
149 crypto/mdc2/Makefile \
150 crypto/modes/Makefile \
151 crypto/modes/cts128.c \
152 crypto/modes/modes.h \
153 crypto/o_fips.c \
154 crypto/objects/Makefile \
155 crypto/ocsp/Makefile \
156 crypto/pem/Makefile \
157 crypto/pkcs12/Makefile \
158 crypto/pkcs7/Makefile \
159 crypto/pkcs7/bio_pk7.c \
160 crypto/ppccap.c \
161 crypto/pqueue/Makefile \
162 crypto/rand/Makefile \
163 crypto/rand/rand_vms.c \
164 crypto/rc2/Makefile \
165 crypto/rc4/Makefile \
166 crypto/ripemd/Makefile \
167 crypto/rsa/Makefile \
168 crypto/sha/Makefile \
169 crypto/sha/sha_one.c \
170 crypto/srp/Makefile \
171 crypto/srp/srptest.c \
172 crypto/stack/Makefile \
173 crypto/store/Makefile \
174 crypto/threads/pthreads-vms.com \
175 crypto/threads/win32.bat \
176 crypto/ts/Makefile \
177 crypto/ts/ts.h \
178 crypto/ts/ts_asn1.c \
179 crypto/ts/ts_conf.c \
180 crypto/ts/ts_lib.c \
181 crypto/ts/ts_req_print.c \
182 crypto/ts/ts_req_utils.c \
183 crypto/ts/ts_rsp_print.c \
184 crypto/ts/ts_rsp_sign.c \
185 crypto/ts/ts_rsp_utils.c \
186 crypto/ts/ts_rsp_verify.c \
187 crypto/ts/ts_verify_ctx.c \
188 crypto/txt_db/Makefile \
189 crypto/ui/Makefile \
190 crypto/vms_rms.h
191 crypto/x509/Makefile \
192 crypto/x509v3/Makefile \
193 include/openssl/camellia.h \
194 include/openssl/cast.h \
195 include/openssl/cms.h \
196 include/openssl/idea.h \
197 include/openssl/mdc2.h \
198 include/openssl/seed.h \
199 include/openssl/whrlpool.h \
200 install.com \
201 makevms.com \
202 openssl.doxy \
203 openssl.spec \
204 ssl/Makefile \
205 ssl/install-ssl.com \
206 ssl/ssl-lib.com \
207 ssl/ssl_task.c \
208 "
209
210 NEEDED_SOURCES="\
211 apps \
212 crypto \
213 e_os.h \
214 e_os2.h \
215 ssl \
216 include \
217 "
218
219 # Arch-specific compiler defines for crypto/ library.
220 #
221 OPENSSL_CRYPTO_DEFINES="\
222 NO_WINDOWS_BRAINDEATH \
223 "
224
225 OPENSSL_CRYPTO_DEFINES_arm="\
226 OPENSSL_BN_ASM_GF2m \
227 OPENSSL_BN_ASM_MONT \
228 GHASH_ASM \
229 AES_ASM \
230 SHA1_ASM \
231 SHA256_ASM \
232 SHA512_ASM \
233 "
234
235 OPENSSL_CRYPTO_DEFINES_mips="\
236 OPENSSL_BN_ASM_MONT \
237 AES_ASM \
238 SHA1_ASM \
239 SHA256_ASM \
240 "
241
242 OPENSSL_CRYPTO_DEFINES_x86="\
243 OPENSSL_BN_ASM_GF2m \
244 OPENSSL_BN_ASM_MONT \
245 OPENSSL_BN_ASM_PART_WORDS \
246 AES_ASM \
247 GHASH_ASM \
248 SHA1_ASM \
249 SHA256_ASM \
250 SHA512_ASM \
251 MD5_ASM \
252 DES_PTR \
253 DES_RISC1 \
254 DES_UNROLL \
255 OPENSSL_CPUID_OBJ \
256 "
257
258 OPENSSL_CRYPTO_DEFINES_x86_64="\
259 OPENSSL_BN_ASM_GF2m \
260 OPENSSL_BN_ASM_MONT \
261 AES_ASM \
262 GHASH_ASM \
263 SHA1_ASM \
264 SHA256_ASM \
265 SHA512_ASM \
266 MD5_ASM \
267 DES_PTR \
268 DES_RISC1 \
269 DES_UNROLL \
270 OPENSSL_CPUID_OBJ \
271 "
272
273 OPENSSL_CRYPTO_DEFINES_mac_ia32="\
274 OPENSSL_BN_ASM_GF2m \
275 OPENSSL_BN_ASM_MONT \
276 OPENSSL_BN_ASM_PART_WORDS \
277 AES_ASM \
278 GHASH_ASM \
279 SHA1_ASM \
280 SHA256_ASM \
281 SHA512_ASM \
282 MD5_ASM \
283 DES_PTR \
284 DES_RISC1 \
285 DES_UNROLL \
286 OPENSSL_CPUID_OBJ \
287 "
288
289 OPENSSL_CRYPTO_INCLUDES="\
290 . \
291 include \
292 crypto \
293 crypto/asn1 \
294 crypto/evp \
295 crypto/modes \
296 include \
297 include/openssl \
298 "
299
300 OPENSSL_CRYPTO_SOURCES="\
301 crypto/cryptlib.c \
302 crypto/mem.c \
303 crypto/mem_clr.c \
304 crypto/mem_dbg.c \
305 crypto/cversion.c \
306 crypto/ex_data.c \
307 crypto/cpt_err.c \
308 crypto/ebcdic.c \
309 crypto/uid.c \
310 crypto/o_time.c \
311 crypto/o_str.c \
312 crypto/o_dir.c \
313 crypto/aes/aes_cbc.c \
314 crypto/aes/aes_cfb.c \
315 crypto/aes/aes_core.c \
316 crypto/aes/aes_ctr.c \
317 crypto/aes/aes_ecb.c \
318 crypto/aes/aes_misc.c \
319 crypto/aes/aes_ofb.c \
320 crypto/aes/aes_wrap.c \
321 crypto/asn1/a_bitstr.c \
322 crypto/asn1/a_bool.c \
323 crypto/asn1/a_bytes.c \
324 crypto/asn1/a_d2i_fp.c \
325 crypto/asn1/a_digest.c \
326 crypto/asn1/a_dup.c \
327 crypto/asn1/a_enum.c \
328 crypto/asn1/a_gentm.c \
329 crypto/asn1/a_i2d_fp.c \
330 crypto/asn1/a_int.c \
331 crypto/asn1/a_mbstr.c \
332 crypto/asn1/a_object.c \
333 crypto/asn1/a_octet.c \
334 crypto/asn1/a_print.c \
335 crypto/asn1/a_set.c \
336 crypto/asn1/a_sign.c \
337 crypto/asn1/a_strex.c \
338 crypto/asn1/a_strnid.c \
339 crypto/asn1/a_time.c \
340 crypto/asn1/a_type.c \
341 crypto/asn1/a_utctm.c \
342 crypto/asn1/a_utf8.c \
343 crypto/asn1/a_verify.c \
344 crypto/asn1/ameth_lib.c \
345 crypto/asn1/asn1_err.c \
346 crypto/asn1/asn1_gen.c \
347 crypto/asn1/asn1_lib.c \
348 crypto/asn1/asn1_par.c \
349 crypto/asn1/asn_mime.c \
350 crypto/asn1/asn_moid.c \
351 crypto/asn1/asn_pack.c \
352 crypto/asn1/bio_asn1.c \
353 crypto/asn1/bio_ndef.c \
354 crypto/asn1/d2i_pr.c \
355 crypto/asn1/d2i_pu.c \
356 crypto/asn1/evp_asn1.c \
357 crypto/asn1/f_enum.c \
358 crypto/asn1/f_int.c \
359 crypto/asn1/f_string.c \
360 crypto/asn1/i2d_pr.c \
361 crypto/asn1/i2d_pu.c \
362 crypto/asn1/n_pkey.c \
363 crypto/asn1/nsseq.c \
364 crypto/asn1/p5_pbe.c \
365 crypto/asn1/p5_pbev2.c \
366 crypto/asn1/p8_pkey.c \
367 crypto/asn1/t_bitst.c \
368 crypto/asn1/t_crl.c \
369 crypto/asn1/t_pkey.c \
370 crypto/asn1/t_req.c \
371 crypto/asn1/t_spki.c \
372 crypto/asn1/t_x509.c \
373 crypto/asn1/t_x509a.c \
374 crypto/asn1/tasn_dec.c \
375 crypto/asn1/tasn_enc.c \
376 crypto/asn1/tasn_fre.c \
377 crypto/asn1/tasn_new.c \
378 crypto/asn1/tasn_prn.c \
379 crypto/asn1/tasn_typ.c \
380 crypto/asn1/tasn_utl.c \
381 crypto/asn1/x_algor.c \
382 crypto/asn1/x_attrib.c \
383 crypto/asn1/x_bignum.c \
384 crypto/asn1/x_crl.c \
385 crypto/asn1/x_exten.c \
386 crypto/asn1/x_info.c \
387 crypto/asn1/x_long.c \
388 crypto/asn1/x_name.c \
389 crypto/asn1/x_nx509.c \
390 crypto/asn1/x_pkey.c \
391 crypto/asn1/x_pubkey.c \
392 crypto/asn1/x_req.c \
393 crypto/asn1/x_sig.c \
394 crypto/asn1/x_spki.c \
395 crypto/asn1/x_val.c \
396 crypto/asn1/x_x509.c \
397 crypto/asn1/x_x509a.c \
398 crypto/bf/bf_cfb64.c \
399 crypto/bf/bf_ecb.c \
400 crypto/bf/bf_enc.c \
401 crypto/bf/bf_ofb64.c \
402 crypto/bf/bf_skey.c \
403 crypto/bio/b_dump.c \
404 crypto/bio/b_print.c \
405 crypto/bio/b_sock.c \
406 crypto/bio/bf_buff.c \
407 crypto/bio/bf_nbio.c \
408 crypto/bio/bf_null.c \
409 crypto/bio/bio_cb.c \
410 crypto/bio/bio_err.c \
411 crypto/bio/bio_lib.c \
412 crypto/bio/bss_acpt.c \
413 crypto/bio/bss_bio.c \
414 crypto/bio/bss_conn.c \
415 crypto/bio/bss_dgram.c \
416 crypto/bio/bss_fd.c \
417 crypto/bio/bss_file.c \
418 crypto/bio/bss_log.c \
419 crypto/bio/bss_mem.c \
420 crypto/bio/bss_null.c \
421 crypto/bio/bss_sock.c \
422 crypto/bn/bn_add.c \
423 crypto/bn/bn_asm.c \
424 crypto/bn/bn_blind.c \
425 crypto/bn/bn_const.c \
426 crypto/bn/bn_ctx.c \
427 crypto/bn/bn_div.c \
428 crypto/bn/bn_err.c \
429 crypto/bn/bn_exp.c \
430 crypto/bn/bn_exp2.c \
431 crypto/bn/bn_gcd.c \
432 crypto/bn/bn_gf2m.c \
433 crypto/bn/bn_kron.c \
434 crypto/bn/bn_lib.c \
435 crypto/bn/bn_mod.c \
436 crypto/bn/bn_mont.c \
437 crypto/bn/bn_mpi.c \
438 crypto/bn/bn_mul.c \
439 crypto/bn/bn_nist.c \
440 crypto/bn/bn_prime.c \
441 crypto/bn/bn_print.c \
442 crypto/bn/bn_rand.c \
443 crypto/bn/bn_recp.c \
444 crypto/bn/bn_shift.c \
445 crypto/bn/bn_sqr.c \
446 crypto/bn/bn_sqrt.c \
447 crypto/bn/bn_word.c \
448 crypto/buffer/buf_err.c \
449 crypto/buffer/buf_str.c \
450 crypto/buffer/buffer.c \
451 crypto/chacha/chacha_enc.c \
452 crypto/cmac/cm_ameth.c \
453 crypto/cmac/cm_pmeth.c \
454 crypto/cmac/cmac.c \
455 crypto/comp/c_rle.c \
456 crypto/comp/c_zlib.c \
457 crypto/comp/comp_err.c \
458 crypto/comp/comp_lib.c \
459 crypto/conf/conf_api.c \
460 crypto/conf/conf_def.c \
461 crypto/conf/conf_err.c \
462 crypto/conf/conf_lib.c \
463 crypto/conf/conf_mall.c \
464 crypto/conf/conf_mod.c \
465 crypto/conf/conf_sap.c \
466 crypto/des/cbc_cksm.c \
467 crypto/des/cbc_enc.c \
468 crypto/des/cfb64ede.c \
469 crypto/des/cfb64enc.c \
470 crypto/des/cfb_enc.c \
471 crypto/des/des_enc.c \
472 crypto/des/des_old.c \
473 crypto/des/des_old2.c \
474 crypto/des/ecb3_enc.c \
475 crypto/des/ecb_enc.c \
476 crypto/des/ede_cbcm_enc.c \
477 crypto/des/enc_read.c \
478 crypto/des/enc_writ.c \
479 crypto/des/fcrypt.c \
480 crypto/des/fcrypt_b.c \
481 crypto/des/ofb64ede.c \
482 crypto/des/ofb64enc.c \
483 crypto/des/ofb_enc.c \
484 crypto/des/pcbc_enc.c \
485 crypto/des/qud_cksm.c \
486 crypto/des/rand_key.c \
487 crypto/des/read2pwd.c \
488 crypto/des/rpc_enc.c \
489 crypto/des/set_key.c \
490 crypto/des/str2key.c \
491 crypto/des/xcbc_enc.c \
492 crypto/dh/dh_ameth.c \
493 crypto/dh/dh_asn1.c \
494 crypto/dh/dh_check.c \
495 crypto/dh/dh_depr.c \
496 crypto/dh/dh_err.c \
497 crypto/dh/dh_gen.c \
498 crypto/dh/dh_key.c \
499 crypto/dh/dh_lib.c \
500 crypto/dh/dh_pmeth.c \
501 crypto/dsa/dsa_ameth.c \
502 crypto/dsa/dsa_asn1.c \
503 crypto/dsa/dsa_depr.c \
504 crypto/dsa/dsa_err.c \
505 crypto/dsa/dsa_gen.c \
506 crypto/dsa/dsa_key.c \
507 crypto/dsa/dsa_lib.c \
508 crypto/dsa/dsa_ossl.c \
509 crypto/dsa/dsa_pmeth.c \
510 crypto/dsa/dsa_prn.c \
511 crypto/dsa/dsa_sign.c \
512 crypto/dsa/dsa_vrf.c \
513 crypto/dso/dso_dl.c \
514 crypto/dso/dso_dlfcn.c \
515 crypto/dso/dso_err.c \
516 crypto/dso/dso_lib.c \
517 crypto/dso/dso_null.c \
518 crypto/dso/dso_openssl.c \
519 crypto/ec/ec2_mult.c \
520 crypto/ec/ec2_oct.c \
521 crypto/ec/ec2_smpl.c \
522 crypto/ec/ec_ameth.c \
523 crypto/ec/ec_asn1.c \
524 crypto/ec/ec_check.c \
525 crypto/ec/ec_curve.c \
526 crypto/ec/ec_cvt.c \
527 crypto/ec/ec_err.c \
528 crypto/ec/ec_key.c \
529 crypto/ec/ec_lib.c \
530 crypto/ec/ec_mult.c \
531 crypto/ec/ec_oct.c \
532 crypto/ec/ec_pmeth.c \
533 crypto/ec/ec_print.c \
534 crypto/ec/eck_prn.c \
535 crypto/ec/ecp_mont.c \
536 crypto/ec/ecp_nist.c \
537 crypto/ec/ecp_oct.c \
538 crypto/ec/ecp_smpl.c \
539 crypto/ecdh/ech_err.c \
540 crypto/ecdh/ech_key.c \
541 crypto/ecdh/ech_lib.c \
542 crypto/ecdh/ech_ossl.c \
543 crypto/ecdsa/ecs_asn1.c \
544 crypto/ecdsa/ecs_err.c \
545 crypto/ecdsa/ecs_lib.c \
546 crypto/ecdsa/ecs_ossl.c \
547 crypto/ecdsa/ecs_sign.c \
548 crypto/ecdsa/ecs_vrf.c \
549 crypto/engine/eng_all.c \
550 crypto/engine/eng_cnf.c \
551 crypto/engine/eng_ctrl.c \
552 crypto/engine/eng_dyn.c \
553 crypto/engine/eng_err.c \
554 crypto/engine/eng_fat.c \
555 crypto/engine/eng_init.c \
556 crypto/engine/eng_lib.c \
557 crypto/engine/eng_list.c \
558 crypto/engine/eng_pkey.c \
559 crypto/engine/eng_table.c \
560 crypto/engine/tb_asnmth.c \
561 crypto/engine/tb_cipher.c \
562 crypto/engine/tb_dh.c \
563 crypto/engine/tb_digest.c \
564 crypto/engine/tb_dsa.c \
565 crypto/engine/tb_ecdh.c \
566 crypto/engine/tb_ecdsa.c \
567 crypto/engine/tb_pkmeth.c \
568 crypto/engine/tb_rand.c \
569 crypto/engine/tb_rsa.c \
570 crypto/engine/tb_store.c \
571 crypto/err/err.c \
572 crypto/err/err_all.c \
573 crypto/err/err_prn.c \
574 crypto/evp/bio_b64.c \
575 crypto/evp/bio_enc.c \
576 crypto/evp/bio_md.c \
577 crypto/evp/bio_ok.c \
578 crypto/evp/c_all.c \
579 crypto/evp/c_allc.c \
580 crypto/evp/c_alld.c \
581 crypto/evp/digest.c \
582 crypto/evp/e_aes.c \
583 crypto/evp/e_aes_cbc_hmac_sha1.c \
584 crypto/evp/e_bf.c \
585 crypto/evp/e_chacha20poly1305.c \
586 crypto/evp/e_des.c \
587 crypto/evp/e_des3.c \
588 crypto/evp/e_null.c \
589 crypto/evp/e_old.c \
590 crypto/evp/e_rc2.c \
591 crypto/evp/e_rc4.c \
592 crypto/evp/e_rc4_hmac_md5.c \
593 crypto/evp/e_rc5.c \
594 crypto/evp/e_xcbc_d.c \
595 crypto/evp/encode.c \
596 crypto/evp/evp_acnf.c \
597 crypto/evp/evp_aead.c \
598 crypto/evp/evp_cnf.c \
599 crypto/evp/evp_enc.c \
600 crypto/evp/evp_err.c \
601 crypto/evp/evp_key.c \
602 crypto/evp/evp_lib.c \
603 crypto/evp/evp_pbe.c \
604 crypto/evp/evp_pkey.c \
605 crypto/evp/m_dss.c \
606 crypto/evp/m_dss1.c \
607 crypto/evp/m_ecdsa.c \
608 crypto/evp/m_md4.c \
609 crypto/evp/m_md5.c \
610 crypto/evp/m_mdc2.c \
611 crypto/evp/m_null.c \
612 crypto/evp/m_ripemd.c \
613 crypto/evp/m_sha1.c \
614 crypto/evp/m_sigver.c \
615 crypto/evp/m_wp.c \
616 crypto/evp/names.c \
617 crypto/evp/p5_crpt.c \
618 crypto/evp/p5_crpt2.c \
619 crypto/evp/p_dec.c \
620 crypto/evp/p_enc.c \
621 crypto/evp/p_lib.c \
622 crypto/evp/p_open.c \
623 crypto/evp/p_seal.c \
624 crypto/evp/p_sign.c \
625 crypto/evp/p_verify.c \
626 crypto/evp/pmeth_fn.c \
627 crypto/evp/pmeth_gn.c \
628 crypto/evp/pmeth_lib.c \
629 crypto/hmac/hm_ameth.c \
630 crypto/hmac/hm_pmeth.c \
631 crypto/hmac/hmac.c \
632 crypto/krb5/krb5_asn.c \
633 crypto/lhash/lh_stats.c \
634 crypto/lhash/lhash.c \
635 crypto/md4/md4_dgst.c \
636 crypto/md4/md4_one.c \
637 crypto/md5/md5_dgst.c \
638 crypto/md5/md5_one.c \
639 crypto/modes/cbc128.c \
640 crypto/modes/ccm128.c \
641 crypto/modes/cfb128.c \
642 crypto/modes/ctr128.c \
643 crypto/modes/gcm128.c \
644 crypto/modes/ofb128.c \
645 crypto/modes/xts128.c \
646 crypto/o_init.c \
647 crypto/objects/o_names.c \
648 crypto/objects/obj_dat.c \
649 crypto/objects/obj_err.c \
650 crypto/objects/obj_lib.c \
651 crypto/objects/obj_xref.c \
652 crypto/ocsp/ocsp_asn.c \
653 crypto/ocsp/ocsp_cl.c \
654 crypto/ocsp/ocsp_err.c \
655 crypto/ocsp/ocsp_ext.c \
656 crypto/ocsp/ocsp_ht.c \
657 crypto/ocsp/ocsp_lib.c \
658 crypto/ocsp/ocsp_prn.c \
659 crypto/ocsp/ocsp_srv.c \
660 crypto/ocsp/ocsp_vfy.c \
661 crypto/pem/pem_all.c \
662 crypto/pem/pem_err.c \
663 crypto/pem/pem_info.c \
664 crypto/pem/pem_lib.c \
665 crypto/pem/pem_oth.c \
666 crypto/pem/pem_pk8.c \
667 crypto/pem/pem_pkey.c \
668 crypto/pem/pem_seal.c \
669 crypto/pem/pem_sign.c \
670 crypto/pem/pem_x509.c \
671 crypto/pem/pem_xaux.c \
672 crypto/pem/pvkfmt.c \
673 crypto/pkcs12/p12_add.c \
674 crypto/pkcs12/p12_asn.c \
675 crypto/pkcs12/p12_attr.c \
676 crypto/pkcs12/p12_crpt.c \
677 crypto/pkcs12/p12_crt.c \
678 crypto/pkcs12/p12_decr.c \
679 crypto/pkcs12/p12_init.c \
680 crypto/pkcs12/p12_key.c \
681 crypto/pkcs12/p12_kiss.c \
682 crypto/pkcs12/p12_mutl.c \
683 crypto/pkcs12/p12_npas.c \
684 crypto/pkcs12/p12_p8d.c \
685 crypto/pkcs12/p12_p8e.c \
686 crypto/pkcs12/p12_utl.c \
687 crypto/pkcs12/pk12err.c \
688 crypto/pkcs7/pk7_asn1.c \
689 crypto/pkcs7/pk7_attr.c \
690 crypto/pkcs7/pk7_doit.c \
691 crypto/pkcs7/pk7_lib.c \
692 crypto/pkcs7/pk7_mime.c \
693 crypto/pkcs7/pk7_smime.c \
694 crypto/pkcs7/pkcs7err.c \
695 crypto/pqueue/pqueue.c \
696 crypto/poly1305/poly1305.c \
697 crypto/rand/md_rand.c \
698 crypto/rand/rand_egd.c \
699 crypto/rand/rand_err.c \
700 crypto/rand/rand_lib.c \
701 crypto/rand/rand_unix.c \
702 crypto/rand/rand_win.c \
703 crypto/rand/randfile.c \
704 crypto/rc2/rc2_cbc.c \
705 crypto/rc2/rc2_ecb.c \
706 crypto/rc2/rc2_skey.c \
707 crypto/rc2/rc2cfb64.c \
708 crypto/rc2/rc2ofb64.c \
709 crypto/rc4/rc4_enc.c \
710 crypto/rc4/rc4_skey.c \
711 crypto/rc4/rc4_utl.c \
712 crypto/ripemd/rmd_dgst.c \
713 crypto/ripemd/rmd_one.c \
714 crypto/rsa/rsa_ameth.c \
715 crypto/rsa/rsa_asn1.c \
716 crypto/rsa/rsa_chk.c \
717 crypto/rsa/rsa_crpt.c \
718 crypto/rsa/rsa_eay.c \
719 crypto/rsa/rsa_err.c \
720 crypto/rsa/rsa_gen.c \
721 crypto/rsa/rsa_lib.c \
722 crypto/rsa/rsa_none.c \
723 crypto/rsa/rsa_null.c \
724 crypto/rsa/rsa_oaep.c \
725 crypto/rsa/rsa_pk1.c \
726 crypto/rsa/rsa_pmeth.c \
727 crypto/rsa/rsa_prn.c \
728 crypto/rsa/rsa_pss.c \
729 crypto/rsa/rsa_saos.c \
730 crypto/rsa/rsa_sign.c \
731 crypto/rsa/rsa_ssl.c \
732 crypto/rsa/rsa_x931.c \
733 crypto/sha/sha1_one.c \
734 crypto/sha/sha1dgst.c \
735 crypto/sha/sha256.c \
736 crypto/sha/sha512.c \
737 crypto/sha/sha_dgst.c \
738 crypto/srp/srp_lib.c \
739 crypto/srp/srp_vfy.c \
740 crypto/stack/stack.c \
741 crypto/ts/ts_err.c \
742 crypto/txt_db/txt_db.c \
743 crypto/ui/ui_compat.c \
744 crypto/ui/ui_err.c \
745 crypto/ui/ui_lib.c \
746 crypto/ui/ui_openssl.c \
747 crypto/ui/ui_util.c \
748 crypto/x509/by_dir.c \
749 crypto/x509/by_file.c \
750 crypto/x509/x509_att.c \
751 crypto/x509/x509_cmp.c \
752 crypto/x509/x509_d2.c \
753 crypto/x509/x509_def.c \
754 crypto/x509/x509_err.c \
755 crypto/x509/x509_ext.c \
756 crypto/x509/x509_lu.c \
757 crypto/x509/x509_obj.c \
758 crypto/x509/x509_r2x.c \
759 crypto/x509/x509_req.c \
760 crypto/x509/x509_set.c \
761 crypto/x509/x509_trs.c \
762 crypto/x509/x509_txt.c \
763 crypto/x509/x509_v3.c \
764 crypto/x509/x509_vfy.c \
765 crypto/x509/x509_vpm.c \
766 crypto/x509/x509cset.c \
767 crypto/x509/x509name.c \
768 crypto/x509/x509rset.c \
769 crypto/x509/x509spki.c \
770 crypto/x509/x509type.c \
771 crypto/x509/x_all.c \
772 crypto/x509v3/pcy_cache.c \
773 crypto/x509v3/pcy_data.c \
774 crypto/x509v3/pcy_lib.c \
775 crypto/x509v3/pcy_map.c \
776 crypto/x509v3/pcy_node.c \
777 crypto/x509v3/pcy_tree.c \
778 crypto/x509v3/v3_akey.c \
779 crypto/x509v3/v3_akeya.c \
780 crypto/x509v3/v3_alt.c \
781 crypto/x509v3/v3_bcons.c \
782 crypto/x509v3/v3_bitst.c \
783 crypto/x509v3/v3_conf.c \
784 crypto/x509v3/v3_cpols.c \
785 crypto/x509v3/v3_crld.c \
786 crypto/x509v3/v3_enum.c \
787 crypto/x509v3/v3_extku.c \
788 crypto/x509v3/v3_genn.c \
789 crypto/x509v3/v3_ia5.c \
790 crypto/x509v3/v3_info.c \
791 crypto/x509v3/v3_int.c \
792 crypto/x509v3/v3_lib.c \
793 crypto/x509v3/v3_ncons.c \
794 crypto/x509v3/v3_ocsp.c \
795 crypto/x509v3/v3_pci.c \
796 crypto/x509v3/v3_pcia.c \
797 crypto/x509v3/v3_pcons.c \
798 crypto/x509v3/v3_pku.c \
799 crypto/x509v3/v3_pmaps.c \
800 crypto/x509v3/v3_prn.c \
801 crypto/x509v3/v3_purp.c \
802 crypto/x509v3/v3_skey.c \
803 crypto/x509v3/v3_sxnet.c \
804 crypto/x509v3/v3_utl.c \
805 crypto/x509v3/v3err.c \
806 "
807
808 OPENSSL_CRYPTO_SOURCES_arm="\
809 crypto/aes/asm/aes-armv4.S \
810 crypto/bn/asm/armv4-gf2m.S \
811 crypto/bn/asm/armv4-mont.S \
812 crypto/chacha/chacha_vec_arm.S \
813 crypto/modes/asm/ghash-armv4.S \
814 crypto/poly1305/poly1305_arm.c \
815 crypto/poly1305/poly1305_arm_asm.S \
816 crypto/sha/asm/sha1-armv4-large.S \
817 crypto/sha/asm/sha256-armv4.S \
818 crypto/sha/asm/sha512-armv4.S \
819 "
820
821 OPENSSL_CRYPTO_SOURCES_EXCLUDES_arm="\
822 crypto/aes/aes_core.c \
823 "
824
825 OPENSSL_CRYPTO_SOURCES_mips="\
826 crypto/aes/asm/aes-mips.S \
827 crypto/bn/asm/bn-mips.S \
828 crypto/bn/asm/mips-mont.S \
829 crypto/sha/asm/sha1-mips.S \
830 crypto/sha/asm/sha256-mips.S \
831 "
832
833 OPENSSL_CRYPTO_SOURCES_EXCLUDES_mips="\
834 crypto/aes/aes_core.c \
835 crypto/bn/bn_asm.c \
836 "
837
838 OPENSSL_CRYPTO_SOURCES_x86="\
839 crypto/aes/asm/aes-586.S \
840 crypto/aes/asm/aesni-x86.S \
841 crypto/aes/asm/vpaes-x86.S \
842 crypto/bf/asm/bf-586.S \
843 crypto/bn/asm/bn-586.S \
844 crypto/bn/asm/co-586.S \
845 crypto/bn/asm/x86-gf2m.S \
846 crypto/bn/asm/x86-mont.S \
847 crypto/des/asm/crypt586.S \
848 crypto/des/asm/des-586.S \
849 crypto/md5/asm/md5-586.S \
850 crypto/modes/asm/ghash-x86.S \
851 crypto/sha/asm/sha1-586.S \
852 crypto/sha/asm/sha256-586.S \
853 crypto/sha/asm/sha512-586.S \
854 crypto/x86cpuid.S \
855 "
856
857 OPENSSL_CRYPTO_SOURCES_EXCLUDES_x86="\
858 crypto/aes/aes_core.c \
859 crypto/aes/aes_cbc.c \
860 crypto/bf/bf_enc.c \
861 crypto/bn/bn_asm.c \
862 crypto/des/des_enc.c \
863 crypto/des/fcrypt_b.c \
864 crypto/mem_clr.c \
865 "
866
867 OPENSSL_CRYPTO_SOURCES_mac_ia32="\
868 crypto/aes/asm/aes-586-mac.S \
869 crypto/aes/asm/aesni-x86-mac.S \
870 crypto/aes/asm/vpaes-x86-mac.S \
871 crypto/bf/asm/bf-586-mac.S \
872 crypto/bn/asm/bn-586-mac.S \
873 crypto/bn/asm/co-586-mac.S \
874 crypto/bn/asm/x86-gf2m-mac.S \
875 crypto/bn/asm/x86-mont-mac.S \
876 crypto/des/asm/crypt586-mac.S \
877 crypto/des/asm/des-586-mac.S \
878 crypto/md5/asm/md5-586-mac.S \
879 crypto/modes/asm/ghash-x86-mac.S \
880 crypto/sha/asm/sha1-586-mac.S \
881 crypto/sha/asm/sha256-586-mac.S \
882 crypto/sha/asm/sha512-586-mac.S \
883 crypto/x86cpuid-mac.S \
884 "
885
886 OPENSSL_CRYPTO_SOURCES_EXCLUDES_mac_ia32="\
887 crypto/aes/aes_core.c \
888 crypto/aes/aes_cbc.c \
889 crypto/bf/bf_enc.c \
890 crypto/bn/bn_asm.c \
891 crypto/des/des_enc.c \
892 crypto/des/fcrypt_b.c \
893 crypto/mem_clr.c \
894 "
895
896 OPENSSL_CRYPTO_SOURCES_x86_64="\
897 crypto/aes/asm/aes-x86_64.S \
898 crypto/aes/asm/aesni-x86_64.S \
899 crypto/aes/asm/aesni-sha1-x86_64.S \
900 crypto/aes/asm/bsaes-x86_64.S \
901 crypto/aes/asm/vpaes-x86_64.S \
902 crypto/bn/asm/modexp512-x86_64.S \
903 crypto/bn/asm/x86_64-gcc.c \
904 crypto/bn/asm/x86_64-gf2m.S \
905 crypto/bn/asm/x86_64-mont.S \
906 crypto/bn/asm/x86_64-mont5.S \
907 crypto/chacha/chacha_vec.c \
908 crypto/md5/asm/md5-x86_64.S \
909 crypto/modes/asm/ghash-x86_64.S \
910 crypto/rc4/asm/rc4-md5-x86_64.S \
911 crypto/rc4/asm/rc4-x86_64.S \
912 crypto/sha/asm/sha1-x86_64.S \
913 crypto/sha/asm/sha256-x86_64.S \
914 crypto/sha/asm/sha512-x86_64.S \
915 crypto/poly1305/poly1305_vec.c \
916 crypto/x86_64cpuid.S \
917 "
918
919 OPENSSL_CRYPTO_SOURCES_EXCLUDES_x86_64="\
920 crypto/aes/aes_cbc.c \
921 crypto/aes/aes_core.c \
922 crypto/bn/bn_asm.c \
923 crypto/chacha/chacha_enc.c \
924 crypto/mem_clr.c \
925 crypto/poly1305/poly1305.c \
926 crypto/rc4/rc4_enc.c \
927 crypto/rc4/rc4_skey.c \
928 "
929
930 OPENSSL_SSL_INCLUDES="\
931 . \
932 include \
933 crypto \
934 "
935
936 OPENSSL_SSL_SOURCES="\
937 ssl/bio_ssl.c \
938 ssl/d1_both.c \
939 ssl/d1_clnt.c \
940 ssl/d1_enc.c \
941 ssl/d1_lib.c \
942 ssl/d1_pkt.c \
943 ssl/d1_srtp.c \
944 ssl/d1_srvr.c \
945 ssl/kssl.c \
946 ssl/s23_clnt.c \
947 ssl/s23_lib.c \
948 ssl/s23_meth.c \
949 ssl/s23_pkt.c \
950 ssl/s23_srvr.c \
951 ssl/s2_clnt.c \
952 ssl/s2_enc.c \
953 ssl/s2_lib.c \
954 ssl/s2_meth.c \
955 ssl/s2_pkt.c \
956 ssl/s2_srvr.c \
957 ssl/s3_both.c \
958 ssl/s3_cbc.c \
959 ssl/s3_clnt.c \
960 ssl/s3_enc.c \
961 ssl/s3_lib.c \
962 ssl/s3_meth.c \
963 ssl/s3_pkt.c \
964 ssl/s3_srvr.c \
965 ssl/ssl_algs.c \
966 ssl/ssl_asn1.c \
967 ssl/ssl_cert.c \
968 ssl/ssl_ciph.c \
969 ssl/ssl_err.c \
970 ssl/ssl_err2.c \
971 ssl/ssl_lib.c \
972 ssl/ssl_rsa.c \
973 ssl/ssl_sess.c \
974 ssl/ssl_stat.c \
975 ssl/ssl_txt.c \
976 ssl/t1_clnt.c \
977 ssl/t1_enc.c \
978 ssl/t1_lib.c \
979 ssl/t1_meth.c \
980 ssl/t1_reneg.c \
981 ssl/t1_srvr.c \
982 ssl/tls_srp.c \
983 "
984
985 OPENSSL_APPS_DEFINES="\
986 MONOLITH \
987 "
988
989 OPENSSL_APPS_INCLUDES="\
990 . \
991 include \
992 "
993
994 OPENSSL_APPS_SOURCES="\
995 apps/app_rand.c \
996 apps/apps.c \
997 apps/asn1pars.c \
998 apps/ca.c \
999 apps/ciphers.c \
1000 apps/crl.c \
1001 apps/crl2p7.c \
1002 apps/dgst.c \
1003 apps/dh.c \
1004 apps/dhparam.c \
1005 apps/dsa.c \
1006 apps/dsaparam.c \
1007 apps/ecparam.c \
1008 apps/ec.c \
1009 apps/enc.c \
1010 apps/engine.c \
1011 apps/errstr.c \
1012 apps/gendh.c \
1013 apps/gendsa.c \
1014 apps/genpkey.c \
1015 apps/genrsa.c \
1016 apps/nseq.c \
1017 apps/ocsp.c \
1018 apps/openssl.c \
1019 apps/passwd.c \
1020 apps/pkcs12.c \
1021 apps/pkcs7.c \
1022 apps/pkcs8.c \
1023 apps/pkey.c \
1024 apps/pkeyparam.c \
1025 apps/pkeyutl.c \
1026 apps/prime.c \
1027 apps/rand.c \
1028 apps/req.c \
1029 apps/rsa.c \
1030 apps/rsautl.c \
1031 apps/s_cb.c \
1032 apps/s_client.c \
1033 apps/s_server.c \
1034 apps/s_socket.c \
1035 apps/s_time.c \
1036 apps/sess_id.c \
1037 apps/smime.c \
1038 apps/speed.c \
1039 apps/spkac.c \
1040 apps/srp.c \
1041 apps/verify.c \
1042 apps/version.c \
1043 apps/x509.c \
1044 "
1045
1046 OPENSSL_PATCHES="\
1047 progs.patch \
1048 handshake_cutthrough.patch \
1049 jsse.patch \
1050 channelid.patch \
1051 channelidchromium.patch \
1052 eng_dyn_dirs.patch \
1053 fix_clang_build.patch \
1054 x509_hash_name_algorithm_change.patch \
1055 reduce_client_hello_size.patch \
1056 fix_lhash_iteration.patch \
1057 tls1_change_cipher_state_rewrite.patch \
1058 aead_support.patch \
1059 aead_ssl_support.patch \
1060 use_aead_for_aes_gcm.patch \
1061 chacha20poly1305.patch \
1062 neon_runtime.patch \
1063 paddingext.patch \
1064 mac_ia32_assembly.patch \
1065 "
1066
1067 OPENSSL_PATCHES_progs_SOURCES="\
1068 apps/openssl.c \
1069 apps/progs.h \
1070 apps/speed.c \
1071 crypto/ui/ui_openssl.c \
1072 "
1073
1074 OPENSSL_PATCHES_handshake_cutthrough_SOURCES="\
1075 apps/s_client.c \
1076 ssl/s3_clnt.c \
1077 ssl/s3_lib.c \
1078 ssl/ssl.h \
1079 ssl/ssl3.h \
1080 ssl/ssl_lib.c \
1081 ssl/ssltest.c \
1082 test/testssl \
1083 "
1084
1085 OPENSSL_PATCHES_jsse_SOURCES="\
1086 ssl/ssl.h \
1087 ssl/d1_clnt.c \
1088 ssl/s23_clnt.c \
1089 ssl/s3_both.c \
1090 ssl/s3_clnt.c \
1091 ssl/s3_srvr.c \
1092 ssl/ssl_ciph.c \
1093 ssl/ssl_err.c \
1094 ssl/ssl_lib.c \
1095 ssl/ssl_locl.h
1096 ssl/ssl_rsa.c \
1097 ssl/ssl_sess.c \
1098 "
1099
1100 OPENSSL_PATCHES_channelid_SOURCES="\
1101 crypto/evp/evp.h \
1102 crypto/evp/p_lib.c \
1103 ssl/s3_both.c \
1104 ssl/s3_clnt.c \
1105 ssl/s3_lib.c \
1106 ssl/s3_srvr.c \
1107 ssl/ssl.h \
1108 ssl/ssl3.h \
1109 ssl/ssl_err.c \
1110 ssl/ssl_lib.c \
1111 ssl/ssl_locl.h \
1112 ssl/t1_lib.c \
1113 ssl/tls1.h \
1114 "
1115
1116 OPENSSL_PATCHES_fix_clang_build_SOURCES="\
1117 crypto/bio/b_sock.c \
1118 crypto/x509v3/v3_utl.c \
1119 "
1120
1121 OPENSSL_PATCHES_x509_hash_name_algorithm_change_SOURCES="\
1122 crypto/x509/by_dir.c \
1123 "
1124
1125 OPENSSL_PATCHES_reduce_client_hello_size_SOURCES="\
1126 ssl/t1_lib.c \
1127 "
1128
1129 OPENSSL_PATCHES_fix_lhash_iteration_SOURCES="\
1130 crypto/conf/conf_api.c
1131 crypto/lhash/lhash.c
1132 crypto/lhash/lhash.h
1133 crypto/objects/o_names.c
1134 crypto/objects/obj_dat.c
1135 include/openssl/lhash.h
1136 ssl/ssl_sess.c
1137 "
1138
1139 OPENSSL_PATCHES_mac_ia32_assembly_SOURCES="\
1140 crypto/aes/asm/aes-586-mac.S \
1141 crypto/aes/asm/aesni-x86-mac.S \
1142 crypto/aes/asm/vpaes-x86-mac.S \
1143 crypto/bf/asm/bf-586-mac.S \
1144 crypto/bn/asm/bn-586-mac.S \
1145 crypto/bn/asm/co-586-mac.S \
1146 crypto/bn/asm/x86-gf2m-mac.S \
1147 crypto/bn/asm/x86-mont-mac.S \
1148 crypto/des/asm/crypt586-mac.S \
1149 crypto/des/asm/des-586-mac.S \
1150 crypto/md5/asm/md5-586-mac.S \
1151 crypto/modes/asm/ghash-x86-mac.S \
1152 crypto/sha/asm/sha1-586-mac.S \
1153 crypto/sha/asm/sha256-586-mac.S \
1154 crypto/sha/asm/sha512-586-mac.S \
1155 crypto/x86cpuid-mac.S \
1156 "
OLDNEW
« no previous file with comments | « openssl/import_openssl.sh ('k') | openssl/openssl.version » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698