Skip to content

Commit e85ceac

Browse files
DEPS AutorollerCommit Queue
authored andcommitted
Roll BoringSSL from 5d4b8d99a14a to 55de8cd4a040 (23 revisions)
https://boringssl.googlesource.com/boringssl.git/+log/5d4b8d99a14a..55de8cd4a040 2025-03-14 [email protected] [fuzz] Replace is_pod 2025-03-12 [email protected] Handle nullptr arguments to FIPS key generation functions 2025-03-12 [email protected] Move some exponentation functions out of the FIPS module 2025-03-12 [email protected] Remove optimized even modulus mod-exp implementation 2025-03-12 [email protected] Warn in SSL_export_keying_material API docs that lengths must match 2025-03-11 [email protected] Add mode for MLS client auth, with EKU checking 2025-03-11 [email protected] Const-correct SSL_export_keying_material 2025-03-11 [email protected] Remove unused "endbranch" x86-64 encoder 2025-03-11 [email protected] Add AES-EAX EVP_AEAD cipher 2025-03-11 [email protected] Stop manually encoding a bunch of x86-64 instructions 2025-03-11 [email protected] Migrate remaining uses of io/ioutil 2025-03-11 [email protected] go mod tidy 2025-03-11 [email protected] acvptool: Disable GCS support by default 2025-03-11 [email protected] Update deps and tag a version for BCR 2025-03-11 [email protected] Replace an old README.chromium file with a plain README.md 2025-03-11 [email protected] Implement draft-ietf-tls-cross-sni-resumption 2025-03-10 [email protected] Fix missing vzeroupper in poly_Rq_mul() 2025-03-10 [email protected] Use vmovdqa to save/restore xmm registers in AES-GCM code on Windows 2025-03-10 [email protected] Fix missing vzeroupper in gcm_ghash_vpclmulqdq_avx2() for len=16 2025-03-10 [email protected] aes-gcm-avx10-x86_64.pl: use strict mode and sync with avx2 code 2025-03-10 [email protected] Update PQ ACVP to reflect NIST's breaking changes. 2025-03-10 [email protected] aes-gcm-avx10-x86_64.pl: fold _ghash_mul_step into _ghash_mul 2025-03-10 [email protected] runner: Test export keying material across all protocols 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: Ib5508c914fb2ce9fbcf741888ad4511a60fcc1df Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/415685 Reviewed-by: Alexander Markov <[email protected]> Commit-Queue: Alexander Markov <[email protected]> Reviewed-by: Alexander Aprelev <[email protected]>
1 parent 3a0fbb1 commit e85ceac

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
@@ -98,7 +98,7 @@ vars = {
9898

9999
# Prefer to use hashes of binaryen that have been reviewed & rolled into g3.
100100
"binaryen_rev" : "b4bdcc33115b31758c56b83bb9de4642c411a042",
101-
"boringssl_rev": "5d4b8d99a14a64df946f48d87dbaf6691f3cdeaf",
101+
"boringssl_rev": "55de8cd4a0405a059bf2c1d56773ec12e5d80b25",
102102
"browser-compat-data_tag": "ac8cae697014da1ff7124fba33b0b4245cc6cd1b", # v1.0.22
103103
"cpu_features_rev": "936b9ab5515dead115606559502e3864958f7f6e",
104104
"devtools_rev": "f10e8df8c517fb0412b9a66c626581867c9c267d",

0 commit comments

Comments
 (0)