Skip to content

Commit 8a1010f

Browse files
DEPS AutorollerCommit Queue
authored andcommitted
Roll BoringSSL from 5a2194f43d88 to d3f26f8af085 (48 revisions)
https://boringssl.googlesource.com/boringssl.git/+log/5a2194f43d88..d3f26f8af085 2025-01-20 [email protected] Add a function for Conscrypt to use 2025-01-17 [email protected] Fix unwrap comment for CBB_init_fixed 2025-01-17 [email protected] Document and test PEM_X509_INFO_read_bio's odd decryption behavior 2025-01-16 [email protected] Test some obscure modes of EVP sign/verify with RSA keys 2025-01-16 [email protected] Remove some dead code in bssl_shim 2025-01-16 [email protected] clang-format bssl_shim.cc 2025-01-16 [email protected] Rename foo_extra to foo 2025-01-16 [email protected] Add explicit prefetching to the new AES-GCM code 2025-01-16 [email protected] Add SPAKE2+. 2025-01-15 [email protected] Add ability to upload a directory of vector test results. 2025-01-14 [email protected] Bump MODULE.bazel for another snapshot 2025-01-14 [email protected] Unfork Chromium's Clang update script 2025-01-14 [email protected] Remove embed_test_data.go 2025-01-14 [email protected] Mark fallible container operations as `nodiscard` 2025-01-13 [email protected] Start using bssl::UniquePtr in libcrypto 2025-01-13 [email protected] Move RSA_blinding_on out of BCM 2025-01-13 [email protected] Switch some tests to std::string_view 2025-01-13 [email protected] Initialize iqmp during keygen directly 2025-01-13 [email protected] Remove a redundant call to freeze_private_key 2025-01-13 [email protected] Add tests for TIME functions that accept offsets 2025-01-13 [email protected] Use more span patterns for strings vs bytes 2025-01-13 [email protected] Remove calls to now unnecessary MakeSpan/MakeConstSpan 2025-01-13 [email protected] Remove now unused size hooks from ECDSA_METHOD and RSA_METHOD 2025-01-13 [email protected] Remove some RSA_is_opaque and EC_KEY_is_opaque special cases 2025-01-12 [email protected] Use std::string_view for label strings 2025-01-09 [email protected] Update CMAKE_CXX_STANDARD in generate_build_files.py 2025-01-09 [email protected] Revert "Stop playing with time strings with strlcat" 2025-01-08 [email protected] util/fipstools: document AES-gcm-randnonce cmds 2025-01-08 [email protected] util/fipstools: add SSH KDF ACVP support 2025-01-08 [email protected] Add something to the error queue when Proc-Type version is wrong 2025-01-08 [email protected] Gate Rust support for ML-{KEM,DSA} on a crate feature. 2025-01-07 [email protected] Stop playing with time strings with strlcat 2025-01-07 [email protected] Revert "Always try and enable the new_uninit feature." 2025-01-07 [email protected] replace some more allocate + strlcat with asprintf 2025-01-07 [email protected] Remove out directories in pki test data 2025-01-07 [email protected] replace manual alloction math and srlcats with asprintf 2025-01-07 [email protected] use asprintf instead of magic manual allocation 2025-01-07 [email protected] Always try and enable the new_uninit feature. 2025-01-07 [email protected] Add another missing file header 2025-01-07 [email protected] Add some missing file headers 2025-01-07 [email protected] Align a few license headers with OpenSSL's "copyright consolidation" 2025-01-06 [email protected] Remove uses of `strcpy`, `strcat`, and `sprintf`, and handle NULL in some functions. 2025-01-06 [email protected] Import "Remove some code for a contributor that we cannot find" from upstream OpenSSL 2025-01-06 [email protected] Import "Undo commit d420ac2" from upstream OpenSSL 2025-01-06 [email protected] Disable the "AVX10/256" AES-GCM functions for now 2025-01-06 [email protected] Add VAES + AVX2 optimized AES-GCM 2025-01-06 [email protected] util/fipstools: adjust KDF-counter command docs 2025-01-06 [email protected] util/fipstools: support more digests w/ hmacDRBG 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: I9947da0bc5b08179052b9c8eef2e7520195d6213 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/405161 Reviewed-by: Alexander Aprelev <[email protected]> Reviewed-by: Alexander Thomas <[email protected]> Commit-Queue: Alexander Aprelev <[email protected]>
1 parent 6417e1c commit 8a1010f

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" : "3f6831c0bd147ae1ae0ab1d9187d37bce7cca38b",
101-
"boringssl_rev": "5a2194f43d8801335e4b20040156686eb4247b22",
101+
"boringssl_rev": "d3f26f8af0853b4d337d2405281f91fdfbe64465",
102102
"browser-compat-data_tag": "ac8cae697014da1ff7124fba33b0b4245cc6cd1b", # v1.0.22
103103
"cpu_features_rev": "936b9ab5515dead115606559502e3864958f7f6e",
104104
"devtools_rev": "8762b31f0d0ffeea6449fd02740e9ce7acb32503",

0 commit comments

Comments
 (0)