yaak
yaak copied to clipboard
Bump openssl from 0.10.66 to 0.10.70 in /src-tauri
Bumps 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
@​alex
in sfackler/rust-openssl#2357- Remove EC_METHOD and EC_GROUP_new for LibreSSL 4.1 by
@​botovq
in sfackler/rust-openssl#2356- Test against 3.4.0 final release by
@​alex
in sfackler/rust-openssl#2359- Expose
SslMethod::{dtls_client,dtls_server}
by@​alex
in sfackler/rust-openssl#2358- Fix lifetimes in ssl::select_next_proto by
@​sfackler
in 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-macro
to version0.1.1
by@​caspermeijn
in sfackler/rust-openssl#2324- Enable set_alpn_select_callback for BoringSSL by
@​ViktoriiaKovalova
in sfackler/rust-openssl#2327- Switch the test to use prime256v1 based key by
@​dcermak
in sfackler/rust-openssl#2330- Expose EVP_DigestSqueeze from Hasher by
@​initsecret
in sfackler/rust-openssl#2275- Expose SSL_CTX_load_verify_locations by
@​sfackler
in sfackler/rust-openssl#2353New Contributors
@​caspermeijn
made their first contribution in sfackler/rust-openssl#2324@​ViktoriiaKovalova
made 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
@​alex
in 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
@​alex
in sfackler/rust-openssl#2268- Fix CI for the latest rustc by
@​alex
in sfackler/rust-openssl#2271- Add binding for EVP_DigestSqueeze by
@​initsecret
in sfackler/rust-openssl#2270- libressl 4.0: const correctness for X509_LOOKUP_METHOD by
@​botovq
in sfackler/rust-openssl#2276- Bump hex dev-dependency version by
@​alex
in sfackler/rust-openssl#2277- Raise bindgen version by
@​alex
in sfackler/rust-openssl#2278- Ensure Rsa::check_key doesn't leave errors on the stack by
@​alex
in sfackler/rust-openssl#2279- Update some docs to use the corresponds macro by
@​rushilmehra
in sfackler/rust-openssl#2282- Don't leave errors on the stack in
MdCtxRef::digest_verify_final
by@​alex
in sfackler/rust-openssl#2283- Adjustments for LibreSSL 4 by
@​botovq
in sfackler/rust-openssl#2287- Explicit rustfmt config by
@​kornelski
in sfackler/rust-openssl#2285- add basic EVP_KDF bindings by
@​reaperhulk
in sfackler/rust-openssl#2289- add ossl3 thread pool bindings by
@​reaperhulk
in sfackler/rust-openssl#2293- add argon2id support for ossl 3.2+ by
@​reaperhulk
in sfackler/rust-openssl#2290- fix 3.2.0 thread support and simplify by
@​reaperhulk
in sfackler/rust-openssl#2294- add libctx arg to argon2id by
@​reaperhulk
in sfackler/rust-openssl#2295
... (truncated)
Commits
a4d399b
Release openssl v0.10.70c9a33e2
Release openssl-sys v0.9.105f014afb
Merge pull request #2360 from sfackler/fix-alpn-lifetimes8e6e30b
Fix lifetimes in ssl::select_next_proto1aff280
Merge pull request #2358 from alex/expose-dlts16ca5b2
Merge pull request #2359 from sfackler/alex-patch-14c9fbb0
Test against 3.4.0 final release5ecb31d
Update openssl/src/ssl/mod.rs4830f5b
ExposeSslMethod::{dtls_client,dtls_server}
bab03c4
Merge 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 rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.