| // This file defines BoringSSL's build, expressed in terms of the input source |
| // files that BoringSSL developers edit. It is a JSON file with line comments, |
| // with line comments removed before parsing. It drives ./util/pregenerate which |
| // converts some of those inputs (e.g. perlasm files) into pre-generated |
| // outputs. This produces a more simplified build, which is then converted into |
| // build files of various syntaxes. |
| // |
| // When modifying this file, run `go run ./util/pregenerate`. See gen/README.md |
| // for more details, and util/pregenerate/build.go for the schema. |
| // |
| // TODO(crbug.com/boringssl/542): Moving build inputs to this file is still work |
| // in progress, so this file is currently incomplete. |
| { |
| "bcm": { |
| "srcs": [ |
| "crypto/fipsmodule/bcm.cc" |
| ], |
| "internal_hdrs": [ |
| "crypto/fipsmodule/aes/aes.cc.inc", |
| "crypto/fipsmodule/aes/aes_nohw.cc.inc", |
| "crypto/fipsmodule/aes/key_wrap.cc.inc", |
| "crypto/fipsmodule/aes/mode_wrappers.cc.inc", |
| "crypto/fipsmodule/bn/add.cc.inc", |
| "crypto/fipsmodule/bn/asm/x86_64-gcc.cc.inc", |
| "crypto/fipsmodule/bn/bn.cc.inc", |
| "crypto/fipsmodule/bn/bytes.cc.inc", |
| "crypto/fipsmodule/bn/cmp.cc.inc", |
| "crypto/fipsmodule/bn/ctx.cc.inc", |
| "crypto/fipsmodule/bn/div.cc.inc", |
| "crypto/fipsmodule/bn/div_extra.cc.inc", |
| "crypto/fipsmodule/bn/exponentiation.cc.inc", |
| "crypto/fipsmodule/bn/gcd.cc.inc", |
| "crypto/fipsmodule/bn/gcd_extra.cc.inc", |
| "crypto/fipsmodule/bn/generic.cc.inc", |
| "crypto/fipsmodule/bn/jacobi.cc.inc", |
| "crypto/fipsmodule/bn/montgomery.cc.inc", |
| "crypto/fipsmodule/bn/montgomery_inv.cc.inc", |
| "crypto/fipsmodule/bn/mul.cc.inc", |
| "crypto/fipsmodule/bn/prime.cc.inc", |
| "crypto/fipsmodule/bn/random.cc.inc", |
| "crypto/fipsmodule/bn/rsaz_exp.cc.inc", |
| "crypto/fipsmodule/bn/shift.cc.inc", |
| "crypto/fipsmodule/bn/sqrt.cc.inc", |
| "crypto/fipsmodule/cipher/aead.cc.inc", |
| "crypto/fipsmodule/cipher/cipher.cc.inc", |
| "crypto/fipsmodule/cipher/e_aes.cc.inc", |
| "crypto/fipsmodule/cipher/e_aesccm.cc.inc", |
| "crypto/fipsmodule/cmac/cmac.cc.inc", |
| "crypto/fipsmodule/dh/check.cc.inc", |
| "crypto/fipsmodule/dh/dh.cc.inc", |
| "crypto/fipsmodule/digest/digest.cc.inc", |
| "crypto/fipsmodule/digest/digests.cc.inc", |
| "crypto/fipsmodule/digestsign/digestsign.cc.inc", |
| "crypto/fipsmodule/ec/ec.cc.inc", |
| "crypto/fipsmodule/ec/ec_key.cc.inc", |
| "crypto/fipsmodule/ec/ec_montgomery.cc.inc", |
| "crypto/fipsmodule/ec/felem.cc.inc", |
| "crypto/fipsmodule/ec/oct.cc.inc", |
| "crypto/fipsmodule/ec/p224-64.cc.inc", |
| "crypto/fipsmodule/ec/p256-nistz.cc.inc", |
| "crypto/fipsmodule/ec/p256.cc.inc", |
| "crypto/fipsmodule/ec/scalar.cc.inc", |
| "crypto/fipsmodule/ec/simple.cc.inc", |
| "crypto/fipsmodule/ec/simple_mul.cc.inc", |
| "crypto/fipsmodule/ec/util.cc.inc", |
| "crypto/fipsmodule/ec/wnaf.cc.inc", |
| "crypto/fipsmodule/ecdh/ecdh.cc.inc", |
| "crypto/fipsmodule/ecdsa/ecdsa.cc.inc", |
| "crypto/fipsmodule/hkdf/hkdf.cc.inc", |
| "crypto/fipsmodule/hmac/hmac.cc.inc", |
| "crypto/fipsmodule/keccak/keccak.cc.inc", |
| "crypto/fipsmodule/mldsa/mldsa.cc.inc", |
| "crypto/fipsmodule/modes/cbc.cc.inc", |
| "crypto/fipsmodule/modes/cfb.cc.inc", |
| "crypto/fipsmodule/modes/ctr.cc.inc", |
| "crypto/fipsmodule/modes/gcm.cc.inc", |
| "crypto/fipsmodule/modes/gcm_nohw.cc.inc", |
| "crypto/fipsmodule/modes/ofb.cc.inc", |
| "crypto/fipsmodule/modes/polyval.cc.inc", |
| "crypto/fipsmodule/rand/ctrdrbg.cc.inc", |
| "crypto/fipsmodule/rand/rand.cc.inc", |
| "crypto/fipsmodule/rsa/blinding.cc.inc", |
| "crypto/fipsmodule/rsa/padding.cc.inc", |
| "crypto/fipsmodule/rsa/rsa.cc.inc", |
| "crypto/fipsmodule/rsa/rsa_impl.cc.inc", |
| "crypto/fipsmodule/self_check/fips.cc.inc", |
| "crypto/fipsmodule/self_check/self_check.cc.inc", |
| "crypto/fipsmodule/service_indicator/service_indicator.cc.inc", |
| "crypto/fipsmodule/sha/sha1.cc.inc", |
| "crypto/fipsmodule/sha/sha256.cc.inc", |
| "crypto/fipsmodule/sha/sha512.cc.inc", |
| "crypto/fipsmodule/tls/kdf.cc.inc" |
| ], |
| "asm": [ |
| "third_party/fiat/asm/fiat_p256_adx_mul.S", |
| "third_party/fiat/asm/fiat_p256_adx_sqr.S" |
| ], |
| "perlasm_aarch64": [ |
| {"src": "crypto/fipsmodule/aes/asm/aesv8-armx.pl", "dst": "aesv8-armv8"}, |
| {"src": "crypto/fipsmodule/modes/asm/aesv8-gcm-armv8.pl"}, |
| {"src": "crypto/fipsmodule/bn/asm/armv8-mont.pl"}, |
| {"src": "crypto/fipsmodule/bn/asm/bn-armv8.pl"}, |
| {"src": "crypto/fipsmodule/modes/asm/ghash-neon-armv8.pl"}, |
| {"src": "crypto/fipsmodule/modes/asm/ghashv8-armx.pl", "dst": "ghashv8-armv8"}, |
| {"src": "crypto/fipsmodule/ec/asm/p256_beeu-armv8-asm.pl"}, |
| {"src": "crypto/fipsmodule/ec/asm/p256-armv8-asm.pl"}, |
| {"src": "crypto/fipsmodule/sha/asm/sha1-armv8.pl"}, |
| {"src": "crypto/fipsmodule/sha/asm/sha512-armv8.pl", "args": ["sha256"], "dst": "sha256-armv8"}, |
| {"src": "crypto/fipsmodule/sha/asm/sha512-armv8.pl", "args": ["sha512"]}, |
| {"src": "crypto/fipsmodule/aes/asm/vpaes-armv8.pl"} |
| ], |
| "perlasm_arm": [ |
| {"src": "crypto/fipsmodule/aes/asm/aesv8-armx.pl", "dst": "aesv8-armv7"}, |
| {"src": "crypto/fipsmodule/bn/asm/armv4-mont.pl"}, |
| {"src": "crypto/fipsmodule/aes/asm/bsaes-armv7.pl"}, |
| {"src": "crypto/fipsmodule/modes/asm/ghash-armv4.pl"}, |
| {"src": "crypto/fipsmodule/modes/asm/ghashv8-armx.pl", "dst": "ghashv8-armv7"}, |
| {"src": "crypto/fipsmodule/sha/asm/sha1-armv4-large.pl"}, |
| {"src": "crypto/fipsmodule/sha/asm/sha256-armv4.pl"}, |
| {"src": "crypto/fipsmodule/sha/asm/sha512-armv4.pl"}, |
| {"src": "crypto/fipsmodule/aes/asm/vpaes-armv7.pl"} |
| ], |
| "perlasm_x86": [ |
| {"src": "crypto/fipsmodule/aes/asm/aesni-x86.pl"}, |
| {"src": "crypto/fipsmodule/bn/asm/bn-586.pl"}, |
| {"src": "crypto/fipsmodule/bn/asm/co-586.pl"}, |
| {"src": "crypto/fipsmodule/modes/asm/ghash-ssse3-x86.pl"}, |
| {"src": "crypto/fipsmodule/modes/asm/ghash-x86.pl"}, |
| {"src": "crypto/fipsmodule/sha/asm/sha1-586.pl"}, |
| {"src": "crypto/fipsmodule/sha/asm/sha256-586.pl"}, |
| {"src": "crypto/fipsmodule/sha/asm/sha512-586.pl"}, |
| {"src": "crypto/fipsmodule/aes/asm/vpaes-x86.pl"}, |
| {"src": "crypto/fipsmodule/bn/asm/x86-mont.pl"} |
| ], |
| "perlasm_x86_64": [ |
| {"src": "crypto/fipsmodule/modes/asm/aesni-gcm-x86_64.pl"}, |
| {"src": "crypto/fipsmodule/modes/asm/aes-gcm-avx10-x86_64.pl"}, |
| {"src": "crypto/fipsmodule/aes/asm/aesni-x86_64.pl"}, |
| {"src": "crypto/fipsmodule/modes/asm/ghash-ssse3-x86_64.pl"}, |
| {"src": "crypto/fipsmodule/modes/asm/ghash-x86_64.pl"}, |
| {"src": "crypto/fipsmodule/ec/asm/p256_beeu-x86_64-asm.pl"}, |
| {"src": "crypto/fipsmodule/ec/asm/p256-x86_64-asm.pl"}, |
| {"src": "crypto/fipsmodule/rand/asm/rdrand-x86_64.pl"}, |
| {"src": "crypto/fipsmodule/bn/asm/rsaz-avx2.pl"}, |
| {"src": "crypto/fipsmodule/sha/asm/sha1-x86_64.pl"}, |
| {"src": "crypto/fipsmodule/sha/asm/sha512-x86_64.pl", "args": ["sha256"], "dst": "sha256-x86_64"}, |
| {"src": "crypto/fipsmodule/sha/asm/sha512-x86_64.pl", "args": ["sha512"]}, |
| {"src": "crypto/fipsmodule/aes/asm/vpaes-x86_64.pl"}, |
| {"src": "crypto/fipsmodule/bn/asm/x86_64-mont.pl"}, |
| {"src": "crypto/fipsmodule/bn/asm/x86_64-mont5.pl"} |
| ] |
| }, |
| "crypto": { |
| "srcs": [ |
| "crypto/asn1/a_bitstr.cc", |
| "crypto/asn1/a_bool.cc", |
| "crypto/asn1/a_d2i_fp.cc", |
| "crypto/asn1/a_dup.cc", |
| "crypto/asn1/a_gentm.cc", |
| "crypto/asn1/a_i2d_fp.cc", |
| "crypto/asn1/a_int.cc", |
| "crypto/asn1/a_mbstr.cc", |
| "crypto/asn1/a_object.cc", |
| "crypto/asn1/a_octet.cc", |
| "crypto/asn1/a_strex.cc", |
| "crypto/asn1/a_strnid.cc", |
| "crypto/asn1/a_time.cc", |
| "crypto/asn1/a_type.cc", |
| "crypto/asn1/a_utctm.cc", |
| "crypto/asn1/asn1_lib.cc", |
| "crypto/asn1/asn1_par.cc", |
| "crypto/asn1/asn_pack.cc", |
| "crypto/asn1/f_int.cc", |
| "crypto/asn1/f_string.cc", |
| "crypto/asn1/posix_time.cc", |
| "crypto/asn1/tasn_dec.cc", |
| "crypto/asn1/tasn_enc.cc", |
| "crypto/asn1/tasn_fre.cc", |
| "crypto/asn1/tasn_new.cc", |
| "crypto/asn1/tasn_typ.cc", |
| "crypto/asn1/tasn_utl.cc", |
| "crypto/base64/base64.cc", |
| "crypto/bio/bio.cc", |
| "crypto/bio/bio_mem.cc", |
| "crypto/bio/connect.cc", |
| "crypto/bio/errno.cc", |
| "crypto/bio/fd.cc", |
| "crypto/bio/file.cc", |
| "crypto/bio/hexdump.cc", |
| "crypto/bio/pair.cc", |
| "crypto/bio/printf.cc", |
| "crypto/bio/socket.cc", |
| "crypto/bio/socket_helper.cc", |
| "crypto/blake2/blake2.cc", |
| "crypto/bn_extra/bn_asn1.cc", |
| "crypto/bn_extra/convert.cc", |
| "crypto/buf/buf.cc", |
| "crypto/bytestring/asn1_compat.cc", |
| "crypto/bytestring/ber.cc", |
| "crypto/bytestring/cbb.cc", |
| "crypto/bytestring/cbs.cc", |
| "crypto/bytestring/unicode.cc", |
| "crypto/chacha/chacha.cc", |
| "crypto/cipher_extra/cipher_extra.cc", |
| "crypto/cipher_extra/derive_key.cc", |
| "crypto/cipher_extra/e_aesctrhmac.cc", |
| "crypto/cipher_extra/e_aesgcmsiv.cc", |
| "crypto/cipher_extra/e_chacha20poly1305.cc", |
| "crypto/cipher_extra/e_des.cc", |
| "crypto/cipher_extra/e_null.cc", |
| "crypto/cipher_extra/e_rc2.cc", |
| "crypto/cipher_extra/e_rc4.cc", |
| "crypto/cipher_extra/e_tls.cc", |
| "crypto/cipher_extra/tls_cbc.cc", |
| "crypto/conf/conf.cc", |
| "crypto/cpu_aarch64_apple.cc", |
| "crypto/cpu_aarch64_fuchsia.cc", |
| "crypto/cpu_aarch64_linux.cc", |
| "crypto/cpu_aarch64_openbsd.cc", |
| "crypto/cpu_aarch64_sysreg.cc", |
| "crypto/cpu_aarch64_win.cc", |
| "crypto/cpu_arm_freebsd.cc", |
| "crypto/cpu_arm_linux.cc", |
| "crypto/cpu_intel.cc", |
| "crypto/crypto.cc", |
| "crypto/curve25519/curve25519.cc", |
| "crypto/curve25519/curve25519_64_adx.cc", |
| "crypto/curve25519/spake25519.cc", |
| "crypto/des/des.cc", |
| "crypto/dh_extra/dh_asn1.cc", |
| "crypto/dh_extra/params.cc", |
| "crypto/digest_extra/digest_extra.cc", |
| "crypto/dsa/dsa.cc", |
| "crypto/dsa/dsa_asn1.cc", |
| "crypto/ec_extra/ec_asn1.cc", |
| "crypto/ec_extra/ec_derive.cc", |
| "crypto/ec_extra/hash_to_curve.cc", |
| "crypto/ecdh_extra/ecdh_extra.cc", |
| "crypto/ecdsa_extra/ecdsa_asn1.cc", |
| "crypto/engine/engine.cc", |
| "crypto/err/err.cc", |
| "crypto/evp/evp.cc", |
| "crypto/evp/evp_asn1.cc", |
| "crypto/evp/evp_ctx.cc", |
| "crypto/evp/p_dh.cc", |
| "crypto/evp/p_dh_asn1.cc", |
| "crypto/evp/p_dsa_asn1.cc", |
| "crypto/evp/p_ec.cc", |
| "crypto/evp/p_ec_asn1.cc", |
| "crypto/evp/p_ed25519.cc", |
| "crypto/evp/p_ed25519_asn1.cc", |
| "crypto/evp/p_hkdf.cc", |
| "crypto/evp/p_rsa.cc", |
| "crypto/evp/p_rsa_asn1.cc", |
| "crypto/evp/p_x25519.cc", |
| "crypto/evp/p_x25519_asn1.cc", |
| "crypto/evp/pbkdf.cc", |
| "crypto/evp/print.cc", |
| "crypto/evp/scrypt.cc", |
| "crypto/evp/sign.cc", |
| "crypto/ex_data.cc", |
| "crypto/fipsmodule/fips_shared_support.cc", |
| "crypto/hpke/hpke.cc", |
| "crypto/hrss/hrss.cc", |
| "crypto/kyber/kyber.cc", |
| "crypto/lhash/lhash.cc", |
| "crypto/md4/md4.cc", |
| "crypto/md5/md5.cc", |
| "crypto/mem.cc", |
| "crypto/mldsa/mldsa.cc", |
| "crypto/mlkem/mlkem.cc", |
| "crypto/obj/obj.cc", |
| "crypto/obj/obj_xref.cc", |
| "crypto/pem/pem_all.cc", |
| "crypto/pem/pem_info.cc", |
| "crypto/pem/pem_lib.cc", |
| "crypto/pem/pem_oth.cc", |
| "crypto/pem/pem_pk8.cc", |
| "crypto/pem/pem_pkey.cc", |
| "crypto/pem/pem_x509.cc", |
| "crypto/pem/pem_xaux.cc", |
| "crypto/pkcs7/pkcs7.cc", |
| "crypto/pkcs7/pkcs7_x509.cc", |
| "crypto/pkcs8/p5_pbev2.cc", |
| "crypto/pkcs8/pkcs8.cc", |
| "crypto/pkcs8/pkcs8_x509.cc", |
| "crypto/poly1305/poly1305.cc", |
| "crypto/poly1305/poly1305_arm.cc", |
| "crypto/poly1305/poly1305_vec.cc", |
| "crypto/pool/pool.cc", |
| "crypto/rand_extra/deterministic.cc", |
| "crypto/rand_extra/fork_detect.cc", |
| "crypto/rand_extra/forkunsafe.cc", |
| "crypto/rand_extra/getentropy.cc", |
| "crypto/rand_extra/ios.cc", |
| "crypto/rand_extra/passive.cc", |
| "crypto/rand_extra/rand_extra.cc", |
| "crypto/rand_extra/trusty.cc", |
| "crypto/rand_extra/urandom.cc", |
| "crypto/rand_extra/windows.cc", |
| "crypto/rc4/rc4.cc", |
| "crypto/refcount.cc", |
| "crypto/rsa_extra/rsa_asn1.cc", |
| "crypto/rsa_extra/rsa_crypt.cc", |
| "crypto/rsa_extra/rsa_extra.cc", |
| "crypto/rsa_extra/rsa_print.cc", |
| "crypto/sha/sha1.cc", |
| "crypto/sha/sha256.cc", |
| "crypto/sha/sha512.cc", |
| "crypto/siphash/siphash.cc", |
| "crypto/slhdsa/fors.cc", |
| "crypto/slhdsa/merkle.cc", |
| "crypto/slhdsa/slhdsa.cc", |
| "crypto/slhdsa/thash.cc", |
| "crypto/slhdsa/wots.cc", |
| "crypto/stack/stack.cc", |
| "crypto/thread.cc", |
| "crypto/thread_none.cc", |
| "crypto/thread_pthread.cc", |
| "crypto/thread_win.cc", |
| "crypto/trust_token/pmbtoken.cc", |
| "crypto/trust_token/trust_token.cc", |
| "crypto/trust_token/voprf.cc", |
| "crypto/x509/a_digest.cc", |
| "crypto/x509/a_sign.cc", |
| "crypto/x509/a_verify.cc", |
| "crypto/x509/algorithm.cc", |
| "crypto/x509/asn1_gen.cc", |
| "crypto/x509/by_dir.cc", |
| "crypto/x509/by_file.cc", |
| "crypto/x509/i2d_pr.cc", |
| "crypto/x509/name_print.cc", |
| "crypto/x509/policy.cc", |
| "crypto/x509/rsa_pss.cc", |
| "crypto/x509/t_crl.cc", |
| "crypto/x509/t_req.cc", |
| "crypto/x509/t_x509.cc", |
| "crypto/x509/t_x509a.cc", |
| "crypto/x509/v3_akey.cc", |
| "crypto/x509/v3_akeya.cc", |
| "crypto/x509/v3_alt.cc", |
| "crypto/x509/v3_bcons.cc", |
| "crypto/x509/v3_bitst.cc", |
| "crypto/x509/v3_conf.cc", |
| "crypto/x509/v3_cpols.cc", |
| "crypto/x509/v3_crld.cc", |
| "crypto/x509/v3_enum.cc", |
| "crypto/x509/v3_extku.cc", |
| "crypto/x509/v3_genn.cc", |
| "crypto/x509/v3_ia5.cc", |
| "crypto/x509/v3_info.cc", |
| "crypto/x509/v3_int.cc", |
| "crypto/x509/v3_lib.cc", |
| "crypto/x509/v3_ncons.cc", |
| "crypto/x509/v3_ocsp.cc", |
| "crypto/x509/v3_pcons.cc", |
| "crypto/x509/v3_pmaps.cc", |
| "crypto/x509/v3_prn.cc", |
| "crypto/x509/v3_purp.cc", |
| "crypto/x509/v3_skey.cc", |
| "crypto/x509/v3_utl.cc", |
| "crypto/x509/x509.cc", |
| "crypto/x509/x509_att.cc", |
| "crypto/x509/x509_cmp.cc", |
| "crypto/x509/x509_d2.cc", |
| "crypto/x509/x509_def.cc", |
| "crypto/x509/x509_ext.cc", |
| "crypto/x509/x509_lu.cc", |
| "crypto/x509/x509_obj.cc", |
| "crypto/x509/x509_req.cc", |
| "crypto/x509/x509_set.cc", |
| "crypto/x509/x509_trs.cc", |
| "crypto/x509/x509_txt.cc", |
| "crypto/x509/x509_v3.cc", |
| "crypto/x509/x509_vfy.cc", |
| "crypto/x509/x509_vpm.cc", |
| "crypto/x509/x509cset.cc", |
| "crypto/x509/x509name.cc", |
| "crypto/x509/x509rset.cc", |
| "crypto/x509/x509spki.cc", |
| "crypto/x509/x_algor.cc", |
| "crypto/x509/x_all.cc", |
| "crypto/x509/x_attrib.cc", |
| "crypto/x509/x_crl.cc", |
| "crypto/x509/x_exten.cc", |
| "crypto/x509/x_name.cc", |
| "crypto/x509/x_pubkey.cc", |
| "crypto/x509/x_req.cc", |
| "crypto/x509/x_sig.cc", |
| "crypto/x509/x_spki.cc", |
| "crypto/x509/x_val.cc", |
| "crypto/x509/x_x509.cc", |
| "crypto/x509/x_x509a.cc" |
| ], |
| "hdrs": [ |
| "include/openssl/aead.h", |
| "include/openssl/aes.h", |
| "include/openssl/arm_arch.h", |
| "include/openssl/asm_base.h", |
| "include/openssl/asn1.h", |
| "include/openssl/asn1_mac.h", |
| "include/openssl/asn1t.h", |
| "include/openssl/base.h", |
| "include/openssl/base64.h", |
| "include/openssl/bcm_public.h", |
| "include/openssl/bio.h", |
| "include/openssl/blake2.h", |
| "include/openssl/blowfish.h", |
| "include/openssl/bn.h", |
| "include/openssl/buf.h", |
| "include/openssl/buffer.h", |
| "include/openssl/bytestring.h", |
| "include/openssl/cast.h", |
| "include/openssl/chacha.h", |
| "include/openssl/cipher.h", |
| "include/openssl/cmac.h", |
| "include/openssl/conf.h", |
| "include/openssl/cpu.h", |
| "include/openssl/crypto.h", |
| "include/openssl/ctrdrbg.h", |
| "include/openssl/curve25519.h", |
| "include/openssl/des.h", |
| "include/openssl/dh.h", |
| "include/openssl/digest.h", |
| "include/openssl/dsa.h", |
| "include/openssl/e_os2.h", |
| "include/openssl/ec.h", |
| "include/openssl/ec_key.h", |
| "include/openssl/ecdh.h", |
| "include/openssl/ecdsa.h", |
| "include/openssl/engine.h", |
| "include/openssl/err.h", |
| "include/openssl/evp.h", |
| "include/openssl/evp_errors.h", |
| "include/openssl/ex_data.h", |
| "include/openssl/experimental/kyber.h", |
| "include/openssl/hkdf.h", |
| "include/openssl/hmac.h", |
| "include/openssl/hpke.h", |
| "include/openssl/hrss.h", |
| "include/openssl/is_boringssl.h", |
| "include/openssl/kdf.h", |
| "include/openssl/lhash.h", |
| "include/openssl/md4.h", |
| "include/openssl/md5.h", |
| "include/openssl/mem.h", |
| "include/openssl/mldsa.h", |
| "include/openssl/mlkem.h", |
| "include/openssl/nid.h", |
| "include/openssl/obj.h", |
| "include/openssl/obj_mac.h", |
| "include/openssl/objects.h", |
| "include/openssl/opensslconf.h", |
| "include/openssl/opensslv.h", |
| "include/openssl/ossl_typ.h", |
| "include/openssl/pem.h", |
| "include/openssl/pkcs12.h", |
| "include/openssl/pkcs7.h", |
| "include/openssl/pkcs8.h", |
| "include/openssl/poly1305.h", |
| "include/openssl/pool.h", |
| "include/openssl/posix_time.h", |
| "include/openssl/rand.h", |
| "include/openssl/rc4.h", |
| "include/openssl/ripemd.h", |
| "include/openssl/rsa.h", |
| "include/openssl/safestack.h", |
| "include/openssl/service_indicator.h", |
| "include/openssl/sha.h", |
| "include/openssl/siphash.h", |
| "include/openssl/slhdsa.h", |
| "include/openssl/span.h", |
| "include/openssl/stack.h", |
| "include/openssl/target.h", |
| "include/openssl/thread.h", |
| "include/openssl/time.h", |
| "include/openssl/trust_token.h", |
| "include/openssl/type_check.h", |
| "include/openssl/x509.h", |
| "include/openssl/x509_vfy.h", |
| "include/openssl/x509v3.h", |
| "include/openssl/x509v3_errors.h" |
| ], |
| "internal_hdrs": [ |
| "crypto/asn1/internal.h", |
| "crypto/bio/internal.h", |
| "crypto/bytestring/internal.h", |
| "crypto/chacha/internal.h", |
| "crypto/cipher_extra/internal.h", |
| "crypto/conf/internal.h", |
| "crypto/cpu_arm_linux.h", |
| "crypto/curve25519/curve25519_tables.h", |
| "crypto/curve25519/internal.h", |
| "crypto/des/internal.h", |
| "crypto/dsa/internal.h", |
| "crypto/ec_extra/internal.h", |
| "crypto/err/internal.h", |
| "crypto/evp/internal.h", |
| "crypto/fipsmodule/aes/internal.h", |
| "crypto/fipsmodule/bcm_interface.h", |
| "crypto/fipsmodule/bn/internal.h", |
| "crypto/fipsmodule/bn/rsaz_exp.h", |
| "crypto/fipsmodule/cipher/internal.h", |
| "crypto/fipsmodule/delocate.h", |
| "crypto/fipsmodule/dh/internal.h", |
| "crypto/fipsmodule/digest/internal.h", |
| "crypto/fipsmodule/digest/md32_common.h", |
| "crypto/fipsmodule/ec/builtin_curves.h", |
| "crypto/fipsmodule/ec/internal.h", |
| "crypto/fipsmodule/ec/p256-nistz-table.h", |
| "crypto/fipsmodule/ec/p256-nistz.h", |
| "crypto/fipsmodule/ec/p256_table.h", |
| "crypto/fipsmodule/ecdsa/internal.h", |
| "crypto/fipsmodule/keccak/internal.h", |
| "crypto/fipsmodule/modes/internal.h", |
| "crypto/fipsmodule/rand/internal.h", |
| "crypto/fipsmodule/rsa/internal.h", |
| "crypto/fipsmodule/service_indicator/internal.h", |
| "crypto/fipsmodule/sha/internal.h", |
| "crypto/fipsmodule/tls/internal.h", |
| "crypto/hrss/internal.h", |
| "crypto/bcm_support.h", |
| "crypto/internal.h", |
| "crypto/kyber/internal.h", |
| "crypto/lhash/internal.h", |
| "crypto/md5/internal.h", |
| "crypto/mlkem/internal.h", |
| "crypto/obj/obj_dat.h", |
| "crypto/pkcs7/internal.h", |
| "crypto/pkcs8/internal.h", |
| "crypto/poly1305/internal.h", |
| "crypto/pool/internal.h", |
| "crypto/rand_extra/getrandom_fillin.h", |
| "crypto/rand_extra/sysrand_internal.h", |
| "crypto/rsa_extra/internal.h", |
| "crypto/slhdsa/address.h", |
| "crypto/slhdsa/fors.h", |
| "crypto/slhdsa/internal.h", |
| "crypto/slhdsa/merkle.h", |
| "crypto/slhdsa/params.h", |
| "crypto/slhdsa/thash.h", |
| "crypto/slhdsa/wots.h", |
| "crypto/trust_token/internal.h", |
| "crypto/x509/ext_dat.h", |
| "crypto/x509/internal.h", |
| "third_party/fiat/curve25519_32.h", |
| "third_party/fiat/curve25519_64.h", |
| "third_party/fiat/curve25519_64_adx.h", |
| "third_party/fiat/curve25519_64_msvc.h", |
| "third_party/fiat/p256_32.h", |
| "third_party/fiat/p256_64.h", |
| "third_party/fiat/p256_64_msvc.h" |
| ], |
| "err_data": [ |
| "crypto/err/*.errordata" |
| ], |
| "asm": [ |
| "crypto/curve25519/asm/x25519-asm-arm.S", |
| "crypto/hrss/asm/poly_rq_mul.S", |
| "crypto/poly1305/poly1305_arm_asm.S", |
| "third_party/fiat/asm/fiat_curve25519_adx_mul.S", |
| "third_party/fiat/asm/fiat_curve25519_adx_square.S" |
| ], |
| "perlasm_aarch64": [ |
| {"src": "crypto/chacha/asm/chacha-armv8.pl"}, |
| {"src": "crypto/cipher_extra/asm/chacha20_poly1305_armv8.pl"} |
| ], |
| "perlasm_arm": [ |
| {"src": "crypto/chacha/asm/chacha-armv4.pl"} |
| ], |
| "perlasm_x86": [ |
| {"src": "crypto/chacha/asm/chacha-x86.pl"}, |
| {"src": "crypto/md5/asm/md5-586.pl"} |
| ], |
| "perlasm_x86_64": [ |
| {"src": "crypto/chacha/asm/chacha-x86_64.pl"}, |
| {"src": "crypto/cipher_extra/asm/aes128gcmsiv-x86_64.pl"}, |
| {"src": "crypto/cipher_extra/asm/chacha20_poly1305_x86_64.pl"}, |
| {"src": "crypto/md5/asm/md5-x86_64.pl"} |
| ] |
| }, |
| "pki": { |
| "srcs": [ |
| "pki/cert_error_id.cc", |
| "pki/cert_error_params.cc", |
| "pki/cert_errors.cc", |
| "pki/cert_issuer_source_static.cc", |
| "pki/certificate.cc", |
| "pki/certificate_policies.cc", |
| "pki/common_cert_errors.cc", |
| "pki/crl.cc", |
| "pki/encode_values.cc", |
| "pki/extended_key_usage.cc", |
| "pki/general_names.cc", |
| "pki/input.cc", |
| "pki/ip_util.cc", |
| "pki/name_constraints.cc", |
| "pki/ocsp.cc", |
| "pki/ocsp_verify_result.cc", |
| "pki/parse_certificate.cc", |
| "pki/parse_name.cc", |
| "pki/parse_values.cc", |
| "pki/parsed_certificate.cc", |
| "pki/parser.cc", |
| "pki/path_builder.cc", |
| "pki/pem.cc", |
| "pki/revocation_util.cc", |
| "pki/signature_algorithm.cc", |
| "pki/simple_path_builder_delegate.cc", |
| "pki/string_util.cc", |
| "pki/trust_store.cc", |
| "pki/trust_store_collection.cc", |
| "pki/trust_store_in_memory.cc", |
| "pki/verify.cc", |
| "pki/verify_certificate_chain.cc", |
| "pki/verify_error.cc", |
| "pki/verify_name_match.cc", |
| "pki/verify_signed_data.cc" |
| ], |
| "hdrs": [ |
| "include/openssl/pki/certificate.h", |
| "include/openssl/pki/signature_verify_cache.h", |
| "include/openssl/pki/verify.h", |
| "include/openssl/pki/verify_error.h" |
| ], |
| "internal_hdrs": [ |
| "pki/cert_error_id.h", |
| "pki/cert_error_params.h", |
| "pki/cert_errors.h", |
| "pki/cert_issuer_source.h", |
| "pki/cert_issuer_source_static.h", |
| // TODO(crbug.com/boringssl/542): This should be in pki_tests. |
| "pki/cert_issuer_source_sync_unittest.h", |
| "pki/certificate_policies.h", |
| "pki/common_cert_errors.h", |
| "pki/crl.h", |
| "pki/encode_values.h", |
| "pki/extended_key_usage.h", |
| "pki/general_names.h", |
| "pki/input.h", |
| "pki/ip_util.h", |
| "pki/mock_signature_verify_cache.h", |
| "pki/name_constraints.h", |
| "pki/nist_pkits_unittest.h", |
| "pki/ocsp.h", |
| "pki/ocsp_revocation_status.h", |
| "pki/ocsp_verify_result.h", |
| "pki/parse_certificate.h", |
| "pki/parse_name.h", |
| "pki/parse_values.h", |
| "pki/parsed_certificate.h", |
| "pki/parser.h", |
| "pki/path_builder.h", |
| "pki/pem.h", |
| "pki/revocation_util.h", |
| "pki/signature_algorithm.h", |
| "pki/simple_path_builder_delegate.h", |
| "pki/string_util.h", |
| // TODO(crbug.com/boringssl/542): This should be in pki_tests. |
| "pki/test_helpers.h", |
| // TODO(crbug.com/boringssl/542): This should be in pki_tests. |
| "pki/testdata/nist-pkits/pkits_testcases-inl.h", |
| "pki/trust_store.h", |
| "pki/trust_store_collection.h", |
| "pki/trust_store_in_memory.h", |
| "pki/verify_certificate_chain.h", |
| // TODO(crbug.com/boringssl/542): This should be in pki_tests. |
| "pki/verify_certificate_chain_typed_unittest.h", |
| "pki/verify_name_match.h", |
| "pki/verify_signed_data.h" |
| ] |
| }, |
| "ssl": { |
| "srcs": [ |
| "ssl/bio_ssl.cc", |
| "ssl/d1_both.cc", |
| "ssl/d1_lib.cc", |
| "ssl/d1_pkt.cc", |
| "ssl/d1_srtp.cc", |
| "ssl/dtls_method.cc", |
| "ssl/dtls_record.cc", |
| "ssl/encrypted_client_hello.cc", |
| "ssl/extensions.cc", |
| "ssl/handoff.cc", |
| "ssl/handshake.cc", |
| "ssl/handshake_client.cc", |
| "ssl/handshake_server.cc", |
| "ssl/s3_both.cc", |
| "ssl/s3_lib.cc", |
| "ssl/s3_pkt.cc", |
| "ssl/ssl_aead_ctx.cc", |
| "ssl/ssl_asn1.cc", |
| "ssl/ssl_buffer.cc", |
| "ssl/ssl_cert.cc", |
| "ssl/ssl_cipher.cc", |
| "ssl/ssl_credential.cc", |
| "ssl/ssl_file.cc", |
| "ssl/ssl_key_share.cc", |
| "ssl/ssl_lib.cc", |
| "ssl/ssl_privkey.cc", |
| "ssl/ssl_session.cc", |
| "ssl/ssl_stat.cc", |
| "ssl/ssl_transcript.cc", |
| "ssl/ssl_versions.cc", |
| "ssl/ssl_x509.cc", |
| "ssl/t1_enc.cc", |
| "ssl/tls13_both.cc", |
| "ssl/tls13_client.cc", |
| "ssl/tls13_enc.cc", |
| "ssl/tls13_server.cc", |
| "ssl/tls_method.cc", |
| "ssl/tls_record.cc" |
| ], |
| "hdrs": [ |
| "include/openssl/dtls1.h", |
| "include/openssl/srtp.h", |
| "include/openssl/ssl.h", |
| "include/openssl/ssl3.h", |
| "include/openssl/tls1.h" |
| ], |
| "internal_hdrs": [ |
| "ssl/internal.h" |
| ] |
| }, |
| "decrepit": { |
| "srcs": [ |
| "decrepit/bio/base64_bio.cc", |
| "decrepit/blowfish/blowfish.cc", |
| "decrepit/cast/cast.cc", |
| "decrepit/cast/cast_tables.cc", |
| "decrepit/cfb/cfb.cc", |
| "decrepit/des/cfb64ede.cc", |
| "decrepit/dh/dh_decrepit.cc", |
| "decrepit/dsa/dsa_decrepit.cc", |
| "decrepit/evp/dss1.cc", |
| "decrepit/evp/evp_do_all.cc", |
| "decrepit/obj/obj_decrepit.cc", |
| "decrepit/rc4/rc4_decrepit.cc", |
| "decrepit/ripemd/ripemd.cc", |
| "decrepit/rsa/rsa_decrepit.cc", |
| "decrepit/ssl/ssl_decrepit.cc", |
| "decrepit/x509/x509_decrepit.cc", |
| "decrepit/xts/xts.cc" |
| ], |
| "internal_hdrs": [ |
| "decrepit/cast/internal.h", |
| "decrepit/macros.h" |
| ] |
| }, |
| "test_support": { |
| "srcs": [ |
| "crypto/test/abi_test.cc", |
| "crypto/test/file_test.cc", |
| "crypto/test/file_test_gtest.cc", |
| "crypto/test/file_util.cc", |
| "crypto/test/test_data.cc", |
| "crypto/test/test_util.cc", |
| "crypto/test/wycheproof_util.cc" |
| ], |
| "internal_hdrs": [ |
| "crypto/test/abi_test.h", |
| "crypto/test/file_test.h", |
| "crypto/test/file_util.h", |
| "crypto/test/gtest_main.h", |
| "crypto/test/test_data.h", |
| "crypto/test/test_util.h", |
| "crypto/test/wycheproof_util.h", |
| // TODO(crbug.com/boringssl/542): It's a bit odd that these are in |
| // test_support. Most of it is part of bssl_shim, except that the |
| // fuzzers use some of these headers. |
| "ssl/test/async_bio.h", |
| "ssl/test/fuzzer.h", |
| "ssl/test/fuzzer_tags.h", |
| "ssl/test/handshake_util.h", |
| "ssl/test/mock_quic_transport.h", |
| "ssl/test/packeted_bio.h", |
| "ssl/test/settings_writer.h", |
| "ssl/test/test_config.h", |
| "ssl/test/test_state.h" |
| ], |
| "perlasm_aarch64": [ |
| {"src": "crypto/test/asm/trampoline-armv8.pl"} |
| ], |
| "perlasm_arm": [ |
| {"src": "crypto/test/asm/trampoline-armv4.pl"} |
| ], |
| "perlasm_x86": [ |
| {"src": "crypto/test/asm/trampoline-x86.pl"} |
| ], |
| "perlasm_x86_64": [ |
| {"src": "crypto/test/asm/trampoline-x86_64.pl"} |
| ] |
| }, |
| "crypto_test": { |
| "srcs": [ |
| "crypto/abi_self_test.cc", |
| "crypto/asn1/asn1_test.cc", |
| "crypto/base64/base64_test.cc", |
| "crypto/bio/bio_test.cc", |
| "crypto/blake2/blake2_test.cc", |
| "crypto/buf/buf_test.cc", |
| "crypto/bytestring/bytestring_test.cc", |
| "crypto/chacha/chacha_test.cc", |
| "crypto/cipher_extra/aead_test.cc", |
| "crypto/cipher_extra/cipher_test.cc", |
| "crypto/compiler_test.cc", |
| "crypto/conf/conf_test.cc", |
| "crypto/constant_time_test.cc", |
| "crypto/cpu_arm_linux_test.cc", |
| "crypto/crypto_test.cc", |
| "crypto/curve25519/ed25519_test.cc", |
| "crypto/curve25519/spake25519_test.cc", |
| "crypto/curve25519/x25519_test.cc", |
| "crypto/dh_extra/dh_test.cc", |
| "crypto/digest_extra/digest_test.cc", |
| "crypto/dsa/dsa_test.cc", |
| "crypto/ecdh_extra/ecdh_test.cc", |
| "crypto/err/err_test.cc", |
| "crypto/evp/evp_extra_test.cc", |
| "crypto/evp/evp_test.cc", |
| "crypto/evp/pbkdf_test.cc", |
| "crypto/evp/scrypt_test.cc", |
| "crypto/fipsmodule/aes/aes_test.cc", |
| "crypto/fipsmodule/bn/bn_test.cc", |
| "crypto/fipsmodule/cmac/cmac_test.cc", |
| "crypto/fipsmodule/ec/ec_test.cc", |
| "crypto/fipsmodule/ec/p256-nistz_test.cc", |
| "crypto/fipsmodule/ec/p256_test.cc", |
| "crypto/fipsmodule/ecdsa/ecdsa_test.cc", |
| "crypto/fipsmodule/hkdf/hkdf_test.cc", |
| "crypto/fipsmodule/keccak/keccak_test.cc", |
| "crypto/fipsmodule/modes/gcm_test.cc", |
| "crypto/fipsmodule/rand/ctrdrbg_test.cc", |
| "crypto/fipsmodule/service_indicator/service_indicator_test.cc", |
| "crypto/fipsmodule/sha/sha_test.cc", |
| "crypto/hmac_extra/hmac_test.cc", |
| "crypto/hpke/hpke_test.cc", |
| "crypto/hrss/hrss_test.cc", |
| "crypto/impl_dispatch_test.cc", |
| "crypto/kyber/kyber_test.cc", |
| "crypto/lhash/lhash_test.cc", |
| "crypto/md5/md5_test.cc", |
| "crypto/mlkem/mlkem_test.cc", |
| "crypto/obj/obj_test.cc", |
| "crypto/pem/pem_test.cc", |
| "crypto/mldsa/mldsa_test.cc", |
| "crypto/pkcs7/pkcs7_test.cc", |
| "crypto/pkcs8/pkcs12_test.cc", |
| "crypto/pkcs8/pkcs8_test.cc", |
| "crypto/poly1305/poly1305_test.cc", |
| "crypto/pool/pool_test.cc", |
| "crypto/rand_extra/fork_detect_test.cc", |
| "crypto/rand_extra/getentropy_test.cc", |
| "crypto/rand_extra/rand_test.cc", |
| "crypto/refcount_test.cc", |
| "crypto/rsa_extra/rsa_test.cc", |
| "crypto/self_test.cc", |
| "crypto/siphash/siphash_test.cc", |
| "crypto/slhdsa/slhdsa_test.cc", |
| "crypto/stack/stack_test.cc", |
| "crypto/test/gtest_main.cc", |
| "crypto/thread_test.cc", |
| "crypto/trust_token/trust_token_test.cc", |
| "crypto/x509/tab_test.cc", |
| "crypto/x509/x509_test.cc", |
| "crypto/x509/x509_time_test.cc" |
| ], |
| "data": [ |
| "crypto/blake2/blake2b256_tests.txt", |
| "crypto/cipher_extra/test/*.txt", |
| "crypto/cipher_extra/test/nist_cavp/*.txt", |
| "crypto/curve25519/ed25519_tests.txt", |
| "crypto/ecdh_extra/ecdh_tests.txt", |
| "crypto/evp/evp_tests.txt", |
| "crypto/evp/scrypt_tests.txt", |
| "crypto/fipsmodule/aes/aes_tests.txt", |
| "crypto/fipsmodule/bn/test/*.txt", |
| "crypto/fipsmodule/cmac/cavp_3des_cmac_tests.txt", |
| "crypto/fipsmodule/cmac/cavp_aes128_cmac_tests.txt", |
| "crypto/fipsmodule/cmac/cavp_aes192_cmac_tests.txt", |
| "crypto/fipsmodule/cmac/cavp_aes256_cmac_tests.txt", |
| "crypto/fipsmodule/ec/ec_scalar_base_mult_tests.txt", |
| "crypto/fipsmodule/ec/p256-nistz_tests.txt", |
| "crypto/fipsmodule/ecdsa/ecdsa_sign_tests.txt", |
| "crypto/fipsmodule/ecdsa/ecdsa_verify_tests.txt", |
| "crypto/fipsmodule/keccak/keccak_tests.txt", |
| "crypto/fipsmodule/rand/ctrdrbg_vectors.txt", |
| "crypto/hmac_extra/hmac_tests.txt", |
| "crypto/hpke/hpke_test_vectors.txt", |
| "crypto/kyber/kyber_tests.txt", |
| "crypto/mldsa/mldsa_nist_keygen_65_tests.txt", |
| "crypto/mldsa/mldsa_nist_keygen_87_tests.txt", |
| "crypto/mldsa/mldsa_nist_siggen_65_tests.txt", |
| "crypto/mldsa/mldsa_nist_siggen_87_tests.txt", |
| "crypto/mlkem/mlkem1024_decap_tests.txt", |
| "crypto/mlkem/mlkem1024_encap_tests.txt", |
| "crypto/mlkem/mlkem1024_keygen_tests.txt", |
| "crypto/mlkem/mlkem1024_nist_decap_tests.txt", |
| "crypto/mlkem/mlkem1024_nist_keygen_tests.txt", |
| "crypto/mlkem/mlkem768_decap_tests.txt", |
| "crypto/mlkem/mlkem768_encap_tests.txt", |
| "crypto/mlkem/mlkem768_keygen_tests.txt", |
| "crypto/mlkem/mlkem768_nist_decap_tests.txt", |
| "crypto/mlkem/mlkem768_nist_keygen_tests.txt", |
| "crypto/pkcs8/test/*.p12", |
| "crypto/poly1305/poly1305_tests.txt", |
| "crypto/siphash/siphash_tests.txt", |
| "crypto/slhdsa/slhdsa_keygen.txt", |
| "crypto/slhdsa/slhdsa_prehash.txt", |
| "crypto/slhdsa/slhdsa_siggen.txt", |
| "crypto/slhdsa/slhdsa_sigver.txt", |
| "crypto/x509/test/*.pem", |
| "third_party/wycheproof_testvectors/*.txt" |
| ] |
| }, |
| "urandom_test": { |
| "srcs": [ |
| "crypto/rand_extra/urandom_test.cc" |
| ] |
| }, |
| "pki_test": { |
| "srcs": [ |
| "crypto/test/gtest_main.cc", |
| "pki/cert_issuer_source_static_unittest.cc", |
| "pki/certificate_policies_unittest.cc", |
| "pki/certificate_unittest.cc", |
| "pki/crl_unittest.cc", |
| "pki/encode_values_unittest.cc", |
| "pki/extended_key_usage_unittest.cc", |
| "pki/general_names_unittest.cc", |
| "pki/input_unittest.cc", |
| "pki/ip_util_unittest.cc", |
| "pki/mock_signature_verify_cache.cc", |
| "pki/name_constraints_unittest.cc", |
| "pki/nist_pkits_unittest.cc", |
| "pki/ocsp_unittest.cc", |
| "pki/parse_certificate_unittest.cc", |
| "pki/parse_name_unittest.cc", |
| "pki/parse_values_unittest.cc", |
| "pki/parsed_certificate_unittest.cc", |
| "pki/parser_unittest.cc", |
| "pki/path_builder_pkits_unittest.cc", |
| "pki/path_builder_unittest.cc", |
| "pki/path_builder_verify_certificate_chain_unittest.cc", |
| "pki/pem_unittest.cc", |
| "pki/signature_algorithm_unittest.cc", |
| "pki/simple_path_builder_delegate_unittest.cc", |
| "pki/string_util_unittest.cc", |
| "pki/test_helpers.cc", |
| "pki/trust_store_collection_unittest.cc", |
| "pki/trust_store_in_memory_unittest.cc", |
| "pki/verify_certificate_chain_pkits_unittest.cc", |
| "pki/verify_certificate_chain_unittest.cc", |
| "pki/verify_name_match_unittest.cc", |
| "pki/verify_signed_data_unittest.cc", |
| "pki/verify_unittest.cc" |
| ], |
| "data": [ |
| "pki/testdata/cert_issuer_source_static_unittest/*.pem", |
| "pki/testdata/certificate_policies_unittest/*.pem", |
| "pki/testdata/crl_unittest/*.pem", |
| "pki/testdata/name_constraints_unittest/*.pem", |
| "pki/testdata/nist-pkits/certs/*.crt", |
| "pki/testdata/nist-pkits/crls/*.crl", |
| "pki/testdata/ocsp_unittest/*.pem", |
| "pki/testdata/parse_certificate_unittest/*.pem", |
| "pki/testdata/parse_certificate_unittest/*/*.pem", |
| "pki/testdata/path_builder_unittest/*.pem", |
| "pki/testdata/path_builder_unittest/*/*.pem", |
| "pki/testdata/verify_certificate_chain_unittest/*/*.pem", |
| "pki/testdata/verify_certificate_chain_unittest/*/*.test", |
| "pki/testdata/verify_certificate_chain_unittest/pkits_errors/*.txt", |
| "pki/testdata/verify_name_match_unittest/names/*.pem", |
| "pki/testdata/verify_signed_data_unittest/*.pem", |
| "pki/testdata/verify_unittest/*.der", |
| "pki/testdata/verify_unittest/self-issued.pem" |
| ] |
| }, |
| "ssl_test": { |
| "srcs": [ |
| "crypto/test/gtest_main.cc", |
| "ssl/span_test.cc", |
| "ssl/ssl_c_test.c", |
| "ssl/ssl_internal_test.cc", |
| "ssl/ssl_test.cc" |
| ] |
| }, |
| "decrepit_test": { |
| "srcs": [ |
| "crypto/test/gtest_main.cc", |
| "decrepit/blowfish/blowfish_test.cc", |
| "decrepit/cast/cast_test.cc", |
| "decrepit/cfb/cfb_test.cc", |
| "decrepit/des/des_test.cc", |
| "decrepit/evp/evp_test.cc", |
| "decrepit/ripemd/ripemd_test.cc", |
| "decrepit/xts/xts_test.cc" |
| ] |
| }, |
| "bssl": { |
| "srcs": [ |
| "tool/args.cc", |
| "tool/ciphers.cc", |
| "tool/client.cc", |
| "tool/const.cc", |
| "tool/digest.cc", |
| "tool/fd.cc", |
| "tool/file.cc", |
| "tool/generate_ech.cc", |
| "tool/generate_ed25519.cc", |
| "tool/genrsa.cc", |
| "tool/pkcs12.cc", |
| "tool/rand.cc", |
| "tool/server.cc", |
| "tool/sign.cc", |
| "tool/speed.cc", |
| "tool/tool.cc", |
| "tool/transport_common.cc" |
| ], |
| "internal_hdrs": [ |
| "tool/internal.h", |
| "tool/transport_common.h" |
| ] |
| }, |
| "fuzz": { |
| // TODO(crbug.com/42290554): Unlike the other targets, each source here |
| // is expected to be built separately. When we migrate from libFuzzer to |
| // FuzzTest, this will be moot. |
| "srcs": [ |
| "fuzz/*.cc" |
| ] |
| }, |
| "rust_bssl_sys": { |
| "srcs": [ |
| "rust/bssl-sys/src/*.rs" |
| ] |
| }, |
| "rust_bssl_crypto": { |
| "srcs": [ |
| "rust/bssl-crypto/src/*.rs", |
| "rust/bssl-crypto/src/*/*.rs" |
| ] |
| } |
| } |