0

Roll src/third_party/boringssl/src 058661845..ca1690e22

https://boringssl.googlesource.com/boringssl/+log/0586618453a279d14dbd6db7fdfaab37047ad39c..ca1690e221677cea3fb946f324eb89d846ec53f2

The following commits have Chromium bugs associated:
  3950d6ce2 Implement P256_XMD:SHA-256_SSWU_RO_ and P384_XMD:SHA-384_SSWU_RO_
  d5e93f521 Cap decimal input sizes in s2i_ASN1_INTEGER

The following commits have update notes:
  503ba9891 Remove proxy certificate support.
  d5e93f521 Cap decimal input sizes in s2i_ASN1_INTEGER
  fc524c161 Make ERR and thread use system malloc.
  9580424ca Bound the overall output size of ASN1_generate_v3
  6e20b77e6 Get rid of time_t usage internally, change to int64_t
  19721cd77 Remove d2i_FOO object reuse

Bug: 1414562, 1415108
Change-Id: Ib8119d00ca441efb7d6f7637f726184c8fe26c1f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4252057
Commit-Queue: David Benjamin <davidben@chromium.org>
Reviewed-by: Bob Beck <bbe@google.com>
Auto-Submit: David Benjamin <davidben@chromium.org>
Commit-Queue: Bob Beck <bbe@google.com>
Cr-Commit-Position: refs/heads/main@{#1105386}
This commit is contained in:
David Benjamin
2023-02-15 00:15:44 +00:00
committed by Chromium LUCI CQ
parent 3843fea11d
commit 10bf980769
2 changed files with 2 additions and 3 deletions
DEPS
third_party/boringssl

2
DEPS

@ -322,7 +322,7 @@ vars = {
#
# Note this revision should be updated with
# third_party/boringssl/roll_boringssl.py, not roll-dep.
'boringssl_revision': '0586618453a279d14dbd6db7fdfaab37047ad39c',
'boringssl_revision': 'ca1690e221677cea3fb946f324eb89d846ec53f2',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling Fuchsia sdk
# and whatever else without interference from each other.

@ -280,8 +280,6 @@ crypto_sources = [
"src/crypto/x509v3/v3_lib.c",
"src/crypto/x509v3/v3_ncons.c",
"src/crypto/x509v3/v3_ocsp.c",
"src/crypto/x509v3/v3_pci.c",
"src/crypto/x509v3/v3_pcia.c",
"src/crypto/x509v3/v3_pcons.c",
"src/crypto/x509v3/v3_pmaps.c",
"src/crypto/x509v3/v3_prn.c",
@ -586,6 +584,7 @@ crypto_sources_linux_x86_64 = [
"linux-x86_64/crypto/fipsmodule/x86_64-mont-linux.S",
"linux-x86_64/crypto/fipsmodule/x86_64-mont5-linux.S",
"linux-x86_64/crypto/test/trampoline-x86_64-linux.S",
"src/crypto/hrss/asm/poly_rq_mul.S",
]
crypto_sources_win_aarch64 = [