Commit 0d55776f authored by David Benjamin's avatar David Benjamin Committed by Commit Bot

Roll src/third_party/boringssl/src 76918d016..fe37af11a

https://boringssl.googlesource.com/boringssl/+log/76918d016414bf1d71a86d28239566fbcf8aacf0..fe37af11a69c88ae5c63c5eb846552237a4fc8e9

Bug: none
Change-Id: I21392e0adddab21b0afa5ea9b278fe4f39205b08
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1876761
Auto-Submit: David Benjamin <davidben@chromium.org>
Commit-Queue: Steven Valdez <svaldez@chromium.org>
Reviewed-by: default avatarSteven Valdez <svaldez@chromium.org>
Cr-Commit-Position: refs/heads/master@{#710387}
parent 9e24657b
...@@ -199,7 +199,7 @@ vars = { ...@@ -199,7 +199,7 @@ vars = {
# #
# Note this revision should be updated with # Note this revision should be updated with
# third_party/boringssl/roll_boringssl.py, not roll-dep. # third_party/boringssl/roll_boringssl.py, not roll-dep.
'boringssl_revision': '76918d016414bf1d71a86d28239566fbcf8aacf0', 'boringssl_revision': 'fe37af11a69c88ae5c63c5eb846552237a4fc8e9',
# Three lines of non-changing comments so that # Three lines of non-changing comments so that
# the commit queue can handle CLs rolling google-toolbox-for-mac # the commit queue can handle CLs rolling google-toolbox-for-mac
# and whatever else without interference from each other. # and whatever else without interference from each other.
......
...@@ -279,15 +279,6 @@ crypto_sources = [ ...@@ -279,15 +279,6 @@ crypto_sources = [
"src/third_party/fiat/internal.h", "src/third_party/fiat/internal.h",
"src/third_party/fiat/p256_32.h", "src/third_party/fiat/p256_32.h",
"src/third_party/fiat/p256_64.h", "src/third_party/fiat/p256_64.h",
"src/third_party/sike/asm/fp_generic.c",
"src/third_party/sike/curve_params.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",
] ]
crypto_headers = [ crypto_headers = [
...@@ -422,7 +413,6 @@ crypto_sources_ios_aarch64 = [ ...@@ -422,7 +413,6 @@ crypto_sources_ios_aarch64 = [
"ios-aarch64/crypto/fipsmodule/sha512-armv8.S", "ios-aarch64/crypto/fipsmodule/sha512-armv8.S",
"ios-aarch64/crypto/fipsmodule/vpaes-armv8.S", "ios-aarch64/crypto/fipsmodule/vpaes-armv8.S",
"ios-aarch64/crypto/test/trampoline-armv8.S", "ios-aarch64/crypto/test/trampoline-armv8.S",
"ios-aarch64/crypto/third_party/sike/asm/fp-armv8.S",
] ]
crypto_sources_ios_arm = [ crypto_sources_ios_arm = [
...@@ -451,7 +441,6 @@ crypto_sources_linux_aarch64 = [ ...@@ -451,7 +441,6 @@ crypto_sources_linux_aarch64 = [
"linux-aarch64/crypto/fipsmodule/sha512-armv8.S", "linux-aarch64/crypto/fipsmodule/sha512-armv8.S",
"linux-aarch64/crypto/fipsmodule/vpaes-armv8.S", "linux-aarch64/crypto/fipsmodule/vpaes-armv8.S",
"linux-aarch64/crypto/test/trampoline-armv8.S", "linux-aarch64/crypto/test/trampoline-armv8.S",
"linux-aarch64/crypto/third_party/sike/asm/fp-armv8.S",
] ]
crypto_sources_linux_arm = [ crypto_sources_linux_arm = [
...@@ -514,7 +503,6 @@ crypto_sources_linux_x86_64 = [ ...@@ -514,7 +503,6 @@ crypto_sources_linux_x86_64 = [
"linux-x86_64/crypto/fipsmodule/x86_64-mont.S", "linux-x86_64/crypto/fipsmodule/x86_64-mont.S",
"linux-x86_64/crypto/fipsmodule/x86_64-mont5.S", "linux-x86_64/crypto/fipsmodule/x86_64-mont5.S",
"linux-x86_64/crypto/test/trampoline-x86_64.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", "src/crypto/hrss/asm/poly_rq_mul.S",
] ]
...@@ -556,7 +544,6 @@ crypto_sources_mac_x86_64 = [ ...@@ -556,7 +544,6 @@ crypto_sources_mac_x86_64 = [
"mac-x86_64/crypto/fipsmodule/x86_64-mont.S", "mac-x86_64/crypto/fipsmodule/x86_64-mont.S",
"mac-x86_64/crypto/fipsmodule/x86_64-mont5.S", "mac-x86_64/crypto/fipsmodule/x86_64-mont5.S",
"mac-x86_64/crypto/test/trampoline-x86_64.S", "mac-x86_64/crypto/test/trampoline-x86_64.S",
"mac-x86_64/crypto/third_party/sike/asm/fp-x86_64.S",
] ]
crypto_sources_win_x86 = [ crypto_sources_win_x86 = [
...@@ -597,7 +584,6 @@ crypto_sources_win_x86_64 = [ ...@@ -597,7 +584,6 @@ crypto_sources_win_x86_64 = [
"win-x86_64/crypto/fipsmodule/x86_64-mont.asm", "win-x86_64/crypto/fipsmodule/x86_64-mont.asm",
"win-x86_64/crypto/fipsmodule/x86_64-mont5.asm", "win-x86_64/crypto/fipsmodule/x86_64-mont5.asm",
"win-x86_64/crypto/test/trampoline-x86_64.asm", "win-x86_64/crypto/test/trampoline-x86_64.asm",
"win-x86_64/crypto/third_party/sike/asm/fp-x86_64.asm",
] ]
fuzzers = [ fuzzers = [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment