Roll BoringSSL from be5be0a4f5eb to 739613d2e62b (38 revisions)

https://boringssl.googlesource.com/boringssl.git/+log/be5be0a4f5eb..739613d2e62b

2025-07-28 chlily@google.com Make checkout_rust in util/bot/DEPS also run hooks for clang
2025-07-25 davidben@google.com 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 perlarsen@google.com rust: Gate new lint on Rust version
2025-07-25 chlily@google.com Revert "Add a try builder to run boringssl presubmits"
2025-07-24 chlily@google.com Add a try builder to run boringssl presubmits
2025-07-24 chlily@google.com Add PRESUBMIT.py for infra/config
2025-07-24 chlily@google.com Specify ACL for CQ new patchset runs
2025-07-24 chlily@google.com rust: add includable CQ builder for testing
2025-07-22 mpolzer@google.com Add a comment about ct and gcc builtins
2025-07-21 chlily@google.com Pull in Rust toolchain via util/bot/DEPS
2025-07-21 chlily@google.com Add a Rust workspace
2025-07-18 zlukas@google.com Add X-Wing KEM option for HPKE.
2025-07-17 chlily@google.com rust: Suppress unnecessary_transmutes warnings in bssl-sys
2025-07-15 chlily@google.com Update .gitignore to check in Cargo.lock files
2025-07-15 flowerhack@google.com [clang-tidy] First stab at making clang-tidy bot work
2025-07-10 davidben@google.com Fix some tabs in build.json
2025-07-10 davidben@google.com Fix some more IWYU issues
2025-07-10 agl@chromium.org Keep SHA-1 in crypto.h
2025-07-09 davidben@google.com Fix Rust build
2025-07-09 agl@chromium.org Add sha2.h
2025-07-09 bas@westerbaan.name Add ML-DSA-44
2025-07-09 davidben@google.com Rename bn_mul_mont to bn_mul_mont_words
2025-07-08 davidben@google.com Remove Lw and Hw macros from BN internals
2025-07-07 davidben@google.com bssl-crypto: Test that we don't accidentally accept RSA-PSS keys
2025-07-07 davidben@google.com Test that libssl rejects id-RSASSA-PSS certificates
2025-07-07 davidben@google.com runner: write a new test certificate library
2025-07-07 davidben@google.com Drop the RSA, DSA, and DH DoS limits to 8,192 bits
2025-07-03 davidben@google.com Make BN_MONT_CTX opaque
2025-07-02 davidben@google.com Shave 8 bytes off BN_MONT_CTX in 64-bit
2025-07-02 davidben@google.com Inline a small single-use variable
2025-07-02 davidben@google.com Supress the run_tests target when we're a subdirectory
2025-07-02 davidben@google.com Don't look for libunwind when BUILD_TESTING is off
2025-07-01 davidben@google.com Update tools and prep for 0.20250701.0
2025-06-30 davidben@google.com More clearly suggest passing NULL for EC and EC_KEY APIs
2025-06-30 davidben@google.com Add EVP_PKEY_get_ec_curve_nid and EVP_PKEY_get_ec_point_conv_form
2025-06-30 davidben@google.com Remove the SHA-1 default for PSS with EVP_PKEY
2025-06-30 davidben@google.com Document the default use of SHA-1 with OAEP
2025-06-30 davidben@google.com 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 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: I24576e745ef78fe42bf1348005e5d12d79b662b5
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/442500
Commit-Queue: Alexander Markov <alexmarkov@google.com>
Reviewed-by: Alexander Aprelev <aam@google.com>
Reviewed-by: Alexander Markov <alexmarkov@google.com>
diff --git a/DEPS b/DEPS
index 54842ee..d176448 100644
--- a/DEPS
+++ b/DEPS
@@ -97,7 +97,7 @@
 
   # Prefer to use hashes of binaryen that have been reviewed & rolled into g3.
   "binaryen_rev" : "1d2e23d5e55788091a51420ba3a9889d4efe7509",
-  "boringssl_rev": "be5be0a4f5ebf00da151a06860deb11a0ffb609f",
+  "boringssl_rev": "739613d2e62bd6ab3e7378bf70a5767b50e3c4bf",
   "browser-compat-data_tag": "ac8cae697014da1ff7124fba33b0b4245cc6cd1b", # v1.0.22
   "cpu_features_rev": "936b9ab5515dead115606559502e3864958f7f6e",
   "devtools_rev": "ae6e8facc9adffe7c028d990923faf2aae2d9436",