executionbackup
executionbackup copied to clipboard
Bump openssl from 0.10.66 to 0.10.70 in the cargo group across 1 directory
Bumps the cargo group with 1 update in the / directory: openssl.
Updates openssl from 0.10.66 to 0.10.70
Release notes
Sourced from openssl's releases.
openssl v0.10.70
What's Changed
- Attempt to fix CI by pinning to the Ubuntu 22.04 image by
@alexin sfackler/rust-openssl#2357- Remove EC_METHOD and EC_GROUP_new for LibreSSL 4.1 by
@botovqin sfackler/rust-openssl#2356- Test against 3.4.0 final release by
@alexin sfackler/rust-openssl#2359- Expose
SslMethod::{dtls_client,dtls_server}by@alexin sfackler/rust-openssl#2358- Fix lifetimes in ssl::select_next_proto by
@sfacklerin sfackler/rust-openssl#2360Full Changelog: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.69...openssl-v0.10.70
openssl v0.10.69
What's Changed
- build(deps): Update
openssl-macroto version0.1.1by@caspermeijnin sfackler/rust-openssl#2324- Enable set_alpn_select_callback for BoringSSL by
@ViktoriiaKovalovain sfackler/rust-openssl#2327- Switch the test to use prime256v1 based key by
@dcermakin sfackler/rust-openssl#2330- Expose EVP_DigestSqueeze from Hasher by
@initsecretin sfackler/rust-openssl#2275- Expose SSL_CTX_load_verify_locations by
@sfacklerin sfackler/rust-openssl#2353New Contributors
@caspermeijnmade their first contribution in sfackler/rust-openssl#2324@ViktoriiaKovalovamade their first contribution in sfackler/rust-openssl#2327Full Changelog: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.68...openssl-v0.10.69
openssl-v0.10.68
What's Changed
- fixes #2317 -- restore compatibility with our MSRV and release openssl 0.9.68 by
@alexin sfackler/rust-openssl#2318Full Changelog: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.67...openssl-v0.10.68
openssl-v0.10.67
What's Changed
- Added a utility function to ensure we never have an issue with 0-length slices from pointers again by
@alexin sfackler/rust-openssl#2268- Fix CI for the latest rustc by
@alexin sfackler/rust-openssl#2271- Add binding for EVP_DigestSqueeze by
@initsecretin sfackler/rust-openssl#2270- libressl 4.0: const correctness for X509_LOOKUP_METHOD by
@botovqin sfackler/rust-openssl#2276- Bump hex dev-dependency version by
@alexin sfackler/rust-openssl#2277- Raise bindgen version by
@alexin sfackler/rust-openssl#2278- Ensure Rsa::check_key doesn't leave errors on the stack by
@alexin sfackler/rust-openssl#2279- Update some docs to use the corresponds macro by
@rushilmehrain sfackler/rust-openssl#2282- Don't leave errors on the stack in
MdCtxRef::digest_verify_finalby@alexin sfackler/rust-openssl#2283- Adjustments for LibreSSL 4 by
@botovqin sfackler/rust-openssl#2287- Explicit rustfmt config by
@kornelskiin sfackler/rust-openssl#2285- add basic EVP_KDF bindings by
@reaperhulkin sfackler/rust-openssl#2289- add ossl3 thread pool bindings by
@reaperhulkin sfackler/rust-openssl#2293- add argon2id support for ossl 3.2+ by
@reaperhulkin sfackler/rust-openssl#2290- fix 3.2.0 thread support and simplify by
@reaperhulkin sfackler/rust-openssl#2294- add libctx arg to argon2id by
@reaperhulkin sfackler/rust-openssl#2295
... (truncated)
Commits
a4d399bRelease openssl v0.10.70c9a33e2Release openssl-sys v0.9.105f014afbMerge pull request #2360 from sfackler/fix-alpn-lifetimes8e6e30bFix lifetimes in ssl::select_next_proto1aff280Merge pull request #2358 from alex/expose-dlts16ca5b2Merge pull request #2359 from sfackler/alex-patch-14c9fbb0Test against 3.4.0 final release5ecb31dUpdate openssl/src/ssl/mod.rs4830f5bExposeSslMethod::{dtls_client,dtls_server}bab03c4Merge pull request #2356 from botovq/rm-ec-method- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) -
@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) -
@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) -
@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency -
@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions You can disable automated security fix PRs for this repo from the Security Alerts page.