Source release 15.2.0
This commit is contained in:
39
third_party/boringssl/kit/boringssl.gypi
vendored
39
third_party/boringssl/kit/boringssl.gypi
vendored
@@ -173,6 +173,7 @@
|
||||
'src/crypto/fipsmodule/ec/internal.h',
|
||||
'src/crypto/fipsmodule/ec/p256-x86_64-table.h',
|
||||
'src/crypto/fipsmodule/ec/p256-x86_64.h',
|
||||
'src/crypto/fipsmodule/fips_shared_support.c',
|
||||
'src/crypto/fipsmodule/is_fips.c',
|
||||
'src/crypto/fipsmodule/md5/internal.h',
|
||||
'src/crypto/fipsmodule/modes/internal.h',
|
||||
@@ -383,17 +384,34 @@
|
||||
'src/include/openssl/x509_vfy.h',
|
||||
'src/include/openssl/x509v3.h',
|
||||
'src/third_party/fiat/curve25519.c',
|
||||
'src/third_party/fiat/curve25519_32.h',
|
||||
'src/third_party/fiat/curve25519_64.h',
|
||||
'src/third_party/fiat/curve25519_tables.h',
|
||||
'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',
|
||||
'ios-aarch64/crypto/fipsmodule/aesv8-armx64.S',
|
||||
'ios-aarch64/crypto/fipsmodule/armv8-mont.S',
|
||||
'ios-aarch64/crypto/fipsmodule/ghash-neon-armv8.S',
|
||||
'ios-aarch64/crypto/fipsmodule/ghashv8-armx64.S',
|
||||
'ios-aarch64/crypto/fipsmodule/sha1-armv8.S',
|
||||
'ios-aarch64/crypto/fipsmodule/sha256-armv8.S',
|
||||
'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',
|
||||
@@ -406,15 +424,20 @@
|
||||
'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/test/trampoline-armv4.S',
|
||||
],
|
||||
'boringssl_linux_aarch64_files': [
|
||||
'linux-aarch64/crypto/chacha/chacha-armv8.S',
|
||||
'linux-aarch64/crypto/fipsmodule/aesv8-armx64.S',
|
||||
'linux-aarch64/crypto/fipsmodule/armv8-mont.S',
|
||||
'linux-aarch64/crypto/fipsmodule/ghash-neon-armv8.S',
|
||||
'linux-aarch64/crypto/fipsmodule/ghashv8-armx64.S',
|
||||
'linux-aarch64/crypto/fipsmodule/sha1-armv8.S',
|
||||
'linux-aarch64/crypto/fipsmodule/sha256-armv8.S',
|
||||
'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',
|
||||
@@ -427,6 +450,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/test/trampoline-armv4.S',
|
||||
'src/crypto/curve25519/asm/x25519-asm-arm.S',
|
||||
'src/crypto/poly1305/poly1305_arm_asm.S',
|
||||
],
|
||||
@@ -440,6 +464,7 @@
|
||||
'linux-x86/crypto/fipsmodule/aesni-x86.S',
|
||||
'linux-x86/crypto/fipsmodule/bn-586.S',
|
||||
'linux-x86/crypto/fipsmodule/co-586.S',
|
||||
'linux-x86/crypto/fipsmodule/ghash-ssse3-x86.S',
|
||||
'linux-x86/crypto/fipsmodule/ghash-x86.S',
|
||||
'linux-x86/crypto/fipsmodule/md5-586.S',
|
||||
'linux-x86/crypto/fipsmodule/sha1-586.S',
|
||||
@@ -447,6 +472,7 @@
|
||||
'linux-x86/crypto/fipsmodule/sha512-586.S',
|
||||
'linux-x86/crypto/fipsmodule/vpaes-x86.S',
|
||||
'linux-x86/crypto/fipsmodule/x86-mont.S',
|
||||
'linux-x86/crypto/test/trampoline-x86.S',
|
||||
],
|
||||
'boringssl_linux_x86_64_files': [
|
||||
'linux-x86_64/crypto/chacha/chacha-x86_64.S',
|
||||
@@ -455,7 +481,7 @@
|
||||
'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/bsaes-x86_64.S',
|
||||
'linux-x86_64/crypto/fipsmodule/ghash-ssse3-x86_64.S',
|
||||
'linux-x86_64/crypto/fipsmodule/ghash-x86_64.S',
|
||||
'linux-x86_64/crypto/fipsmodule/md5-x86_64.S',
|
||||
'linux-x86_64/crypto/fipsmodule/p256-x86_64-asm.S',
|
||||
@@ -469,6 +495,7 @@
|
||||
'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': [
|
||||
@@ -477,6 +504,7 @@
|
||||
'mac-x86/crypto/fipsmodule/aesni-x86.S',
|
||||
'mac-x86/crypto/fipsmodule/bn-586.S',
|
||||
'mac-x86/crypto/fipsmodule/co-586.S',
|
||||
'mac-x86/crypto/fipsmodule/ghash-ssse3-x86.S',
|
||||
'mac-x86/crypto/fipsmodule/ghash-x86.S',
|
||||
'mac-x86/crypto/fipsmodule/md5-586.S',
|
||||
'mac-x86/crypto/fipsmodule/sha1-586.S',
|
||||
@@ -484,6 +512,7 @@
|
||||
'mac-x86/crypto/fipsmodule/sha512-586.S',
|
||||
'mac-x86/crypto/fipsmodule/vpaes-x86.S',
|
||||
'mac-x86/crypto/fipsmodule/x86-mont.S',
|
||||
'mac-x86/crypto/test/trampoline-x86.S',
|
||||
],
|
||||
'boringssl_mac_x86_64_files': [
|
||||
'mac-x86_64/crypto/chacha/chacha-x86_64.S',
|
||||
@@ -492,7 +521,7 @@
|
||||
'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/bsaes-x86_64.S',
|
||||
'mac-x86_64/crypto/fipsmodule/ghash-ssse3-x86_64.S',
|
||||
'mac-x86_64/crypto/fipsmodule/ghash-x86_64.S',
|
||||
'mac-x86_64/crypto/fipsmodule/md5-x86_64.S',
|
||||
'mac-x86_64/crypto/fipsmodule/p256-x86_64-asm.S',
|
||||
@@ -506,6 +535,7 @@
|
||||
'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',
|
||||
@@ -513,6 +543,7 @@
|
||||
'win-x86/crypto/fipsmodule/aesni-x86.asm',
|
||||
'win-x86/crypto/fipsmodule/bn-586.asm',
|
||||
'win-x86/crypto/fipsmodule/co-586.asm',
|
||||
'win-x86/crypto/fipsmodule/ghash-ssse3-x86.asm',
|
||||
'win-x86/crypto/fipsmodule/ghash-x86.asm',
|
||||
'win-x86/crypto/fipsmodule/md5-586.asm',
|
||||
'win-x86/crypto/fipsmodule/sha1-586.asm',
|
||||
@@ -520,6 +551,7 @@
|
||||
'win-x86/crypto/fipsmodule/sha512-586.asm',
|
||||
'win-x86/crypto/fipsmodule/vpaes-x86.asm',
|
||||
'win-x86/crypto/fipsmodule/x86-mont.asm',
|
||||
'win-x86/crypto/test/trampoline-x86.asm',
|
||||
],
|
||||
'boringssl_win_x86_64_files': [
|
||||
'win-x86_64/crypto/chacha/chacha-x86_64.asm',
|
||||
@@ -528,7 +560,7 @@
|
||||
'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/bsaes-x86_64.asm',
|
||||
'win-x86_64/crypto/fipsmodule/ghash-ssse3-x86_64.asm',
|
||||
'win-x86_64/crypto/fipsmodule/ghash-x86_64.asm',
|
||||
'win-x86_64/crypto/fipsmodule/md5-x86_64.asm',
|
||||
'win-x86_64/crypto/fipsmodule/p256-x86_64-asm.asm',
|
||||
@@ -542,6 +574,7 @@
|
||||
'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