fix(deps): update rust crate openssl to 0.10.58 #60

Merged
kjuulh merged 1 commits from renovate/all into main 2023-11-01 22:57:00 +01:00
Owner

This PR contains the following updates:

Package Type Update Change
openssl dependencies patch 0.10.57 -> 0.10.58

Release Notes

sfackler/rust-openssl

v0.10.58

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.57...openssl-v0.10.58


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [openssl](https://github.com/sfackler/rust-openssl) | dependencies | patch | `0.10.57` -> `0.10.58` | --- ### Release Notes <details> <summary>sfackler/rust-openssl</summary> ### [`v0.10.58`](https://github.com/sfackler/rust-openssl/releases/tag/openssl-v0.10.58) [Compare Source](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.57...openssl-v0.10.58) #### What's Changed - LibreSSL 3.8.1 support by [@&#8203;alex](https://github.com/alex) in https://github.com/sfackler/rust-openssl/pull/2035 - Update vendored version to openssl 3 by [@&#8203;amousset](https://github.com/amousset) in https://github.com/sfackler/rust-openssl/pull/1925 - Test against 3.2.0-alpha1 by [@&#8203;sfackler](https://github.com/sfackler) in https://github.com/sfackler/rust-openssl/pull/2037 - Removed reference to non-existent method by [@&#8203;alex](https://github.com/alex) in https://github.com/sfackler/rust-openssl/pull/2039 - Bump CI to 1.1.1w by [@&#8203;sfackler](https://github.com/sfackler) in https://github.com/sfackler/rust-openssl/pull/2040 - \[openssl-sys] Add X509\_check\_{host,email,ip,ip_asc} fns by [@&#8203;jgallagher](https://github.com/jgallagher) in https://github.com/sfackler/rust-openssl/pull/2042 - Expose CBC mode for several more (bad) ciphers by [@&#8203;alex](https://github.com/alex) in https://github.com/sfackler/rust-openssl/pull/2045 - Expose two additional Pkey IDs by [@&#8203;alex](https://github.com/alex) in https://github.com/sfackler/rust-openssl/pull/2046 - Add support for CRL extensions and the Authority Information Access e… by [@&#8203;AdmiralGT](https://github.com/AdmiralGT) in https://github.com/sfackler/rust-openssl/pull/2003 - Fix clippy warnings produced by newer Rust by [@&#8203;wiktor-k](https://github.com/wiktor-k) in https://github.com/sfackler/rust-openssl/pull/2052 - Use osslconf on BoringSSL by [@&#8203;alex](https://github.com/alex) in https://github.com/sfackler/rust-openssl/pull/2056 - Make X509\_ALGOR opaque for LibreSSL by [@&#8203;botovq](https://github.com/botovq) in https://github.com/sfackler/rust-openssl/pull/2060 - Don't ignore ECDSA tests without GF2m support by [@&#8203;botovq](https://github.com/botovq) in https://github.com/sfackler/rust-openssl/pull/2061 - Clarify 'possible LibreSSL bug' by [@&#8203;botovq](https://github.com/botovq) in https://github.com/sfackler/rust-openssl/pull/2062 - Enable BN_mod_sqrt() for upcoming LibreSSL 3.8.2 by [@&#8203;botovq](https://github.com/botovq) in https://github.com/sfackler/rust-openssl/pull/2063 - Enable SHA-3 for LibreSSL 3.8.0 by [@&#8203;botovq](https://github.com/botovq) in https://github.com/sfackler/rust-openssl/pull/2064 - Remove DH_generate_parameters for LibreSSL 3.8.2 by [@&#8203;botovq](https://github.com/botovq) in https://github.com/sfackler/rust-openssl/pull/2065 - Use EVP_MD_CTX\_{new,free}() in LibreSSL 3.8.2 by [@&#8203;botovq](https://github.com/botovq) in https://github.com/sfackler/rust-openssl/pull/2067 - Enable HKDF support for LibreSSL >= 3.6.0 by [@&#8203;botovq](https://github.com/botovq) in https://github.com/sfackler/rust-openssl/pull/2066 - Two build script fixes for LibreSSL by [@&#8203;botovq](https://github.com/botovq) in https://github.com/sfackler/rust-openssl/pull/2068 - Respect OPENSSL_NO_OCB on AES functions by [@&#8203;GuyLewin](https://github.com/GuyLewin) in https://github.com/sfackler/rust-openssl/pull/2070 - Support OPENSSL_NO_SCRYPT by [@&#8203;GuyLewin](https://github.com/GuyLewin) in https://github.com/sfackler/rust-openssl/pull/2071 - Bump 3.2.0 beta by [@&#8203;sfackler](https://github.com/sfackler) in https://github.com/sfackler/rust-openssl/pull/2073 - add security level bindings by [@&#8203;jmayclin](https://github.com/jmayclin) in https://github.com/sfackler/rust-openssl/pull/2074 - Release openssl v0.10.58 and openssl-sys v0.9.94 by [@&#8203;alex](https://github.com/alex) in https://github.com/sfackler/rust-openssl/pull/2078 #### New Contributors - [@&#8203;amousset](https://github.com/amousset) made their first contribution in https://github.com/sfackler/rust-openssl/pull/1925 - [@&#8203;jgallagher](https://github.com/jgallagher) made their first contribution in https://github.com/sfackler/rust-openssl/pull/2042 - [@&#8203;AdmiralGT](https://github.com/AdmiralGT) made their first contribution in https://github.com/sfackler/rust-openssl/pull/2003 - [@&#8203;botovq](https://github.com/botovq) made their first contribution in https://github.com/sfackler/rust-openssl/pull/2060 - [@&#8203;GuyLewin](https://github.com/GuyLewin) made their first contribution in https://github.com/sfackler/rust-openssl/pull/2070 - [@&#8203;jmayclin](https://github.com/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 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNjAuMCIsInVwZGF0ZWRJblZlciI6IjM0LjE2MC4wIn0=-->
kjuulh added 1 commit 2023-11-01 22:34:16 +01:00
fix(deps): update rust crate openssl to 0.10.58
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
4945ecca40
kjuulh merged commit 4945ecca40 into main 2023-11-01 22:57:00 +01:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kjuulh/cuddle#60