Update Rust crate openssl to 0.10.58
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
openssl | dependencies | patch |
0.10.57 -> 0.10.58
|
Release Notes
sfackler/rust-openssl (openssl)
v0.10.58
What's Changed
- LibreSSL 3.8.1 support by @alex in https://github.com/sfackler/rust-openssl/pull/2035
- Update vendored version to openssl 3 by @amousset in https://github.com/sfackler/rust-openssl/pull/1925
- Test against 3.2.0-alpha1 by @sfackler in https://github.com/sfackler/rust-openssl/pull/2037
- Removed reference to non-existent method by @alex in https://github.com/sfackler/rust-openssl/pull/2039
- Bump CI to 1.1.1w by @sfackler in https://github.com/sfackler/rust-openssl/pull/2040
- [openssl-sys] Add X509_check_{host,email,ip,ip_asc} fns by @jgallagher in https://github.com/sfackler/rust-openssl/pull/2042
- Expose CBC mode for several more (bad) ciphers by @alex in https://github.com/sfackler/rust-openssl/pull/2045
- Expose two additional Pkey IDs by @alex in https://github.com/sfackler/rust-openssl/pull/2046
- Add support for CRL extensions and the Authority Information Access e… by @AdmiralGT in https://github.com/sfackler/rust-openssl/pull/2003
- Fix clippy warnings produced by newer Rust by @wiktor-k in https://github.com/sfackler/rust-openssl/pull/2052
- Use osslconf on BoringSSL by @alex in https://github.com/sfackler/rust-openssl/pull/2056
- Make X509_ALGOR opaque for LibreSSL by @botovq in https://github.com/sfackler/rust-openssl/pull/2060
- Don't ignore ECDSA tests without GF2m support by @botovq in https://github.com/sfackler/rust-openssl/pull/2061
- Clarify 'possible LibreSSL bug' by @botovq in https://github.com/sfackler/rust-openssl/pull/2062
- Enable BN_mod_sqrt() for upcoming LibreSSL 3.8.2 by @botovq in https://github.com/sfackler/rust-openssl/pull/2063
- Enable SHA-3 for LibreSSL 3.8.0 by @botovq in https://github.com/sfackler/rust-openssl/pull/2064
- Remove DH_generate_parameters for LibreSSL 3.8.2 by @botovq in https://github.com/sfackler/rust-openssl/pull/2065
- Use EVP_MD_CTX_{new,free}() in LibreSSL 3.8.2 by @botovq in https://github.com/sfackler/rust-openssl/pull/2067
- Enable HKDF support for LibreSSL >= 3.6.0 by @botovq in https://github.com/sfackler/rust-openssl/pull/2066
- Two build script fixes for LibreSSL by @botovq in https://github.com/sfackler/rust-openssl/pull/2068
- Respect OPENSSL_NO_OCB on AES functions by @GuyLewin in https://github.com/sfackler/rust-openssl/pull/2070
- Support OPENSSL_NO_SCRYPT by @GuyLewin in https://github.com/sfackler/rust-openssl/pull/2071
- Bump 3.2.0 beta by @sfackler in https://github.com/sfackler/rust-openssl/pull/2073
- add security level bindings by @jmayclin in https://github.com/sfackler/rust-openssl/pull/2074
- Release openssl v0.10.58 and openssl-sys v0.9.94 by @alex in https://github.com/sfackler/rust-openssl/pull/2078
New Contributors
- @amousset made their first contribution in https://github.com/sfackler/rust-openssl/pull/1925
- @jgallagher made their first contribution in https://github.com/sfackler/rust-openssl/pull/2042
- @AdmiralGT made their first contribution in https://github.com/sfackler/rust-openssl/pull/2003
- @botovq made their first contribution in https://github.com/sfackler/rust-openssl/pull/2060
- @GuyLewin made their first contribution in https://github.com/sfackler/rust-openssl/pull/2070
- @jmayclin made their first contribution in https://github.com/sfackler/rust-openssl/pull/2074
Full Changelog: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.57...openssl-v0.10.58
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.