Commit 72b30be5 authored by David Benjamin's avatar David Benjamin Committed by Commit Bot

Roll src/third_party/boringssl/src 5ce702239..a7d9ac2af

https://boringssl.googlesource.com/boringssl/+log/5ce7022394055e183c12368778d361461fe90a6e..a7d9ac2af4684747c4524cbeba9737b04dce3e3e

Bug: none
Change-Id: I7580cf38646d98994dad027f8aace2fb07e2a342
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1808421
Commit-Queue: Steven Valdez <svaldez@chromium.org>
Auto-Submit: David Benjamin <davidben@chromium.org>
Reviewed-by: default avatarSteven Valdez <svaldez@chromium.org>
Cr-Commit-Position: refs/heads/master@{#697628}
parent e4ff3001
...@@ -189,7 +189,7 @@ vars = { ...@@ -189,7 +189,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': '5ce7022394055e183c12368778d361461fe90a6e', 'boringssl_revision': 'a7d9ac2af4684747c4524cbeba9737b04dce3e3e',
# 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.
......
...@@ -435,6 +435,7 @@ crypto_sources_ios_arm = [ ...@@ -435,6 +435,7 @@ crypto_sources_ios_arm = [
"ios-arm/crypto/fipsmodule/sha1-armv4-large.S", "ios-arm/crypto/fipsmodule/sha1-armv4-large.S",
"ios-arm/crypto/fipsmodule/sha256-armv4.S", "ios-arm/crypto/fipsmodule/sha256-armv4.S",
"ios-arm/crypto/fipsmodule/sha512-armv4.S", "ios-arm/crypto/fipsmodule/sha512-armv4.S",
"ios-arm/crypto/fipsmodule/vpaes-armv7.S",
"ios-arm/crypto/test/trampoline-armv4.S", "ios-arm/crypto/test/trampoline-armv4.S",
] ]
...@@ -463,6 +464,7 @@ crypto_sources_linux_arm = [ ...@@ -463,6 +464,7 @@ crypto_sources_linux_arm = [
"linux-arm/crypto/fipsmodule/sha1-armv4-large.S", "linux-arm/crypto/fipsmodule/sha1-armv4-large.S",
"linux-arm/crypto/fipsmodule/sha256-armv4.S", "linux-arm/crypto/fipsmodule/sha256-armv4.S",
"linux-arm/crypto/fipsmodule/sha512-armv4.S", "linux-arm/crypto/fipsmodule/sha512-armv4.S",
"linux-arm/crypto/fipsmodule/vpaes-armv7.S",
"linux-arm/crypto/test/trampoline-armv4.S", "linux-arm/crypto/test/trampoline-armv4.S",
"src/crypto/curve25519/asm/x25519-asm-arm.S", "src/crypto/curve25519/asm/x25519-asm-arm.S",
"src/crypto/poly1305/poly1305_arm_asm.S", "src/crypto/poly1305/poly1305_arm_asm.S",
......
...@@ -96,6 +96,7 @@ crypto_test_data = [ ...@@ -96,6 +96,7 @@ crypto_test_data = [
"src/crypto/cipher_extra/test/aes_128_ctr_hmac_sha256.txt", "src/crypto/cipher_extra/test/aes_128_ctr_hmac_sha256.txt",
"src/crypto/cipher_extra/test/aes_128_gcm_siv_tests.txt", "src/crypto/cipher_extra/test/aes_128_gcm_siv_tests.txt",
"src/crypto/cipher_extra/test/aes_128_gcm_tests.txt", "src/crypto/cipher_extra/test/aes_128_gcm_tests.txt",
"src/crypto/cipher_extra/test/aes_192_gcm_tests.txt",
"src/crypto/cipher_extra/test/aes_256_cbc_sha1_tls_implicit_iv_tests.txt", "src/crypto/cipher_extra/test/aes_256_cbc_sha1_tls_implicit_iv_tests.txt",
"src/crypto/cipher_extra/test/aes_256_cbc_sha1_tls_tests.txt", "src/crypto/cipher_extra/test/aes_256_cbc_sha1_tls_tests.txt",
"src/crypto/cipher_extra/test/aes_256_cbc_sha256_tls_tests.txt", "src/crypto/cipher_extra/test/aes_256_cbc_sha256_tls_tests.txt",
......
This diff is collapsed.
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