Update Rust crate openssl to v0.10.68
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
openssl | dependencies | patch |
0.10.66 -> 0.10.68
|
Release Notes
sfackler/rust-openssl (openssl)
v0.10.68
What's Changed
- fixes #2317 -- restore compatibility with our MSRV and release openssl 0.9.68 by @alex in https://github.com/sfackler/rust-openssl/pull/2318
Full Changelog: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.67...openssl-v0.10.68
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 https://github.com/sfackler/rust-openssl/pull/2268
- Fix CI for the latest rustc by @alex in https://github.com/sfackler/rust-openssl/pull/2271
- Add binding for EVP_DigestSqueeze by @initsecret in https://github.com/sfackler/rust-openssl/pull/2270
- libressl 4.0: const correctness for X509_LOOKUP_METHOD by @botovq in https://github.com/sfackler/rust-openssl/pull/2276
- Bump hex dev-dependency version by @alex in https://github.com/sfackler/rust-openssl/pull/2277
- Raise bindgen version by @alex in https://github.com/sfackler/rust-openssl/pull/2278
- Ensure Rsa::check_key doesn't leave errors on the stack by @alex in https://github.com/sfackler/rust-openssl/pull/2279
- Update some docs to use the corresponds macro by @rushilmehra in https://github.com/sfackler/rust-openssl/pull/2282
- Don't leave errors on the stack in
MdCtxRef::digest_verify_final
by @alex in https://github.com/sfackler/rust-openssl/pull/2283 - Adjustments for LibreSSL 4 by @botovq in https://github.com/sfackler/rust-openssl/pull/2287
- Explicit rustfmt config by @kornelski in https://github.com/sfackler/rust-openssl/pull/2285
- add basic EVP_KDF bindings by @reaperhulk in https://github.com/sfackler/rust-openssl/pull/2289
- add ossl3 thread pool bindings by @reaperhulk in https://github.com/sfackler/rust-openssl/pull/2293
- add argon2id support for ossl 3.2+ by @reaperhulk in https://github.com/sfackler/rust-openssl/pull/2290
- fix 3.2.0 thread support and simplify by @reaperhulk in https://github.com/sfackler/rust-openssl/pull/2294
- add libctx arg to argon2id by @reaperhulk in https://github.com/sfackler/rust-openssl/pull/2295
- support using threads in argon2id by @reaperhulk in https://github.com/sfackler/rust-openssl/pull/2296
- Ensure beginning and end of the error output is readable by @kornelski in https://github.com/sfackler/rust-openssl/pull/2284
- Test against 3.4.0-alpha1 by @sfackler in https://github.com/sfackler/rust-openssl/pull/2302
- Resolve clippy warnings from nightly by @alex in https://github.com/sfackler/rust-openssl/pull/2310
- fixes #2311 -- silencer resolver warnings by @alex in https://github.com/sfackler/rust-openssl/pull/2312
- Bump to 3.4.0-beta1 by @sfackler in https://github.com/sfackler/rust-openssl/pull/2313
- LibreSSL 4.0.0 by @botovq in https://github.com/sfackler/rust-openssl/pull/2315
- Release openssl v0.10.67 and openssl-sys v0.9.104 by @alex in https://github.com/sfackler/rust-openssl/pull/2316
New Contributors
- @initsecret made their first contribution in https://github.com/sfackler/rust-openssl/pull/2270
- @rushilmehra made their first contribution in https://github.com/sfackler/rust-openssl/pull/2282
- @kornelski made their first contribution in https://github.com/sfackler/rust-openssl/pull/2285
Full Changelog: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.66...openssl-v0.10.67
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by Renovate [bot]