diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2024-10-29 14:26:00 +0100 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2024-10-30 14:03:09 +0100 |
commit | c4504809bfa1455b4f5c2a651e7ad8f37804ea99 (patch) | |
tree | 17ae57c844cc65153e9afdc234eac8ded636d8a8 /etc/import/TARGETS.boringssl | |
parent | 4dcf66d4d00ca0b718e2b8c1ec8f56f1c0910a09 (diff) | |
download | justbuild-c4504809bfa1455b4f5c2a651e7ad8f37804ea99.tar.gz |
Update to grpc v1.67.1
Update also direct dependencies:
- boringssl b8b3e6e
- google_apis fe8ba05
- protobuf v27.2
Also update the bootstrap build description for crypto library.
Remove ssl patch for gcc-14 build as fix is now in upstream.
Remove bytestream.proto patch as fix is now in upstream.
Target utf8_range now taken only from protobuf, where it is first
defined.
For now, upb dependencies in grpc still taken from its own
third_party subdirectory, as it is still kept synchronized with
the corresponding tree in the corresponding protobuf version.
Diffstat (limited to 'etc/import/TARGETS.boringssl')
-rw-r--r-- | etc/import/TARGETS.boringssl | 767 |
1 files changed, 327 insertions, 440 deletions
diff --git a/etc/import/TARGETS.boringssl b/etc/import/TARGETS.boringssl index 36a32b51..59314c8e 100644 --- a/etc/import/TARGETS.boringssl +++ b/etc/import/TARGETS.boringssl @@ -56,8 +56,9 @@ , "pkg-name": ["libcrypto"] , "arguments_config": ["OS", "ARCH", "TARGET_ARCH"] , "hdrs": [["./", "src/include/openssl", "crypto_headers"]] - , "private-hdrs": ["fips_fragments", "crypto_internal_headers"] - , "srcs": ["crypto_sources", "asm_sources"] + , "private-hdrs": ["bcm_internal_headers", "crypto_internal_headers"] + , "srcs": + ["bcm_sources", "crypto_sources", "bcm_sources_asm", "crypto_sources_asm"] , "pure C": ["YES"] , "private-ldflags": { "type": "++" @@ -65,7 +66,7 @@ [ { "type": "if" , "cond": {"type": "==", "$1": {"type": "var", "name": "OS"}, "$2": "windows"} - , "then": ["-defaultlib:advapi32.lib"] + , "then": ["-defaultlib:advapi32.lib", "-defaultlib:ws2_32.lib"] } , ["-pthread", "-Wl,--whole-archive,-lpthread,--no-whole-archive"] ] @@ -96,6 +97,16 @@ } } } + , "deps": ["crypto-mlkem"] + } +, "crypto-mlkem": + { "type": ["@", "rules", "CC", "library"] + , "name": ["mlkem"] + , "srcs": ["src/crypto/mlkem/mlkem.cc"] + , "private-hdrs": + [ ["./", "src/include/openssl", "crypto_headers"] + , "crypto_internal_headers" + ] } , "ssl-lib": { "type": ["@", "rules", "CC", "library"] @@ -106,218 +117,194 @@ , "srcs": ["ssl_sources"] , "deps": ["crypto"] } -, "fips_fragments": - { "type": "install" - , "deps": - [ "src/crypto/fipsmodule/aes/aes.c" - , "src/crypto/fipsmodule/aes/aes_nohw.c" - , "src/crypto/fipsmodule/aes/key_wrap.c" - , "src/crypto/fipsmodule/aes/mode_wrappers.c" - , "src/crypto/fipsmodule/bn/add.c" - , "src/crypto/fipsmodule/bn/asm/x86_64-gcc.c" - , "src/crypto/fipsmodule/bn/bn.c" - , "src/crypto/fipsmodule/bn/bytes.c" - , "src/crypto/fipsmodule/bn/cmp.c" - , "src/crypto/fipsmodule/bn/ctx.c" - , "src/crypto/fipsmodule/bn/div.c" - , "src/crypto/fipsmodule/bn/div_extra.c" - , "src/crypto/fipsmodule/bn/exponentiation.c" - , "src/crypto/fipsmodule/bn/gcd.c" - , "src/crypto/fipsmodule/bn/gcd_extra.c" - , "src/crypto/fipsmodule/bn/generic.c" - , "src/crypto/fipsmodule/bn/jacobi.c" - , "src/crypto/fipsmodule/bn/montgomery.c" - , "src/crypto/fipsmodule/bn/montgomery_inv.c" - , "src/crypto/fipsmodule/bn/mul.c" - , "src/crypto/fipsmodule/bn/prime.c" - , "src/crypto/fipsmodule/bn/random.c" - , "src/crypto/fipsmodule/bn/rsaz_exp.c" - , "src/crypto/fipsmodule/bn/shift.c" - , "src/crypto/fipsmodule/bn/sqrt.c" - , "src/crypto/fipsmodule/cipher/aead.c" - , "src/crypto/fipsmodule/cipher/cipher.c" - , "src/crypto/fipsmodule/cipher/e_aes.c" - , "src/crypto/fipsmodule/cipher/e_aesccm.c" - , "src/crypto/fipsmodule/cmac/cmac.c" - , "src/crypto/fipsmodule/dh/check.c" - , "src/crypto/fipsmodule/dh/dh.c" - , "src/crypto/fipsmodule/digest/digest.c" - , "src/crypto/fipsmodule/digest/digests.c" - , "src/crypto/fipsmodule/digestsign/digestsign.c" - , "src/crypto/fipsmodule/ec/ec.c" - , "src/crypto/fipsmodule/ec/ec_key.c" - , "src/crypto/fipsmodule/ec/ec_montgomery.c" - , "src/crypto/fipsmodule/ec/felem.c" - , "src/crypto/fipsmodule/ec/oct.c" - , "src/crypto/fipsmodule/ec/p224-64.c" - , "src/crypto/fipsmodule/ec/p256-nistz.c" - , "src/crypto/fipsmodule/ec/p256.c" - , "src/crypto/fipsmodule/ec/scalar.c" - , "src/crypto/fipsmodule/ec/simple.c" - , "src/crypto/fipsmodule/ec/simple_mul.c" - , "src/crypto/fipsmodule/ec/util.c" - , "src/crypto/fipsmodule/ec/wnaf.c" - , "src/crypto/fipsmodule/ecdh/ecdh.c" - , "src/crypto/fipsmodule/ecdsa/ecdsa.c" - , "src/crypto/fipsmodule/hkdf/hkdf.c" - , "src/crypto/fipsmodule/hmac/hmac.c" - , "src/crypto/fipsmodule/md4/md4.c" - , "src/crypto/fipsmodule/md5/md5.c" - , "src/crypto/fipsmodule/modes/cbc.c" - , "src/crypto/fipsmodule/modes/cfb.c" - , "src/crypto/fipsmodule/modes/ctr.c" - , "src/crypto/fipsmodule/modes/gcm.c" - , "src/crypto/fipsmodule/modes/gcm_nohw.c" - , "src/crypto/fipsmodule/modes/ofb.c" - , "src/crypto/fipsmodule/modes/polyval.c" - , "src/crypto/fipsmodule/rand/ctrdrbg.c" - , "src/crypto/fipsmodule/rand/fork_detect.c" - , "src/crypto/fipsmodule/rand/rand.c" - , "src/crypto/fipsmodule/rand/urandom.c" - , "src/crypto/fipsmodule/rsa/blinding.c" - , "src/crypto/fipsmodule/rsa/padding.c" - , "src/crypto/fipsmodule/rsa/rsa.c" - , "src/crypto/fipsmodule/rsa/rsa_impl.c" - , "src/crypto/fipsmodule/self_check/fips.c" - , "src/crypto/fipsmodule/self_check/self_check.c" - , "src/crypto/fipsmodule/service_indicator/service_indicator.c" - , "src/crypto/fipsmodule/sha/sha1.c" - , "src/crypto/fipsmodule/sha/sha256.c" - , "src/crypto/fipsmodule/sha/sha512.c" - , "src/crypto/fipsmodule/tls/kdf.c" - ] - } -, "ssl_internal_headers": {"type": "install", "deps": ["src/ssl/internal.h"]} -, "ssl_sources": +, "bcm_sources": {"type": "install", "deps": ["src/crypto/fipsmodule/bcm.c"]} +, "bcm_internal_headers": { "type": "install" , "deps": - [ "src/ssl/bio_ssl.cc" - , "src/ssl/d1_both.cc" - , "src/ssl/d1_lib.cc" - , "src/ssl/d1_pkt.cc" - , "src/ssl/d1_srtp.cc" - , "src/ssl/dtls_method.cc" - , "src/ssl/dtls_record.cc" - , "src/ssl/encrypted_client_hello.cc" - , "src/ssl/extensions.cc" - , "src/ssl/handoff.cc" - , "src/ssl/handshake.cc" - , "src/ssl/handshake_client.cc" - , "src/ssl/handshake_server.cc" - , "src/ssl/s3_both.cc" - , "src/ssl/s3_lib.cc" - , "src/ssl/s3_pkt.cc" - , "src/ssl/ssl_aead_ctx.cc" - , "src/ssl/ssl_asn1.cc" - , "src/ssl/ssl_buffer.cc" - , "src/ssl/ssl_cert.cc" - , "src/ssl/ssl_cipher.cc" - , "src/ssl/ssl_file.cc" - , "src/ssl/ssl_key_share.cc" - , "src/ssl/ssl_lib.cc" - , "src/ssl/ssl_privkey.cc" - , "src/ssl/ssl_session.cc" - , "src/ssl/ssl_stat.cc" - , "src/ssl/ssl_transcript.cc" - , "src/ssl/ssl_versions.cc" - , "src/ssl/ssl_x509.cc" - , "src/ssl/t1_enc.cc" - , "src/ssl/tls13_both.cc" - , "src/ssl/tls13_client.cc" - , "src/ssl/tls13_enc.cc" - , "src/ssl/tls13_server.cc" - , "src/ssl/tls_method.cc" - , "src/ssl/tls_record.cc" + [ "src/crypto/fipsmodule/aes/aes.c.inc" + , "src/crypto/fipsmodule/aes/aes_nohw.c.inc" + , "src/crypto/fipsmodule/aes/key_wrap.c.inc" + , "src/crypto/fipsmodule/aes/mode_wrappers.c.inc" + , "src/crypto/fipsmodule/bn/add.c.inc" + , "src/crypto/fipsmodule/bn/asm/x86_64-gcc.c.inc" + , "src/crypto/fipsmodule/bn/bn.c.inc" + , "src/crypto/fipsmodule/bn/bytes.c.inc" + , "src/crypto/fipsmodule/bn/cmp.c.inc" + , "src/crypto/fipsmodule/bn/ctx.c.inc" + , "src/crypto/fipsmodule/bn/div.c.inc" + , "src/crypto/fipsmodule/bn/div_extra.c.inc" + , "src/crypto/fipsmodule/bn/exponentiation.c.inc" + , "src/crypto/fipsmodule/bn/gcd.c.inc" + , "src/crypto/fipsmodule/bn/gcd_extra.c.inc" + , "src/crypto/fipsmodule/bn/generic.c.inc" + , "src/crypto/fipsmodule/bn/jacobi.c.inc" + , "src/crypto/fipsmodule/bn/montgomery.c.inc" + , "src/crypto/fipsmodule/bn/montgomery_inv.c.inc" + , "src/crypto/fipsmodule/bn/mul.c.inc" + , "src/crypto/fipsmodule/bn/prime.c.inc" + , "src/crypto/fipsmodule/bn/random.c.inc" + , "src/crypto/fipsmodule/bn/rsaz_exp.c.inc" + , "src/crypto/fipsmodule/bn/shift.c.inc" + , "src/crypto/fipsmodule/bn/sqrt.c.inc" + , "src/crypto/fipsmodule/cipher/aead.c.inc" + , "src/crypto/fipsmodule/cipher/cipher.c.inc" + , "src/crypto/fipsmodule/cipher/e_aes.c.inc" + , "src/crypto/fipsmodule/cipher/e_aesccm.c.inc" + , "src/crypto/fipsmodule/cmac/cmac.c.inc" + , "src/crypto/fipsmodule/dh/check.c.inc" + , "src/crypto/fipsmodule/dh/dh.c.inc" + , "src/crypto/fipsmodule/digest/digest.c.inc" + , "src/crypto/fipsmodule/digest/digests.c.inc" + , "src/crypto/fipsmodule/digestsign/digestsign.c.inc" + , "src/crypto/fipsmodule/ec/ec.c.inc" + , "src/crypto/fipsmodule/ec/ec_key.c.inc" + , "src/crypto/fipsmodule/ec/ec_montgomery.c.inc" + , "src/crypto/fipsmodule/ec/felem.c.inc" + , "src/crypto/fipsmodule/ec/oct.c.inc" + , "src/crypto/fipsmodule/ec/p224-64.c.inc" + , "src/crypto/fipsmodule/ec/p256-nistz.c.inc" + , "src/crypto/fipsmodule/ec/p256.c.inc" + , "src/crypto/fipsmodule/ec/scalar.c.inc" + , "src/crypto/fipsmodule/ec/simple.c.inc" + , "src/crypto/fipsmodule/ec/simple_mul.c.inc" + , "src/crypto/fipsmodule/ec/util.c.inc" + , "src/crypto/fipsmodule/ec/wnaf.c.inc" + , "src/crypto/fipsmodule/ecdh/ecdh.c.inc" + , "src/crypto/fipsmodule/ecdsa/ecdsa.c.inc" + , "src/crypto/fipsmodule/hkdf/hkdf.c.inc" + , "src/crypto/fipsmodule/hmac/hmac.c.inc" + , "src/crypto/fipsmodule/md4/md4.c.inc" + , "src/crypto/fipsmodule/md5/md5.c.inc" + , "src/crypto/fipsmodule/modes/cbc.c.inc" + , "src/crypto/fipsmodule/modes/cfb.c.inc" + , "src/crypto/fipsmodule/modes/ctr.c.inc" + , "src/crypto/fipsmodule/modes/gcm.c.inc" + , "src/crypto/fipsmodule/modes/gcm_nohw.c.inc" + , "src/crypto/fipsmodule/modes/ofb.c.inc" + , "src/crypto/fipsmodule/modes/polyval.c.inc" + , "src/crypto/fipsmodule/rand/ctrdrbg.c.inc" + , "src/crypto/fipsmodule/rand/rand.c.inc" + , "src/crypto/fipsmodule/rsa/blinding.c.inc" + , "src/crypto/fipsmodule/rsa/padding.c.inc" + , "src/crypto/fipsmodule/rsa/rsa.c.inc" + , "src/crypto/fipsmodule/rsa/rsa_impl.c.inc" + , "src/crypto/fipsmodule/self_check/fips.c.inc" + , "src/crypto/fipsmodule/self_check/self_check.c.inc" + , "src/crypto/fipsmodule/service_indicator/service_indicator.c.inc" + , "src/crypto/fipsmodule/sha/sha1.c.inc" + , "src/crypto/fipsmodule/sha/sha256.c.inc" + , "src/crypto/fipsmodule/sha/sha512.c.inc" + , "src/crypto/fipsmodule/tls/kdf.c.inc" ] } -, "crypto_internal_headers": +, "bcm_sources_asm": { "type": "install" , "deps": - [ "src/crypto/asn1/internal.h" - , "src/crypto/bio/internal.h" - , "src/crypto/bytestring/internal.h" - , "src/crypto/chacha/internal.h" - , "src/crypto/cipher_extra/internal.h" - , "src/crypto/conf/conf_def.h" - , "src/crypto/conf/internal.h" - , "src/crypto/cpu_arm_linux.h" - , "src/crypto/curve25519/curve25519_tables.h" - , "src/crypto/curve25519/internal.h" - , "src/crypto/des/internal.h" - , "src/crypto/dsa/internal.h" - , "src/crypto/ec_extra/internal.h" - , "src/crypto/err/internal.h" - , "src/crypto/evp/internal.h" - , "src/crypto/fipsmodule/aes/internal.h" - , "src/crypto/fipsmodule/bn/internal.h" - , "src/crypto/fipsmodule/bn/rsaz_exp.h" - , "src/crypto/fipsmodule/cipher/internal.h" - , "src/crypto/fipsmodule/delocate.h" - , "src/crypto/fipsmodule/dh/internal.h" - , "src/crypto/fipsmodule/digest/internal.h" - , "src/crypto/fipsmodule/digest/md32_common.h" - , "src/crypto/fipsmodule/ec/builtin_curves.h" - , "src/crypto/fipsmodule/ec/internal.h" - , "src/crypto/fipsmodule/ec/p256-nistz-table.h" - , "src/crypto/fipsmodule/ec/p256-nistz.h" - , "src/crypto/fipsmodule/ec/p256_table.h" - , "src/crypto/fipsmodule/ecdsa/internal.h" - , "src/crypto/fipsmodule/md5/internal.h" - , "src/crypto/fipsmodule/modes/internal.h" - , "src/crypto/fipsmodule/rand/fork_detect.h" - , "src/crypto/fipsmodule/rand/getrandom_fillin.h" - , "src/crypto/fipsmodule/rand/internal.h" - , "src/crypto/fipsmodule/rsa/internal.h" - , "src/crypto/fipsmodule/service_indicator/internal.h" - , "src/crypto/fipsmodule/sha/internal.h" - , "src/crypto/fipsmodule/tls/internal.h" - , "src/crypto/hrss/internal.h" - , "src/crypto/internal.h" - , "src/crypto/keccak/internal.h" - , "src/crypto/kyber/internal.h" - , "src/crypto/lhash/internal.h" - , "src/crypto/obj/obj_dat.h" - , "src/crypto/pkcs7/internal.h" - , "src/crypto/pkcs8/internal.h" - , "src/crypto/poly1305/internal.h" - , "src/crypto/pool/internal.h" - , "src/crypto/rsa_extra/internal.h" - , "src/crypto/spx/address.h" - , "src/crypto/spx/fors.h" - , "src/crypto/spx/internal.h" - , "src/crypto/spx/merkle.h" - , "src/crypto/spx/params.h" - , "src/crypto/spx/spx_util.h" - , "src/crypto/spx/thash.h" - , "src/crypto/spx/wots.h" - , "src/crypto/trust_token/internal.h" - , "src/crypto/x509/ext_dat.h" - , "src/crypto/x509/internal.h" - , "src/third_party/fiat/curve25519_32.h" - , "src/third_party/fiat/curve25519_64.h" - , "src/third_party/fiat/curve25519_64_adx.h" - , "src/third_party/fiat/curve25519_64_msvc.h" - , "src/third_party/fiat/p256_32.h" - , "src/third_party/fiat/p256_64.h" - , "src/third_party/fiat/p256_64_msvc.h" - ] - } -, "src/crypto/internal.h": - { "type": ["@", "rules", "patch", "file"] - , "src": [["FILE", null, "src/crypto/internal.h"]] - , "patch": - [ [ "@" - , "patches" - , "" - , "crypto-use-_Generic-only-if-defined-__cplusplus.patch" - ] + [ "src/gen/bcm/aesni-gcm-x86_64-apple.S" + , "src/gen/bcm/aesni-gcm-x86_64-linux.S" + , "src/gen/bcm/aesni-x86-apple.S" + , "src/gen/bcm/aesni-x86-linux.S" + , "src/gen/bcm/aesni-x86_64-apple.S" + , "src/gen/bcm/aesni-x86_64-linux.S" + , "src/gen/bcm/aesv8-armv7-linux.S" + , "src/gen/bcm/aesv8-armv8-apple.S" + , "src/gen/bcm/aesv8-armv8-linux.S" + , "src/gen/bcm/aesv8-armv8-win.S" + , "src/gen/bcm/aesv8-gcm-armv8-apple.S" + , "src/gen/bcm/aesv8-gcm-armv8-linux.S" + , "src/gen/bcm/aesv8-gcm-armv8-win.S" + , "src/gen/bcm/armv4-mont-linux.S" + , "src/gen/bcm/armv8-mont-apple.S" + , "src/gen/bcm/armv8-mont-linux.S" + , "src/gen/bcm/armv8-mont-win.S" + , "src/gen/bcm/bn-586-apple.S" + , "src/gen/bcm/bn-586-linux.S" + , "src/gen/bcm/bn-armv8-apple.S" + , "src/gen/bcm/bn-armv8-linux.S" + , "src/gen/bcm/bn-armv8-win.S" + , "src/gen/bcm/bsaes-armv7-linux.S" + , "src/gen/bcm/co-586-apple.S" + , "src/gen/bcm/co-586-linux.S" + , "src/gen/bcm/ghash-armv4-linux.S" + , "src/gen/bcm/ghash-neon-armv8-apple.S" + , "src/gen/bcm/ghash-neon-armv8-linux.S" + , "src/gen/bcm/ghash-neon-armv8-win.S" + , "src/gen/bcm/ghash-ssse3-x86-apple.S" + , "src/gen/bcm/ghash-ssse3-x86-linux.S" + , "src/gen/bcm/ghash-ssse3-x86_64-apple.S" + , "src/gen/bcm/ghash-ssse3-x86_64-linux.S" + , "src/gen/bcm/ghash-x86-apple.S" + , "src/gen/bcm/ghash-x86-linux.S" + , "src/gen/bcm/ghash-x86_64-apple.S" + , "src/gen/bcm/ghash-x86_64-linux.S" + , "src/gen/bcm/ghashv8-armv7-linux.S" + , "src/gen/bcm/ghashv8-armv8-apple.S" + , "src/gen/bcm/ghashv8-armv8-linux.S" + , "src/gen/bcm/ghashv8-armv8-win.S" + , "src/gen/bcm/md5-586-apple.S" + , "src/gen/bcm/md5-586-linux.S" + , "src/gen/bcm/md5-x86_64-apple.S" + , "src/gen/bcm/md5-x86_64-linux.S" + , "src/gen/bcm/p256-armv8-asm-apple.S" + , "src/gen/bcm/p256-armv8-asm-linux.S" + , "src/gen/bcm/p256-armv8-asm-win.S" + , "src/gen/bcm/p256-x86_64-asm-apple.S" + , "src/gen/bcm/p256-x86_64-asm-linux.S" + , "src/gen/bcm/p256_beeu-armv8-asm-apple.S" + , "src/gen/bcm/p256_beeu-armv8-asm-linux.S" + , "src/gen/bcm/p256_beeu-armv8-asm-win.S" + , "src/gen/bcm/p256_beeu-x86_64-asm-apple.S" + , "src/gen/bcm/p256_beeu-x86_64-asm-linux.S" + , "src/gen/bcm/rdrand-x86_64-apple.S" + , "src/gen/bcm/rdrand-x86_64-linux.S" + , "src/gen/bcm/rsaz-avx2-apple.S" + , "src/gen/bcm/rsaz-avx2-linux.S" + , "src/gen/bcm/sha1-586-apple.S" + , "src/gen/bcm/sha1-586-linux.S" + , "src/gen/bcm/sha1-armv4-large-linux.S" + , "src/gen/bcm/sha1-armv8-apple.S" + , "src/gen/bcm/sha1-armv8-linux.S" + , "src/gen/bcm/sha1-armv8-win.S" + , "src/gen/bcm/sha1-x86_64-apple.S" + , "src/gen/bcm/sha1-x86_64-linux.S" + , "src/gen/bcm/sha256-586-apple.S" + , "src/gen/bcm/sha256-586-linux.S" + , "src/gen/bcm/sha256-armv4-linux.S" + , "src/gen/bcm/sha256-armv8-apple.S" + , "src/gen/bcm/sha256-armv8-linux.S" + , "src/gen/bcm/sha256-armv8-win.S" + , "src/gen/bcm/sha256-x86_64-apple.S" + , "src/gen/bcm/sha256-x86_64-linux.S" + , "src/gen/bcm/sha512-586-apple.S" + , "src/gen/bcm/sha512-586-linux.S" + , "src/gen/bcm/sha512-armv4-linux.S" + , "src/gen/bcm/sha512-armv8-apple.S" + , "src/gen/bcm/sha512-armv8-linux.S" + , "src/gen/bcm/sha512-armv8-win.S" + , "src/gen/bcm/sha512-x86_64-apple.S" + , "src/gen/bcm/sha512-x86_64-linux.S" + , "src/gen/bcm/vpaes-armv7-linux.S" + , "src/gen/bcm/vpaes-armv8-apple.S" + , "src/gen/bcm/vpaes-armv8-linux.S" + , "src/gen/bcm/vpaes-armv8-win.S" + , "src/gen/bcm/vpaes-x86-apple.S" + , "src/gen/bcm/vpaes-x86-linux.S" + , "src/gen/bcm/vpaes-x86_64-apple.S" + , "src/gen/bcm/vpaes-x86_64-linux.S" + , "src/gen/bcm/x86-mont-apple.S" + , "src/gen/bcm/x86-mont-linux.S" + , "src/gen/bcm/x86_64-mont-apple.S" + , "src/gen/bcm/x86_64-mont-linux.S" + , "src/gen/bcm/x86_64-mont5-apple.S" + , "src/gen/bcm/x86_64-mont5-linux.S" + , "src/third_party/fiat/asm/fiat_p256_adx_mul.S" + , "src/third_party/fiat/asm/fiat_p256_adx_sqr.S" ] } , "crypto_sources": { "type": "install" , "deps": - [ "err_data.c" - , "src/crypto/asn1/a_bitstr.c" + [ "src/crypto/asn1/a_bitstr.c" , "src/crypto/asn1/a_bool.c" , "src/crypto/asn1/a_d2i_fp.c" , "src/crypto/asn1/a_dup.c" @@ -395,6 +382,7 @@ , "src/crypto/dh_extra/dh_asn1.c" , "src/crypto/dh_extra/params.c" , "src/crypto/digest_extra/digest_extra.c" + , "src/crypto/dilithium/dilithium.c" , "src/crypto/dsa/dsa.c" , "src/crypto/dsa/dsa_asn1.c" , "src/crypto/ec_extra/ec_asn1.c" @@ -407,6 +395,8 @@ , "src/crypto/evp/evp.c" , "src/crypto/evp/evp_asn1.c" , "src/crypto/evp/evp_ctx.c" + , "src/crypto/evp/p_dh.c" + , "src/crypto/evp/p_dh_asn1.c" , "src/crypto/evp/p_dsa_asn1.c" , "src/crypto/evp/p_ec.c" , "src/crypto/evp/p_ec_asn1.c" @@ -422,7 +412,6 @@ , "src/crypto/evp/scrypt.c" , "src/crypto/evp/sign.c" , "src/crypto/ex_data.c" - , "src/crypto/fipsmodule/bcm.c" , "src/crypto/fipsmodule/fips_shared_support.c" , "src/crypto/hpke/hpke.c" , "src/crypto/hrss/hrss.c" @@ -430,6 +419,7 @@ , "src/crypto/kyber/kyber.c" , "src/crypto/lhash/lhash.c" , "src/crypto/mem.c" + , "src/crypto/mldsa/mldsa.c" , "src/crypto/obj/obj.c" , "src/crypto/obj/obj_xref.c" , "src/crypto/pem/pem_all.c" @@ -450,12 +440,14 @@ , "src/crypto/poly1305/poly1305_vec.c" , "src/crypto/pool/pool.c" , "src/crypto/rand_extra/deterministic.c" + , "src/crypto/rand_extra/fork_detect.c" , "src/crypto/rand_extra/forkunsafe.c" , "src/crypto/rand_extra/getentropy.c" , "src/crypto/rand_extra/ios.c" , "src/crypto/rand_extra/passive.c" , "src/crypto/rand_extra/rand_extra.c" , "src/crypto/rand_extra/trusty.c" + , "src/crypto/rand_extra/urandom.c" , "src/crypto/rand_extra/windows.c" , "src/crypto/rc4/rc4.c" , "src/crypto/refcount.c" @@ -548,256 +540,151 @@ , "src/crypto/x509/x_val.c" , "src/crypto/x509/x_x509.c" , "src/crypto/x509/x_x509a.c" + , "src/gen/crypto/err_data.c" ] } -, "crypto_sources_apple_aarch64": - { "type": "install" - , "deps": - [ "apple-aarch64/crypto/chacha/chacha-armv8-apple.S" - , "apple-aarch64/crypto/cipher_extra/chacha20_poly1305_armv8-apple.S" - , "apple-aarch64/crypto/fipsmodule/aesv8-armv8-apple.S" - , "apple-aarch64/crypto/fipsmodule/aesv8-gcm-armv8-apple.S" - , "apple-aarch64/crypto/fipsmodule/armv8-mont-apple.S" - , "apple-aarch64/crypto/fipsmodule/bn-armv8-apple.S" - , "apple-aarch64/crypto/fipsmodule/ghash-neon-armv8-apple.S" - , "apple-aarch64/crypto/fipsmodule/ghashv8-armv8-apple.S" - , "apple-aarch64/crypto/fipsmodule/p256-armv8-asm-apple.S" - , "apple-aarch64/crypto/fipsmodule/p256_beeu-armv8-asm-apple.S" - , "apple-aarch64/crypto/fipsmodule/sha1-armv8-apple.S" - , "apple-aarch64/crypto/fipsmodule/sha256-armv8-apple.S" - , "apple-aarch64/crypto/fipsmodule/sha512-armv8-apple.S" - , "apple-aarch64/crypto/fipsmodule/vpaes-armv8-apple.S" - , "apple-aarch64/crypto/test/trampoline-armv8-apple.S" - ] - } -, "crypto_sources_apple_x86": - { "type": "install" - , "deps": - [ "apple-x86/crypto/chacha/chacha-x86-apple.S" - , "apple-x86/crypto/fipsmodule/aesni-x86-apple.S" - , "apple-x86/crypto/fipsmodule/bn-586-apple.S" - , "apple-x86/crypto/fipsmodule/co-586-apple.S" - , "apple-x86/crypto/fipsmodule/ghash-ssse3-x86-apple.S" - , "apple-x86/crypto/fipsmodule/ghash-x86-apple.S" - , "apple-x86/crypto/fipsmodule/md5-586-apple.S" - , "apple-x86/crypto/fipsmodule/sha1-586-apple.S" - , "apple-x86/crypto/fipsmodule/sha256-586-apple.S" - , "apple-x86/crypto/fipsmodule/sha512-586-apple.S" - , "apple-x86/crypto/fipsmodule/vpaes-x86-apple.S" - , "apple-x86/crypto/fipsmodule/x86-mont-apple.S" - , "apple-x86/crypto/test/trampoline-x86-apple.S" - ] - } -, "crypto_sources_apple_x86_64": - { "type": "install" - , "deps": - [ "apple-x86_64/crypto/chacha/chacha-x86_64-apple.S" - , "apple-x86_64/crypto/cipher_extra/aes128gcmsiv-x86_64-apple.S" - , "apple-x86_64/crypto/cipher_extra/chacha20_poly1305_x86_64-apple.S" - , "apple-x86_64/crypto/fipsmodule/aesni-gcm-x86_64-apple.S" - , "apple-x86_64/crypto/fipsmodule/aesni-x86_64-apple.S" - , "apple-x86_64/crypto/fipsmodule/ghash-ssse3-x86_64-apple.S" - , "apple-x86_64/crypto/fipsmodule/ghash-x86_64-apple.S" - , "apple-x86_64/crypto/fipsmodule/md5-x86_64-apple.S" - , "apple-x86_64/crypto/fipsmodule/p256-x86_64-asm-apple.S" - , "apple-x86_64/crypto/fipsmodule/p256_beeu-x86_64-asm-apple.S" - , "apple-x86_64/crypto/fipsmodule/rdrand-x86_64-apple.S" - , "apple-x86_64/crypto/fipsmodule/rsaz-avx2-apple.S" - , "apple-x86_64/crypto/fipsmodule/sha1-x86_64-apple.S" - , "apple-x86_64/crypto/fipsmodule/sha256-x86_64-apple.S" - , "apple-x86_64/crypto/fipsmodule/sha512-x86_64-apple.S" - , "apple-x86_64/crypto/fipsmodule/vpaes-x86_64-apple.S" - , "apple-x86_64/crypto/fipsmodule/x86_64-mont-apple.S" - , "apple-x86_64/crypto/fipsmodule/x86_64-mont5-apple.S" - , "apple-x86_64/crypto/test/trampoline-x86_64-apple.S" - , "src/third_party/fiat/asm/fiat_curve25519_adx_mul.S" - , "src/third_party/fiat/asm/fiat_curve25519_adx_square.S" - , "src/third_party/fiat/asm/fiat_p256_adx_mul.S" - , "src/third_party/fiat/asm/fiat_p256_adx_sqr.S" - ] - } -, "crypto_sources_linux_aarch64": - { "type": "install" - , "deps": - [ "linux-aarch64/crypto/chacha/chacha-armv8-linux.S" - , "linux-aarch64/crypto/cipher_extra/chacha20_poly1305_armv8-linux.S" - , "linux-aarch64/crypto/fipsmodule/aesv8-armv8-linux.S" - , "linux-aarch64/crypto/fipsmodule/aesv8-gcm-armv8-linux.S" - , "linux-aarch64/crypto/fipsmodule/armv8-mont-linux.S" - , "linux-aarch64/crypto/fipsmodule/bn-armv8-linux.S" - , "linux-aarch64/crypto/fipsmodule/ghash-neon-armv8-linux.S" - , "linux-aarch64/crypto/fipsmodule/ghashv8-armv8-linux.S" - , "linux-aarch64/crypto/fipsmodule/p256-armv8-asm-linux.S" - , "linux-aarch64/crypto/fipsmodule/p256_beeu-armv8-asm-linux.S" - , "linux-aarch64/crypto/fipsmodule/sha1-armv8-linux.S" - , "linux-aarch64/crypto/fipsmodule/sha256-armv8-linux.S" - , "linux-aarch64/crypto/fipsmodule/sha512-armv8-linux.S" - , "linux-aarch64/crypto/fipsmodule/vpaes-armv8-linux.S" - , "linux-aarch64/crypto/test/trampoline-armv8-linux.S" - ] - } -, "crypto_sources_linux_arm": - { "type": "install" - , "deps": - [ "linux-arm/crypto/chacha/chacha-armv4-linux.S" - , "linux-arm/crypto/fipsmodule/aesv8-armv7-linux.S" - , "linux-arm/crypto/fipsmodule/armv4-mont-linux.S" - , "linux-arm/crypto/fipsmodule/bsaes-armv7-linux.S" - , "linux-arm/crypto/fipsmodule/ghash-armv4-linux.S" - , "linux-arm/crypto/fipsmodule/ghashv8-armv7-linux.S" - , "linux-arm/crypto/fipsmodule/sha1-armv4-large-linux.S" - , "linux-arm/crypto/fipsmodule/sha256-armv4-linux.S" - , "linux-arm/crypto/fipsmodule/sha512-armv4-linux.S" - , "linux-arm/crypto/fipsmodule/vpaes-armv7-linux.S" - , "linux-arm/crypto/test/trampoline-armv4-linux.S" - , "src/crypto/curve25519/asm/x25519-asm-arm.S" - , "src/crypto/poly1305/poly1305_arm_asm.S" - ] - } -, "crypto_sources_linux_x86": +, "crypto_internal_headers": { "type": "install" , "deps": - [ "linux-x86/crypto/chacha/chacha-x86-linux.S" - , "linux-x86/crypto/fipsmodule/aesni-x86-linux.S" - , "linux-x86/crypto/fipsmodule/bn-586-linux.S" - , "linux-x86/crypto/fipsmodule/co-586-linux.S" - , "linux-x86/crypto/fipsmodule/ghash-ssse3-x86-linux.S" - , "linux-x86/crypto/fipsmodule/ghash-x86-linux.S" - , "linux-x86/crypto/fipsmodule/md5-586-linux.S" - , "linux-x86/crypto/fipsmodule/sha1-586-linux.S" - , "linux-x86/crypto/fipsmodule/sha256-586-linux.S" - , "linux-x86/crypto/fipsmodule/sha512-586-linux.S" - , "linux-x86/crypto/fipsmodule/vpaes-x86-linux.S" - , "linux-x86/crypto/fipsmodule/x86-mont-linux.S" - , "linux-x86/crypto/test/trampoline-x86-linux.S" + [ "src/crypto/asn1/internal.h" + , "src/crypto/bcm_support.h" + , "src/crypto/bio/internal.h" + , "src/crypto/bytestring/internal.h" + , "src/crypto/chacha/internal.h" + , "src/crypto/cipher_extra/internal.h" + , "src/crypto/conf/internal.h" + , "src/crypto/cpu_arm_linux.h" + , "src/crypto/curve25519/curve25519_tables.h" + , "src/crypto/curve25519/internal.h" + , "src/crypto/des/internal.h" + , "src/crypto/dilithium/internal.h" + , "src/crypto/dsa/internal.h" + , "src/crypto/ec_extra/internal.h" + , "src/crypto/err/internal.h" + , "src/crypto/evp/internal.h" + , "src/crypto/fipsmodule/aes/internal.h" + , "src/crypto/fipsmodule/bcm_interface.h" + , "src/crypto/fipsmodule/bn/internal.h" + , "src/crypto/fipsmodule/bn/rsaz_exp.h" + , "src/crypto/fipsmodule/cipher/internal.h" + , "src/crypto/fipsmodule/delocate.h" + , "src/crypto/fipsmodule/dh/internal.h" + , "src/crypto/fipsmodule/digest/internal.h" + , "src/crypto/fipsmodule/digest/md32_common.h" + , "src/crypto/fipsmodule/ec/builtin_curves.h" + , "src/crypto/fipsmodule/ec/internal.h" + , "src/crypto/fipsmodule/ec/p256-nistz-table.h" + , "src/crypto/fipsmodule/ec/p256-nistz.h" + , "src/crypto/fipsmodule/ec/p256_table.h" + , "src/crypto/fipsmodule/ecdsa/internal.h" + , "src/crypto/fipsmodule/md5/internal.h" + , "src/crypto/fipsmodule/modes/internal.h" + , "src/crypto/fipsmodule/rand/internal.h" + , "src/crypto/fipsmodule/rsa/internal.h" + , "src/crypto/fipsmodule/service_indicator/internal.h" + , "src/crypto/fipsmodule/sha/internal.h" + , "src/crypto/fipsmodule/tls/internal.h" + , "src/crypto/hrss/internal.h" + , "src/crypto/internal.h" + , "src/crypto/keccak/internal.h" + , "src/crypto/kyber/internal.h" + , "src/crypto/lhash/internal.h" + , "src/crypto/mldsa/internal.h" + , "src/crypto/mlkem/internal.h" + , "src/crypto/obj/obj_dat.h" + , "src/crypto/pkcs7/internal.h" + , "src/crypto/pkcs8/internal.h" + , "src/crypto/poly1305/internal.h" + , "src/crypto/pool/internal.h" + , "src/crypto/rand_extra/getrandom_fillin.h" + , "src/crypto/rand_extra/sysrand_internal.h" + , "src/crypto/rsa_extra/internal.h" + , "src/crypto/spx/address.h" + , "src/crypto/spx/fors.h" + , "src/crypto/spx/merkle.h" + , "src/crypto/spx/params.h" + , "src/crypto/spx/spx_util.h" + , "src/crypto/spx/thash.h" + , "src/crypto/spx/wots.h" + , "src/crypto/trust_token/internal.h" + , "src/crypto/x509/ext_dat.h" + , "src/crypto/x509/internal.h" + , "src/third_party/fiat/curve25519_32.h" + , "src/third_party/fiat/curve25519_64.h" + , "src/third_party/fiat/curve25519_64_adx.h" + , "src/third_party/fiat/curve25519_64_msvc.h" + , "src/third_party/fiat/p256_32.h" + , "src/third_party/fiat/p256_64.h" + , "src/third_party/fiat/p256_64_msvc.h" ] } -, "crypto_sources_linux_x86_64": +, "crypto_sources_asm": { "type": "install" , "deps": - [ "linux-x86_64/crypto/chacha/chacha-x86_64-linux.S" - , "linux-x86_64/crypto/cipher_extra/aes128gcmsiv-x86_64-linux.S" - , "linux-x86_64/crypto/cipher_extra/chacha20_poly1305_x86_64-linux.S" - , "linux-x86_64/crypto/fipsmodule/aesni-gcm-x86_64-linux.S" - , "linux-x86_64/crypto/fipsmodule/aesni-x86_64-linux.S" - , "linux-x86_64/crypto/fipsmodule/ghash-ssse3-x86_64-linux.S" - , "linux-x86_64/crypto/fipsmodule/ghash-x86_64-linux.S" - , "linux-x86_64/crypto/fipsmodule/md5-x86_64-linux.S" - , "linux-x86_64/crypto/fipsmodule/p256-x86_64-asm-linux.S" - , "linux-x86_64/crypto/fipsmodule/p256_beeu-x86_64-asm-linux.S" - , "linux-x86_64/crypto/fipsmodule/rdrand-x86_64-linux.S" - , "linux-x86_64/crypto/fipsmodule/rsaz-avx2-linux.S" - , "linux-x86_64/crypto/fipsmodule/sha1-x86_64-linux.S" - , "linux-x86_64/crypto/fipsmodule/sha256-x86_64-linux.S" - , "linux-x86_64/crypto/fipsmodule/sha512-x86_64-linux.S" - , "linux-x86_64/crypto/fipsmodule/vpaes-x86_64-linux.S" - , "linux-x86_64/crypto/fipsmodule/x86_64-mont-linux.S" - , "linux-x86_64/crypto/fipsmodule/x86_64-mont5-linux.S" - , "linux-x86_64/crypto/test/trampoline-x86_64-linux.S" + [ "src/crypto/curve25519/asm/x25519-asm-arm.S" , "src/crypto/hrss/asm/poly_rq_mul.S" + , "src/crypto/poly1305/poly1305_arm_asm.S" + , "src/gen/crypto/aes128gcmsiv-x86_64-apple.S" + , "src/gen/crypto/aes128gcmsiv-x86_64-linux.S" + , "src/gen/crypto/chacha-armv4-linux.S" + , "src/gen/crypto/chacha-armv8-apple.S" + , "src/gen/crypto/chacha-armv8-linux.S" + , "src/gen/crypto/chacha-armv8-win.S" + , "src/gen/crypto/chacha-x86-apple.S" + , "src/gen/crypto/chacha-x86-linux.S" + , "src/gen/crypto/chacha-x86_64-apple.S" + , "src/gen/crypto/chacha-x86_64-linux.S" + , "src/gen/crypto/chacha20_poly1305_armv8-apple.S" + , "src/gen/crypto/chacha20_poly1305_armv8-linux.S" + , "src/gen/crypto/chacha20_poly1305_armv8-win.S" + , "src/gen/crypto/chacha20_poly1305_x86_64-apple.S" + , "src/gen/crypto/chacha20_poly1305_x86_64-linux.S" , "src/third_party/fiat/asm/fiat_curve25519_adx_mul.S" , "src/third_party/fiat/asm/fiat_curve25519_adx_square.S" - , "src/third_party/fiat/asm/fiat_p256_adx_mul.S" - , "src/third_party/fiat/asm/fiat_p256_adx_sqr.S" - ] - } -, "crypto_sources_win_aarch64": - { "type": "install" - , "deps": - [ "win-aarch64/crypto/chacha/chacha-armv8-win.S" - , "win-aarch64/crypto/cipher_extra/chacha20_poly1305_armv8-win.S" - , "win-aarch64/crypto/fipsmodule/aesv8-armv8-win.S" - , "win-aarch64/crypto/fipsmodule/aesv8-gcm-armv8-win.S" - , "win-aarch64/crypto/fipsmodule/armv8-mont-win.S" - , "win-aarch64/crypto/fipsmodule/bn-armv8-win.S" - , "win-aarch64/crypto/fipsmodule/ghash-neon-armv8-win.S" - , "win-aarch64/crypto/fipsmodule/ghashv8-armv8-win.S" - , "win-aarch64/crypto/fipsmodule/p256-armv8-asm-win.S" - , "win-aarch64/crypto/fipsmodule/p256_beeu-armv8-asm-win.S" - , "win-aarch64/crypto/fipsmodule/sha1-armv8-win.S" - , "win-aarch64/crypto/fipsmodule/sha256-armv8-win.S" - , "win-aarch64/crypto/fipsmodule/sha512-armv8-win.S" - , "win-aarch64/crypto/fipsmodule/vpaes-armv8-win.S" - , "win-aarch64/crypto/test/trampoline-armv8-win.S" - ] - } -, "crypto_sources_win_x86": - { "type": "install" - , "deps": - [ "win-x86/crypto/chacha/chacha-x86-win.asm" - , "win-x86/crypto/fipsmodule/aesni-x86-win.asm" - , "win-x86/crypto/fipsmodule/bn-586-win.asm" - , "win-x86/crypto/fipsmodule/co-586-win.asm" - , "win-x86/crypto/fipsmodule/ghash-ssse3-x86-win.asm" - , "win-x86/crypto/fipsmodule/ghash-x86-win.asm" - , "win-x86/crypto/fipsmodule/md5-586-win.asm" - , "win-x86/crypto/fipsmodule/sha1-586-win.asm" - , "win-x86/crypto/fipsmodule/sha256-586-win.asm" - , "win-x86/crypto/fipsmodule/sha512-586-win.asm" - , "win-x86/crypto/fipsmodule/vpaes-x86-win.asm" - , "win-x86/crypto/fipsmodule/x86-mont-win.asm" - , "win-x86/crypto/test/trampoline-x86-win.asm" ] } -, "crypto_sources_win_x86_64": +, "ssl_sources": { "type": "install" , "deps": - [ "win-x86_64/crypto/chacha/chacha-x86_64-win.asm" - , "win-x86_64/crypto/cipher_extra/aes128gcmsiv-x86_64-win.asm" - , "win-x86_64/crypto/cipher_extra/chacha20_poly1305_x86_64-win.asm" - , "win-x86_64/crypto/fipsmodule/aesni-gcm-x86_64-win.asm" - , "win-x86_64/crypto/fipsmodule/aesni-x86_64-win.asm" - , "win-x86_64/crypto/fipsmodule/ghash-ssse3-x86_64-win.asm" - , "win-x86_64/crypto/fipsmodule/ghash-x86_64-win.asm" - , "win-x86_64/crypto/fipsmodule/md5-x86_64-win.asm" - , "win-x86_64/crypto/fipsmodule/p256-x86_64-asm-win.asm" - , "win-x86_64/crypto/fipsmodule/p256_beeu-x86_64-asm-win.asm" - , "win-x86_64/crypto/fipsmodule/rdrand-x86_64-win.asm" - , "win-x86_64/crypto/fipsmodule/rsaz-avx2-win.asm" - , "win-x86_64/crypto/fipsmodule/sha1-x86_64-win.asm" - , "win-x86_64/crypto/fipsmodule/sha256-x86_64-win.asm" - , "win-x86_64/crypto/fipsmodule/sha512-x86_64-win.asm" - , "win-x86_64/crypto/fipsmodule/vpaes-x86_64-win.asm" - , "win-x86_64/crypto/fipsmodule/x86_64-mont-win.asm" - , "win-x86_64/crypto/fipsmodule/x86_64-mont5-win.asm" - , "win-x86_64/crypto/test/trampoline-x86_64-win.asm" + [ "src/ssl/bio_ssl.cc" + , "src/ssl/d1_both.cc" + , "src/ssl/d1_lib.cc" + , "src/ssl/d1_pkt.cc" + , "src/ssl/d1_srtp.cc" + , "src/ssl/dtls_method.cc" + , "src/ssl/dtls_record.cc" + , "src/ssl/encrypted_client_hello.cc" + , "src/ssl/extensions.cc" + , "src/ssl/handoff.cc" + , "src/ssl/handshake.cc" + , "src/ssl/handshake_client.cc" + , "src/ssl/handshake_server.cc" + , "src/ssl/s3_both.cc" + , "src/ssl/s3_lib.cc" + , "src/ssl/s3_pkt.cc" + , "src/ssl/ssl_aead_ctx.cc" + , "src/ssl/ssl_asn1.cc" + , "src/ssl/ssl_buffer.cc" + , "src/ssl/ssl_cert.cc" + , "src/ssl/ssl_cipher.cc" + , "src/ssl/ssl_credential.cc" + , "src/ssl/ssl_file.cc" + , "src/ssl/ssl_key_share.cc" + , "src/ssl/ssl_lib.cc" + , "src/ssl/ssl_privkey.cc" + , "src/ssl/ssl_session.cc" + , "src/ssl/ssl_stat.cc" + , "src/ssl/ssl_transcript.cc" + , "src/ssl/ssl_versions.cc" + , "src/ssl/ssl_x509.cc" + , "src/ssl/t1_enc.cc" + , "src/ssl/tls13_both.cc" + , "src/ssl/tls13_client.cc" + , "src/ssl/tls13_enc.cc" + , "src/ssl/tls13_server.cc" + , "src/ssl/tls_method.cc" + , "src/ssl/tls_record.cc" ] } -, "asm_sources": - { "type": "install" - , "arguments_config": ["OS", "ARCH", "TARGET_ARCH"] - , "deps": - { "type": "let*" - , "bindings": - [ [ "PLATFORM" - , { "type": "join" - , "separator": "_" - , "$1": - [ {"type": "var", "name": "OS"} - , { "type": "var" - , "name": "TARGET_ARCH" - , "default": {"type": "var", "name": "ARCH"} - } - ] - } - ] - ] - , "body": - { "type": "case" - , "expr": {"type": "var", "name": "PLATFORM"} - , "case": - { "mac_arm64": ["crypto_sources_apple_aarch64"] - , "mac_x86": ["crypto_sources_apple_x86"] - , "mac_x86_64": ["crypto_sources_apple_x86_64"] - , "linux_arm64": ["crypto_sources_linux_aarch64"] - , "linux_arm": ["crypto_sources_linux_arm"] - , "linux_x86": ["crypto_sources_linux_x86"] - , "linux_x86_64": ["crypto_sources_linux_x86_64"] - , "windows_arm64": ["crypto_sources_win_aarch64"] - , "windows_x86": ["crypto_sources_win_x86"] - , "windows_x86_64": ["crypto_sources_win_x86_64"] - } - } - } - } +, "ssl_internal_headers": {"type": "install", "deps": ["src/ssl/internal.h"]} } |