Source release 15.0.0
This commit is contained in:
16
third_party/boringssl/kit/boringssl.gypi
vendored
16
third_party/boringssl/kit/boringssl.gypi
vendored
@@ -8,6 +8,7 @@
|
||||
'variables': {
|
||||
'boringssl_ssl_files': [
|
||||
'src/include/openssl/dtls1.h',
|
||||
'src/include/openssl/srtp.h',
|
||||
'src/include/openssl/ssl.h',
|
||||
'src/include/openssl/ssl3.h',
|
||||
'src/include/openssl/tls1.h',
|
||||
@@ -173,11 +174,15 @@
|
||||
'src/crypto/fipsmodule/ec/p256-x86_64-table.h',
|
||||
'src/crypto/fipsmodule/ec/p256-x86_64.h',
|
||||
'src/crypto/fipsmodule/is_fips.c',
|
||||
'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/sha/internal.h',
|
||||
'src/crypto/fipsmodule/tls/internal.h',
|
||||
'src/crypto/hkdf/hkdf.c',
|
||||
'src/crypto/hrss/hrss.c',
|
||||
'src/crypto/hrss/internal.h',
|
||||
'src/crypto/internal.h',
|
||||
'src/crypto/lhash/lhash.c',
|
||||
'src/crypto/mem.c',
|
||||
@@ -273,6 +278,7 @@
|
||||
'src/crypto/x509/x_x509.c',
|
||||
'src/crypto/x509/x_x509a.c',
|
||||
'src/crypto/x509v3/ext_dat.h',
|
||||
'src/crypto/x509v3/internal.h',
|
||||
'src/crypto/x509v3/pcy_cache.c',
|
||||
'src/crypto/x509v3/pcy_data.c',
|
||||
'src/crypto/x509v3/pcy_int.h',
|
||||
@@ -344,9 +350,9 @@
|
||||
'src/include/openssl/ex_data.h',
|
||||
'src/include/openssl/hkdf.h',
|
||||
'src/include/openssl/hmac.h',
|
||||
'src/include/openssl/hrss.h',
|
||||
'src/include/openssl/is_boringssl.h',
|
||||
'src/include/openssl/lhash.h',
|
||||
'src/include/openssl/lhash_macros.h',
|
||||
'src/include/openssl/md4.h',
|
||||
'src/include/openssl/md5.h',
|
||||
'src/include/openssl/mem.h',
|
||||
@@ -370,7 +376,6 @@
|
||||
'src/include/openssl/safestack.h',
|
||||
'src/include/openssl/sha.h',
|
||||
'src/include/openssl/span.h',
|
||||
'src/include/openssl/srtp.h',
|
||||
'src/include/openssl/stack.h',
|
||||
'src/include/openssl/thread.h',
|
||||
'src/include/openssl/type_check.h',
|
||||
@@ -454,6 +459,7 @@
|
||||
'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',
|
||||
'linux-x86_64/crypto/fipsmodule/p256_beeu-x86_64-asm.S',
|
||||
'linux-x86_64/crypto/fipsmodule/rdrand-x86_64.S',
|
||||
'linux-x86_64/crypto/fipsmodule/rsaz-avx2.S',
|
||||
'linux-x86_64/crypto/fipsmodule/sha1-x86_64.S',
|
||||
@@ -462,6 +468,8 @@
|
||||
'linux-x86_64/crypto/fipsmodule/vpaes-x86_64.S',
|
||||
'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',
|
||||
'src/crypto/hrss/asm/poly_rq_mul.S',
|
||||
],
|
||||
'boringssl_mac_x86_files': [
|
||||
'mac-x86/crypto/chacha/chacha-x86.S',
|
||||
@@ -488,6 +496,7 @@
|
||||
'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',
|
||||
'mac-x86_64/crypto/fipsmodule/p256_beeu-x86_64-asm.S',
|
||||
'mac-x86_64/crypto/fipsmodule/rdrand-x86_64.S',
|
||||
'mac-x86_64/crypto/fipsmodule/rsaz-avx2.S',
|
||||
'mac-x86_64/crypto/fipsmodule/sha1-x86_64.S',
|
||||
@@ -496,6 +505,7 @@
|
||||
'mac-x86_64/crypto/fipsmodule/vpaes-x86_64.S',
|
||||
'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',
|
||||
],
|
||||
'boringssl_win_x86_files': [
|
||||
'win-x86/crypto/chacha/chacha-x86.asm',
|
||||
@@ -522,6 +532,7 @@
|
||||
'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',
|
||||
'win-x86_64/crypto/fipsmodule/p256_beeu-x86_64-asm.asm',
|
||||
'win-x86_64/crypto/fipsmodule/rdrand-x86_64.asm',
|
||||
'win-x86_64/crypto/fipsmodule/rsaz-avx2.asm',
|
||||
'win-x86_64/crypto/fipsmodule/sha1-x86_64.asm',
|
||||
@@ -530,6 +541,7 @@
|
||||
'win-x86_64/crypto/fipsmodule/vpaes-x86_64.asm',
|
||||
'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',
|
||||
],
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user