Roll BoringSSL from 20b18aef7c1a to 29e2ef6cc121 (29 revisions)
https://boringssl.googlesource.com/boringssl.git/+log/20b18aef7c1a..29e2ef6cc121 2025-12-11 davidben@google.com Deduplicate some code to compute test vector paths 2025-12-11 davidben@google.com Skip iovec tests for NIST CAVP vectors 2025-12-11 davidben@google.com Split sealv, openv, and openv_detached into separate tests 2025-12-11 davidben@google.com Recreate the TestIOVecs on every test call 2025-12-10 rpolzer@google.com When testing AEADs, don't split both the AAD and the plaintext. 2025-12-10 davidben@google.com Revert the initial seal/openv implementations 2025-12-10 rpolzer@google.com EVP_AEAD: implement sealv/openv for AES-GCM. 2025-12-10 rpolzer@google.com EVP_AEAD: implement sealv/openv for AES-CTR-HMAC-SHA256. 2025-12-10 divVerent@gmail.com EVP_AEAD: declare CRYPTO_IOVEC based APIs to support zero copy I/O. 2025-12-09 davidben@google.com infra: Remove seemingly unused win_toolchain cache 2025-12-09 davidben@google.com Check in .bazelversion and MODULE.bazel.lock in util/bazel-example 2025-12-09 davidben@google.com infra: Prefix all of BoringSSL's caches 2025-12-09 davidben@google.com Make third_party/benchmark's configure script less noisy 2025-12-09 chlily@google.com Format *.bzl, *.bazel files using buildifier 2025-12-09 chlily@google.com Add a try builder to run boringssl presubmits 2025-12-09 rpolzer@google.com Fix minor benchmark issues: 2025-12-08 davidben@google.com Retire RSA blinding support 2025-12-08 davidben@google.com Benchmark long-lived vs newly-imported RSA keys for both sign and verify 2025-12-08 xfding@google.com Use google/benchmark for performance tracking 2025-12-08 rpolzer@google.com Make the benchmark timeout a floating point, not integer, flag. 2025-12-08 rpolzer@google.com Add a utility to extract identifiers from public headers. 2025-12-08 davidben@google.com Remove non-CBC codepaths from e_tls.cc 2025-12-08 davidben@google.com Don't condition BORINGSSL_self_test on !_MSC_VER 2025-12-08 davidben@google.com Inject the custom libc++ globally 2025-12-08 davidben@google.com Don't build third-party deps with our warnings 2025-12-08 davidben@google.com infra: Bump android-21 to android-24 on CI 2025-12-08 davidben@google.com infra: Disable mac_arm64_bazel builder again 2025-12-08 davidben@google.com Simply warnings config slightly 2025-12-08 davidben@google.com Stop setting -fmsc-version in our build If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/boringssl-dart-sdk Please CC dart-engprod@google.com,dart-vm-gardener@grotations.appspotmail.com,dart-vm-team@google.com on the revert to ensure that a human is aware of the problem. To file a bug in BoringSSL: https://crbug.com/boringssl/new To file a bug in Dart SDK: https://github.com/dart-lang/sdk/issues To report a problem with the AutoRoller itself, please file a bug: https://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md Tbr: dart-vm-gardener@grotations.appspotmail.com Change-Id: I637f5c08dfb51817aac6d93f00a97279963864f8 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/467600 Reviewed-by: Brian Quinlan <bquinlan@google.com> Reviewed-by: Alexander Aprelev <aam@google.com> Commit-Queue: Alexander Aprelev <aam@google.com>
This commit is contained in:
committed by
Commit Queue
parent
608265c794
commit
c01e5d2c76
@@ -97,7 +97,7 @@ vars = {
|
||||
|
||||
# Prefer to use hashes of binaryen that have been reviewed & rolled into g3.
|
||||
"binaryen_rev" : "6ec7b5f9c615d3b224c67ae221d6812c8f8e1a96",
|
||||
"boringssl_rev": "20b18aef7c1adafbeaed8aa80f9df19530ab8900",
|
||||
"boringssl_rev": "29e2ef6cc121e6d30a38bdb3fce3ddd489e6e2eb",
|
||||
"browser-compat-data_tag": "ac8cae697014da1ff7124fba33b0b4245cc6cd1b", # v1.0.22
|
||||
"cpu_features_rev": "936b9ab5515dead115606559502e3864958f7f6e",
|
||||
"devtools_rev": "bac6843cce3c98d8794a7cce796faaa8860cc00f",
|
||||
|
||||
Reference in New Issue
Block a user