Bump openssl from 0.10.72 to 0.10.81 - #791
Conversation
Coverage Report for CI Build 28268818903Coverage remained the same at 88.119%Details
Uncovered ChangesNo uncovered changes found. Coverage RegressionsNo coverage regressions found. Coverage Stats
💛 - Coveralls |
2417298 to
c5e4fc9
Compare
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
Bumps [openssl](https://github.com/rust-openssl/rust-openssl) from 0.10.72 to 0.10.81. - [Release notes](https://github.com/rust-openssl/rust-openssl/releases) - [Commits](rust-openssl/rust-openssl@openssl-v0.10.72...openssl-v0.10.81) --- updated-dependencies: - dependency-name: openssl dependency-version: 0.10.80 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
c5e4fc9 to
688eeb4
Compare
Bumps openssl from 0.10.72 to 0.10.81.
Release notes
Sourced from openssl's releases.
... (truncated)
Commits
db9c9e2Release openssl 0.10.81 and openssl-sys 0.9.117 (#2655)3a7fb56Bump actions/checkout from 6.0.2 to 6.0.3 (#2653)d059c43Fix verify_mode() panic on unmodeled verify mode bits (#2651)8b1519eDeprecate Asn1StringRef::as_utf8 in favor of a NUL-safe to_string (#2652)d5713d6add mldsa.h to the boringssl bindgen (#2650)9fac317Merge pull request #2538 from ocdlroux/feat/crl-full4dae20bx509: adding minimal support for X509CrlBuilder47f7777Add brainpoolP224r1 and brainpoolP224t1 NID constants (#2642)659da17Bump aws-ls-sys to 0.41 (#2640)35be7aeRelease openssl 0.10.80 and openssl-sys 0.9.116 (#2639)Note
Medium Risk
Touches a security-sensitive crypto/TLS dependency stack with no local code changes; risk is mainly regression or behavior changes in TLS/verify/cipher paths when the openssl feature is enabled.
Overview
Dependency-only update in
Cargo.lock: bumps the transitiveopensslcrate from 0.10.72 to 0.10.81 andopenssl-sysfrom 0.9.107 to 0.9.117. Theopensslpackage no longer listsonce_cellas a direct dependency in the lockfile.There are no changes to project
Cargo.tomlfiles or Rust source. OpenSSL bindings are still used when building with theopensslfeature (e.g.chia-sha2/opensslfor faster SHA-256 on Unix). Upstream releases in this range include TLS/X509 fixes (e.g.verify_mode()panic, AES key-wrap buffer overflow), CRL-building support, and deprecations aroundAsn1StringRef::as_utf8.Reviewed by Cursor Bugbot for commit 688eeb4. Bugbot is set up for automated code reviews on this repo. Configure here.