Update Rust crate openssl to 0.10.60
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
openssl | dependencies | patch |
0.10.58 -> 0.10.60
|
Release Notes
sfackler/rust-openssl (openssl)
v0.10.60
What's Changed
- Correct off-by-one in minimum output buffer size computation by @alex in https://github.com/sfackler/rust-openssl/pull/2088
- Expose a few more (bad) ciphers in cipher::Cipher by @alex in https://github.com/sfackler/rust-openssl/pull/2084
- add temp key bindings by @jmayclin in https://github.com/sfackler/rust-openssl/pull/2076
- Expose ChaCha20 on LibreSSL by @alex in https://github.com/sfackler/rust-openssl/pull/2093
- Revert "Correct off-by-one in minimum output buffer size computation" by @alex in https://github.com/sfackler/rust-openssl/pull/2090
- Added
update_unchecked
tosymm::Crypter
by @alex in https://github.com/sfackler/rust-openssl/pull/2100 - fixes #2096 -- deprecate
X509StoreRef::objects
, it is unsound by @alex in https://github.com/sfackler/rust-openssl/pull/2099 - Don't leak when overwriting ex data by @sfackler in https://github.com/sfackler/rust-openssl/pull/2102
- Release openssl v0.10.60 and openssl-sys v0.9.96 by @alex in https://github.com/sfackler/rust-openssl/pull/2104
Full Changelog: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.59...openssl-v0.10.60
v0.10.59
What's Changed
- Add binding to NID of Chacha20-Poly1305 cipher by @Arnavion in https://github.com/sfackler/rust-openssl/pull/2081
- Fixed cfg for RSA_PSS by @alex in https://github.com/sfackler/rust-openssl/pull/2079
- fixes #2050 -- build and test on libressl 3.8.2 by @alex in https://github.com/sfackler/rust-openssl/pull/2082
- Release openssl v0.10.59 and openssl-sys v0.9.95 by @alex in https://github.com/sfackler/rust-openssl/pull/2083
New Contributors
- @Arnavion made their first contribution in https://github.com/sfackler/rust-openssl/pull/2081
Full Changelog: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.58...openssl-v0.10.59
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.