Skip to content

Commit 21a9b00

Browse files
DEPS AutorollerCommit Queue
authored andcommitted
Roll BoringSSL from be5be0a4f5eb to 739613d2e62b (38 revisions)
https://boringssl.googlesource.com/boringssl.git/+log/be5be0a4f5eb..739613d2e62b 2025-07-28 [email protected] Make checkout_rust in util/bot/DEPS also run hooks for clang 2025-07-25 [email protected] Work around a Rust problem tripped by working around a Rust problem, which in turn was tripped by working around a Rust problem 2025-07-25 [email protected] rust: Gate new lint on Rust version 2025-07-25 [email protected] Revert "Add a try builder to run boringssl presubmits" 2025-07-24 [email protected] Add a try builder to run boringssl presubmits 2025-07-24 [email protected] Add PRESUBMIT.py for infra/config 2025-07-24 [email protected] Specify ACL for CQ new patchset runs 2025-07-24 [email protected] rust: add includable CQ builder for testing 2025-07-22 [email protected] Add a comment about ct and gcc builtins 2025-07-21 [email protected] Pull in Rust toolchain via util/bot/DEPS 2025-07-21 [email protected] Add a Rust workspace 2025-07-18 [email protected] Add X-Wing KEM option for HPKE. 2025-07-17 [email protected] rust: Suppress unnecessary_transmutes warnings in bssl-sys 2025-07-15 [email protected] Update .gitignore to check in Cargo.lock files 2025-07-15 [email protected] [clang-tidy] First stab at making clang-tidy bot work 2025-07-10 [email protected] Fix some tabs in build.json 2025-07-10 [email protected] Fix some more IWYU issues 2025-07-10 [email protected] Keep SHA-1 in crypto.h 2025-07-09 [email protected] Fix Rust build 2025-07-09 [email protected] Add sha2.h 2025-07-09 [email protected] Add ML-DSA-44 2025-07-09 [email protected] Rename bn_mul_mont to bn_mul_mont_words 2025-07-08 [email protected] Remove Lw and Hw macros from BN internals 2025-07-07 [email protected] bssl-crypto: Test that we don't accidentally accept RSA-PSS keys 2025-07-07 [email protected] Test that libssl rejects id-RSASSA-PSS certificates 2025-07-07 [email protected] runner: write a new test certificate library 2025-07-07 [email protected] Drop the RSA, DSA, and DH DoS limits to 8,192 bits 2025-07-03 [email protected] Make BN_MONT_CTX opaque 2025-07-02 [email protected] Shave 8 bytes off BN_MONT_CTX in 64-bit 2025-07-02 [email protected] Inline a small single-use variable 2025-07-02 [email protected] Supress the run_tests target when we're a subdirectory 2025-07-02 [email protected] Don't look for libunwind when BUILD_TESTING is off 2025-07-01 [email protected] Update tools and prep for 0.20250701.0 2025-06-30 [email protected] More clearly suggest passing NULL for EC and EC_KEY APIs 2025-06-30 [email protected] Add EVP_PKEY_get_ec_curve_nid and EVP_PKEY_get_ec_point_conv_form 2025-06-30 [email protected] Remove the SHA-1 default for PSS with EVP_PKEY 2025-06-30 [email protected] Document the default use of SHA-1 with OAEP 2025-06-30 [email protected] Change the RSA-PSS salt length default to RSA_PSS_SALTLEN_DIGEST 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 [email protected],[email protected],[email protected] 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: [email protected] Change-Id: I24576e745ef78fe42bf1348005e5d12d79b662b5 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/442500 Commit-Queue: Alexander Markov <[email protected]> Reviewed-by: Alexander Aprelev <[email protected]> Reviewed-by: Alexander Markov <[email protected]>
1 parent 3fac7c5 commit 21a9b00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ vars = {
9797

9898
# Prefer to use hashes of binaryen that have been reviewed & rolled into g3.
9999
"binaryen_rev" : "1d2e23d5e55788091a51420ba3a9889d4efe7509",
100-
"boringssl_rev": "be5be0a4f5ebf00da151a06860deb11a0ffb609f",
100+
"boringssl_rev": "739613d2e62bd6ab3e7378bf70a5767b50e3c4bf",
101101
"browser-compat-data_tag": "ac8cae697014da1ff7124fba33b0b4245cc6cd1b", # v1.0.22
102102
"cpu_features_rev": "936b9ab5515dead115606559502e3864958f7f6e",
103103
"devtools_rev": "ae6e8facc9adffe7c028d990923faf2aae2d9436",

0 commit comments

Comments
 (0)