Source release 16.2.0
This commit is contained in:
33
third_party/boringssl/kit/boringssl.gypi
vendored
33
third_party/boringssl/kit/boringssl.gypi
vendored
@@ -139,6 +139,7 @@
|
||||
'src/crypto/dsa/dsa.c',
|
||||
'src/crypto/dsa/dsa_asn1.c',
|
||||
'src/crypto/ec_extra/ec_asn1.c',
|
||||
'src/crypto/ec_extra/ec_derive.c',
|
||||
'src/crypto/ecdh_extra/ecdh_extra.c',
|
||||
'src/crypto/ecdsa_extra/ecdsa_asn1.c',
|
||||
'src/crypto/engine/engine.c',
|
||||
@@ -156,6 +157,8 @@
|
||||
'src/crypto/evp/p_ed25519_asn1.c',
|
||||
'src/crypto/evp/p_rsa.c',
|
||||
'src/crypto/evp/p_rsa_asn1.c',
|
||||
'src/crypto/evp/p_x25519.c',
|
||||
'src/crypto/evp/p_x25519_asn1.c',
|
||||
'src/crypto/evp/pbkdf.c',
|
||||
'src/crypto/evp/print.c',
|
||||
'src/crypto/evp/scrypt.c',
|
||||
@@ -177,6 +180,7 @@
|
||||
'src/crypto/fipsmodule/is_fips.c',
|
||||
'src/crypto/fipsmodule/md5/internal.h',
|
||||
'src/crypto/fipsmodule/modes/internal.h',
|
||||
'src/crypto/fipsmodule/rand/getrandom_fillin.h',
|
||||
'src/crypto/fipsmodule/rand/internal.h',
|
||||
'src/crypto/fipsmodule/rsa/internal.h',
|
||||
'src/crypto/fipsmodule/sha/internal.h',
|
||||
@@ -221,11 +225,13 @@
|
||||
'src/crypto/refcount_lock.c',
|
||||
'src/crypto/rsa_extra/rsa_asn1.c',
|
||||
'src/crypto/rsa_extra/rsa_print.c',
|
||||
'src/crypto/siphash/siphash.c',
|
||||
'src/crypto/stack/stack.c',
|
||||
'src/crypto/thread.c',
|
||||
'src/crypto/thread_none.c',
|
||||
'src/crypto/thread_pthread.c',
|
||||
'src/crypto/thread_win.c',
|
||||
'src/crypto/trust_token/privacy_pass.c',
|
||||
'src/crypto/x509/a_digest.c',
|
||||
'src/crypto/x509/a_sign.c',
|
||||
'src/crypto/x509/a_strex.c',
|
||||
@@ -376,9 +382,11 @@
|
||||
'src/include/openssl/rsa.h',
|
||||
'src/include/openssl/safestack.h',
|
||||
'src/include/openssl/sha.h',
|
||||
'src/include/openssl/siphash.h',
|
||||
'src/include/openssl/span.h',
|
||||
'src/include/openssl/stack.h',
|
||||
'src/include/openssl/thread.h',
|
||||
'src/include/openssl/trust_token.h',
|
||||
'src/include/openssl/type_check.h',
|
||||
'src/include/openssl/x509.h',
|
||||
'src/include/openssl/x509_vfy.h',
|
||||
@@ -390,15 +398,6 @@
|
||||
'src/third_party/fiat/internal.h',
|
||||
'src/third_party/fiat/p256_32.h',
|
||||
'src/third_party/fiat/p256_64.h',
|
||||
'src/third_party/sike/P503.c',
|
||||
'src/third_party/sike/asm/fp_generic.c',
|
||||
'src/third_party/sike/fpx.c',
|
||||
'src/third_party/sike/fpx.h',
|
||||
'src/third_party/sike/isogeny.c',
|
||||
'src/third_party/sike/isogeny.h',
|
||||
'src/third_party/sike/sike.c',
|
||||
'src/third_party/sike/sike.h',
|
||||
'src/third_party/sike/utils.h',
|
||||
],
|
||||
'boringssl_ios_aarch64_files': [
|
||||
'ios-aarch64/crypto/chacha/chacha-armv8.S',
|
||||
@@ -411,11 +410,9 @@
|
||||
'ios-aarch64/crypto/fipsmodule/sha512-armv8.S',
|
||||
'ios-aarch64/crypto/fipsmodule/vpaes-armv8.S',
|
||||
'ios-aarch64/crypto/test/trampoline-armv8.S',
|
||||
'ios-aarch64/crypto/third_party/sike/asm/fp-armv8.S',
|
||||
],
|
||||
'boringssl_ios_arm_files': [
|
||||
'ios-arm/crypto/chacha/chacha-armv4.S',
|
||||
'ios-arm/crypto/fipsmodule/aes-armv4.S',
|
||||
'ios-arm/crypto/fipsmodule/aesv8-armx32.S',
|
||||
'ios-arm/crypto/fipsmodule/armv4-mont.S',
|
||||
'ios-arm/crypto/fipsmodule/bsaes-armv7.S',
|
||||
@@ -424,6 +421,7 @@
|
||||
'ios-arm/crypto/fipsmodule/sha1-armv4-large.S',
|
||||
'ios-arm/crypto/fipsmodule/sha256-armv4.S',
|
||||
'ios-arm/crypto/fipsmodule/sha512-armv4.S',
|
||||
'ios-arm/crypto/fipsmodule/vpaes-armv7.S',
|
||||
'ios-arm/crypto/test/trampoline-armv4.S',
|
||||
],
|
||||
'boringssl_linux_aarch64_files': [
|
||||
@@ -437,11 +435,9 @@
|
||||
'linux-aarch64/crypto/fipsmodule/sha512-armv8.S',
|
||||
'linux-aarch64/crypto/fipsmodule/vpaes-armv8.S',
|
||||
'linux-aarch64/crypto/test/trampoline-armv8.S',
|
||||
'linux-aarch64/crypto/third_party/sike/asm/fp-armv8.S',
|
||||
],
|
||||
'boringssl_linux_arm_files': [
|
||||
'linux-arm/crypto/chacha/chacha-armv4.S',
|
||||
'linux-arm/crypto/fipsmodule/aes-armv4.S',
|
||||
'linux-arm/crypto/fipsmodule/aesv8-armx32.S',
|
||||
'linux-arm/crypto/fipsmodule/armv4-mont.S',
|
||||
'linux-arm/crypto/fipsmodule/bsaes-armv7.S',
|
||||
@@ -450,6 +446,7 @@
|
||||
'linux-arm/crypto/fipsmodule/sha1-armv4-large.S',
|
||||
'linux-arm/crypto/fipsmodule/sha256-armv4.S',
|
||||
'linux-arm/crypto/fipsmodule/sha512-armv4.S',
|
||||
'linux-arm/crypto/fipsmodule/vpaes-armv7.S',
|
||||
'linux-arm/crypto/test/trampoline-armv4.S',
|
||||
'src/crypto/curve25519/asm/x25519-asm-arm.S',
|
||||
'src/crypto/poly1305/poly1305_arm_asm.S',
|
||||
@@ -457,10 +454,10 @@
|
||||
'boringssl_linux_ppc64le_files': [
|
||||
'linux-ppc64le/crypto/fipsmodule/aesp8-ppc.S',
|
||||
'linux-ppc64le/crypto/fipsmodule/ghashp8-ppc.S',
|
||||
'linux-ppc64le/crypto/test/trampoline-ppc.S',
|
||||
],
|
||||
'boringssl_linux_x86_files': [
|
||||
'linux-x86/crypto/chacha/chacha-x86.S',
|
||||
'linux-x86/crypto/fipsmodule/aes-586.S',
|
||||
'linux-x86/crypto/fipsmodule/aesni-x86.S',
|
||||
'linux-x86/crypto/fipsmodule/bn-586.S',
|
||||
'linux-x86/crypto/fipsmodule/co-586.S',
|
||||
@@ -478,7 +475,6 @@
|
||||
'linux-x86_64/crypto/chacha/chacha-x86_64.S',
|
||||
'linux-x86_64/crypto/cipher_extra/aes128gcmsiv-x86_64.S',
|
||||
'linux-x86_64/crypto/cipher_extra/chacha20_poly1305_x86_64.S',
|
||||
'linux-x86_64/crypto/fipsmodule/aes-x86_64.S',
|
||||
'linux-x86_64/crypto/fipsmodule/aesni-gcm-x86_64.S',
|
||||
'linux-x86_64/crypto/fipsmodule/aesni-x86_64.S',
|
||||
'linux-x86_64/crypto/fipsmodule/ghash-ssse3-x86_64.S',
|
||||
@@ -495,12 +491,10 @@
|
||||
'linux-x86_64/crypto/fipsmodule/x86_64-mont.S',
|
||||
'linux-x86_64/crypto/fipsmodule/x86_64-mont5.S',
|
||||
'linux-x86_64/crypto/test/trampoline-x86_64.S',
|
||||
'linux-x86_64/crypto/third_party/sike/asm/fp-x86_64.S',
|
||||
'src/crypto/hrss/asm/poly_rq_mul.S',
|
||||
],
|
||||
'boringssl_mac_x86_files': [
|
||||
'mac-x86/crypto/chacha/chacha-x86.S',
|
||||
'mac-x86/crypto/fipsmodule/aes-586.S',
|
||||
'mac-x86/crypto/fipsmodule/aesni-x86.S',
|
||||
'mac-x86/crypto/fipsmodule/bn-586.S',
|
||||
'mac-x86/crypto/fipsmodule/co-586.S',
|
||||
@@ -518,7 +512,6 @@
|
||||
'mac-x86_64/crypto/chacha/chacha-x86_64.S',
|
||||
'mac-x86_64/crypto/cipher_extra/aes128gcmsiv-x86_64.S',
|
||||
'mac-x86_64/crypto/cipher_extra/chacha20_poly1305_x86_64.S',
|
||||
'mac-x86_64/crypto/fipsmodule/aes-x86_64.S',
|
||||
'mac-x86_64/crypto/fipsmodule/aesni-gcm-x86_64.S',
|
||||
'mac-x86_64/crypto/fipsmodule/aesni-x86_64.S',
|
||||
'mac-x86_64/crypto/fipsmodule/ghash-ssse3-x86_64.S',
|
||||
@@ -535,11 +528,9 @@
|
||||
'mac-x86_64/crypto/fipsmodule/x86_64-mont.S',
|
||||
'mac-x86_64/crypto/fipsmodule/x86_64-mont5.S',
|
||||
'mac-x86_64/crypto/test/trampoline-x86_64.S',
|
||||
'mac-x86_64/crypto/third_party/sike/asm/fp-x86_64.S',
|
||||
],
|
||||
'boringssl_win_x86_files': [
|
||||
'win-x86/crypto/chacha/chacha-x86.asm',
|
||||
'win-x86/crypto/fipsmodule/aes-586.asm',
|
||||
'win-x86/crypto/fipsmodule/aesni-x86.asm',
|
||||
'win-x86/crypto/fipsmodule/bn-586.asm',
|
||||
'win-x86/crypto/fipsmodule/co-586.asm',
|
||||
@@ -557,7 +548,6 @@
|
||||
'win-x86_64/crypto/chacha/chacha-x86_64.asm',
|
||||
'win-x86_64/crypto/cipher_extra/aes128gcmsiv-x86_64.asm',
|
||||
'win-x86_64/crypto/cipher_extra/chacha20_poly1305_x86_64.asm',
|
||||
'win-x86_64/crypto/fipsmodule/aes-x86_64.asm',
|
||||
'win-x86_64/crypto/fipsmodule/aesni-gcm-x86_64.asm',
|
||||
'win-x86_64/crypto/fipsmodule/aesni-x86_64.asm',
|
||||
'win-x86_64/crypto/fipsmodule/ghash-ssse3-x86_64.asm',
|
||||
@@ -574,7 +564,6 @@
|
||||
'win-x86_64/crypto/fipsmodule/x86_64-mont.asm',
|
||||
'win-x86_64/crypto/fipsmodule/x86_64-mont5.asm',
|
||||
'win-x86_64/crypto/test/trampoline-x86_64.asm',
|
||||
'win-x86_64/crypto/third_party/sike/asm/fp-x86_64.asm',
|
||||
],
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user