Roll BoringSSL from 047c29fe2c3e to 60553ee001ee (29 revisions)
https://boringssl.googlesource.com/boringssl.git/+log/047c29fe2c3e..60553ee001ee 2026-06-04 davidben@google.com draft-ietf-dnsop-svcb-https was also published 2026-06-04 davidben@google.com draft-ietf-lamps-dilithium-certificates is now RFC 9881 2026-06-03 davidben@google.com Restore the libcrypto C++ runtime dependency, but with a build flag 2026-06-03 davidben@google.com Fix error_depth in the name constraints common name check 2026-06-03 chlily@google.com Add default SSL options to SSL_OP_ALL 2026-06-03 rpolzer@google.com Unroll the ML-DSA NTT outer loops. 2026-06-03 rpolzer@google.com In SSL_reset_early_data_reject, clear out unreported bytes written. 2026-06-02 davidben@google.com Update Wycheproof test vectors 2026-06-02 andreser@google.com Replace most of P-256 assembly code with C 2026-06-02 rpolzer@google.com For AES-GCM-SIV, also require PCLMUL instruction set. 2026-06-02 rpolzer@google.com Add CMS_LIB to kLibraryNames. 2026-06-02 chlily@google.com Documentation: Change |...| to `...` for code references in comments 9/N 2026-06-02 rpolzer@google.com Remove the size limits for AES-EAX. 2026-06-02 chlily@google.com Documentation: Change |...| to `...` for code references in comments 15/15 2026-06-02 chlily@google.com Documentation: Change |...| to `...` for code references in comments 14/N 2026-06-02 chlily@google.com Documentation: Change |...| to `...` for code references in comments 12/N 2026-06-01 davidben@google.com Remove unreachable checks in builtin BIO callbacks 2026-06-01 davidben@google.com Convert built-in BIOs to write_ex 2026-06-01 davidben@google.com Switch some BIO_write calls to BIO_write_ex 2026-06-01 chlily@google.com Documentation: Change |...| to `...` for code references in comments 13/N 2026-06-01 davidben@google.com Take another pass at EVP_MD_CTX and EVP_CIPHER_CTX documentation 2026-06-01 mattm@google.com Implement plants-04 landmark relative MTC verification. 2026-06-01 davidben@google.com Implement BIO_write_ex 2026-06-01 davidben@google.com Narrow BIO_read and BIO_write error values 2026-06-01 davidben@google.com Fix BIOTest.SocketConnect on platforms where loopback is synchronous 2026-06-01 davidben@google.com Fix non-blocking connect completion check in BIO. 2026-06-01 davidben@google.com Fix EVP_MD_CTX reuse across EVP_PKEY algorithms 2026-06-01 davidben@google.com Use C++ destructors in by_dir.cc 2026-06-01 davidben@google.com Clean up by_dir's get_cert_by_subject function 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@rotations.google.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@rotations.google.com Change-Id: Iae122815779b6085963c2b4c78bde9f7c5f37ff0 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/509421 Reviewed-by: Alexander Aprelev <aam@google.com> Reviewed-by: Ryan Macnak <rmacnak@google.com> Reviewed-by: Alexander Markov <alexmarkov@google.com> Commit-Queue: Ryan Macnak <rmacnak@google.com>
This commit is contained in:
committed by
dart-scoped@luci-project-accounts.iam.gserviceaccount.com
parent
f8d286d4d2
commit
aa6489ca91
@@ -102,7 +102,7 @@ vars = {
|
||||
|
||||
# Prefer to use hashes of binaryen that have been reviewed & rolled into g3.
|
||||
"binaryen_rev" : "604f547f5ccb51cdc02c1b12fe96a6d045c602d5",
|
||||
"boringssl_rev": "047c29fe2c3e057a649d4bcb0a1316011d74f04c",
|
||||
"boringssl_rev": "60553ee001ee3e52697b3a6aefd48137ad37e202",
|
||||
"browser-compat-data_tag": "ac8cae697014da1ff7124fba33b0b4245cc6cd1b", # v1.0.22
|
||||
"cpu_features_rev": "936b9ab5515dead115606559502e3864958f7f6e",
|
||||
"devtools_rev": "3eca94a79d17c9a3e77b51a2d2d6cb306cda9c2a",
|
||||
|
||||
Reference in New Issue
Block a user