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