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)
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
Expose SslMethod::{dtls_client,dtls_server}
bab03c4
Merge pull request #2356
from botovq/rm-ec-method