Sourced from openssl's releases.
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- support using threads in argon2id by
@reaperhulk
in sfackler/rust-openssl#2296- Ensure beginning and end of the error output is readable by
@kornelski
in sfackler/rust-openssl#2284- Test against 3.4.0-alpha1 by
@sfackler
in sfackler/rust-openssl#2302- Resolve clippy warnings from nightly by
@alex
in sfackler/rust-openssl#2310- fixes #2311 -- silencer resolver warnings by
@alex
in sfackler/rust-openssl#2312- Bump to 3.4.0-beta1 by
@sfackler
in sfackler/rust-openssl#2313- LibreSSL 4.0.0 by
@botovq
in sfackler/rust-openssl#2315- Release openssl v0.10.67 and openssl-sys v0.9.104 by
@alex
in sfackler/rust-openssl#2316New Contributors
@initsecret
made their first contribution in sfackler/rust-openssl#2270@rushilmehra
made their first contribution in sfackler/rust-openssl#2282@kornelski
made their first contribution in sfackler/rust-openssl#2285Full Changelog: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.66...openssl-v0.10.67
openssl-v0.10.66
What's Changed
- Fixed invariant violation in
MemBio::get_buf
with empty results by@alex
in sfackler/rust-openssl#2266- Release openssl v0.10.66 by
@alex
in sfackler/rust-openssl#2267Full Changelog: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.65...openssl-v0.10.66
openssl-v0.10.65
... (truncated)
be8dcfd
Merge pull request #2318
from alex/msrv-fix065cc77
fixes #2317
-- restore compatibility with our MSRV and release openssl 0.9.687b3ec80
Merge pull request #2316
from alex/bump-for-releaseb510e8c
Release openssl v0.10.67 and openssl-sys v0.9.104ee3b024
Merge pull request #2315
from botovq/libressl-4.0.0c4dabc2
CI: Update LibreSSL CIf9027b7
LibreSSL 4.0.0 is released & stable1b51ba5
Merge pull request #2313
from sfackler/sfackler-patch-1de8a97c
Bump to 3.4.0-beta13930464
Merge pull request #2312
from sfackler/alex-patch-1