Update Rust crate openssl to 0.10.74 #334

Merged
renovate merged 1 commits from renovate/openssl-0.x into master 2025-10-19 00:41:57 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
openssl dependencies patch 0.10.73 -> 0.10.74

Release Notes

rust-openssl/rust-openssl (openssl)

v0.10.74

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/rust-openssl/rust-openssl/compare/openssl-v0.10.73...openssl-v0.10.74


Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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/rust-openssl/rust-openssl) | dependencies | patch | `0.10.73` -> `0.10.74` | --- ### Release Notes <details> <summary>rust-openssl/rust-openssl (openssl)</summary> ### [`v0.10.74`](https://github.com/rust-openssl/rust-openssl/releases/tag/openssl-v0.10.74) [Compare Source](https://github.com/rust-openssl/rust-openssl/compare/openssl-v0.10.73...openssl-v0.10.74) #### What's Changed - \[AIX] use /usr to find\_openssl\_dir by [@&#8203;daltenty](https://github.com/daltenty) in [#&#8203;2401](https://github.com/rust-openssl/rust-openssl/pull/2401) - Improve support for OPENSSL\_NO\_COMP and OPENSSL\_NO\_SRTP by [@&#8203;justsmth](https://github.com/justsmth) in [#&#8203;2423](https://github.com/rust-openssl/rust-openssl/pull/2423) - Add aws-lc-fips feature to allow linking the aws-lc-fips-sys crate by [@&#8203;skmcgrail](https://github.com/skmcgrail) in [#&#8203;2424](https://github.com/rust-openssl/rust-openssl/pull/2424) - variety of fixes for warnings in new rust by [@&#8203;alex](https://github.com/alex) in [#&#8203;2427](https://github.com/rust-openssl/rust-openssl/pull/2427) - Some API adjustments for LibreSSL 4.2.0 by [@&#8203;botovq](https://github.com/botovq) in [#&#8203;2426](https://github.com/rust-openssl/rust-openssl/pull/2426) - Update OpenSSL documentation URLs to new docs.openssl.org domain by [@&#8203;alex](https://github.com/alex) in [#&#8203;2430](https://github.com/rust-openssl/rust-openssl/pull/2430) - pkey\_ctx: add ability to generate DSA params & keys by [@&#8203;huwcbjones](https://github.com/huwcbjones) in [#&#8203;2432](https://github.com/rust-openssl/rust-openssl/pull/2432) - Run tests on windows-11-arm by [@&#8203;saschanaz](https://github.com/saschanaz) in [#&#8203;2407](https://github.com/rust-openssl/rust-openssl/pull/2407) - pkey\_ctx: add ability to generate EC params & keys by [@&#8203;huwcbjones](https://github.com/huwcbjones) in [#&#8203;2434](https://github.com/rust-openssl/rust-openssl/pull/2434) - pkey\_ctx: add ability to generate DH params & keys by [@&#8203;huwcbjones](https://github.com/huwcbjones) in [#&#8203;2433](https://github.com/rust-openssl/rust-openssl/pull/2433) - pkey\_ctx: add ability to generate RSA keys by [@&#8203;huwcbjones](https://github.com/huwcbjones) in [#&#8203;2431](https://github.com/rust-openssl/rust-openssl/pull/2431) - expose more verifier flags/errors for libressl by [@&#8203;botovq](https://github.com/botovq) in [#&#8203;2441](https://github.com/rust-openssl/rust-openssl/pull/2441) - sys/evp: set/get params bindings by [@&#8203;huwcbjones](https://github.com/huwcbjones) in [#&#8203;2436](https://github.com/rust-openssl/rust-openssl/pull/2436) - Add support for argon2d and argon2i variants by [@&#8203;greateggsgreg](https://github.com/greateggsgreg) in [#&#8203;2416](https://github.com/rust-openssl/rust-openssl/pull/2416) - Bump actions/checkout from 4 to 5 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2443](https://github.com/rust-openssl/rust-openssl/pull/2443) - Update bindgen; Update MSRV to 1.70 by [@&#8203;justsmth](https://github.com/justsmth) in [#&#8203;2438](https://github.com/rust-openssl/rust-openssl/pull/2438) - macros: fully qualify imports by [@&#8203;huwcbjones](https://github.com/huwcbjones) in [#&#8203;2445](https://github.com/rust-openssl/rust-openssl/pull/2445) - Disable AES-CFB128 ciphers for BoringSSL by [@&#8203;alebastr](https://github.com/alebastr) in [#&#8203;2447](https://github.com/rust-openssl/rust-openssl/pull/2447) - Fix missing "\_\_off\_t" on NetBSD 10 by [@&#8203;alebastr](https://github.com/alebastr) in [#&#8203;2448](https://github.com/rust-openssl/rust-openssl/pull/2448) - ML-KEM/ML-DSA part 1: openssl-sys changes by [@&#8203;swenson](https://github.com/swenson) in [#&#8203;2450](https://github.com/rust-openssl/rust-openssl/pull/2450) - sys: add symbols to construct an EVP\_PKEY from a param builder by [@&#8203;huwcbjones](https://github.com/huwcbjones) in [#&#8203;2453](https://github.com/rust-openssl/rust-openssl/pull/2453) - ec-point: add set\_affine\_coordinates by [@&#8203;huwcbjones](https://github.com/huwcbjones) in [#&#8203;2455](https://github.com/rust-openssl/rust-openssl/pull/2455) - openssl-sys: add more functions to replace non-deprecated ones by [@&#8203;huwcbjones](https://github.com/huwcbjones) in [#&#8203;2457](https://github.com/rust-openssl/rust-openssl/pull/2457) - ML-KEM/ML-DSA part 2: param builder by [@&#8203;swenson](https://github.com/swenson) in [#&#8203;2451](https://github.com/rust-openssl/rust-openssl/pull/2451) - ML-KEM/ML-DSA part 3: param array locate octet string by [@&#8203;swenson](https://github.com/swenson) in [#&#8203;2458](https://github.com/rust-openssl/rust-openssl/pull/2458) - sys: add encoder & decoder symbols by [@&#8203;huwcbjones](https://github.com/huwcbjones) in [#&#8203;2454](https://github.com/rust-openssl/rust-openssl/pull/2454) - Add bindings for SSL\_CIPHER\_get\_protocol\_id by [@&#8203;jedenastka](https://github.com/jedenastka) in [#&#8203;2462](https://github.com/rust-openssl/rust-openssl/pull/2462) - sys/evp: add EVP\_PKEY\_eq and EVP\_PKEY\_parameters\_eq by [@&#8203;huwcbjones](https://github.com/huwcbjones) in [#&#8203;2463](https://github.com/rust-openssl/rust-openssl/pull/2463) - openssl-sys: make it work without deprecated symbols by [@&#8203;huwcbjones](https://github.com/huwcbjones) in [#&#8203;2452](https://github.com/rust-openssl/rust-openssl/pull/2452) - drop old libressl versions by [@&#8203;botovq](https://github.com/botovq) in [#&#8203;2473](https://github.com/rust-openssl/rust-openssl/pull/2473) - Remove support for LibreSSL < 2.8 by [@&#8203;botovq](https://github.com/botovq) in [#&#8203;2475](https://github.com/rust-openssl/rust-openssl/pull/2475) - Sort OpenSSL version checks in ascending order by [@&#8203;alex](https://github.com/alex) in [#&#8203;2476](https://github.com/rust-openssl/rust-openssl/pull/2476) - Update GitHub repository URLs from sfackler org to rust-openssl org by [@&#8203;alex](https://github.com/alex) in [#&#8203;2477](https://github.com/rust-openssl/rust-openssl/pull/2477) - Remove support for LibreSSL < 2.9 by [@&#8203;botovq](https://github.com/botovq) in [#&#8203;2478](https://github.com/rust-openssl/rust-openssl/pull/2478) - remove branch for libressl 2.6.1 by [@&#8203;alex](https://github.com/alex) in [#&#8203;2479](https://github.com/rust-openssl/rust-openssl/pull/2479) - remove pointless libressl cfg check by [@&#8203;alex](https://github.com/alex) in [#&#8203;2480](https://github.com/rust-openssl/rust-openssl/pull/2480) - Expose SSL\_get0\_group\_name by [@&#8203;toddabrams](https://github.com/toddabrams) in [#&#8203;2482](https://github.com/rust-openssl/rust-openssl/pull/2482) - Remove support for LibreSSL < 3.0 by [@&#8203;botovq](https://github.com/botovq) in [#&#8203;2481](https://github.com/rust-openssl/rust-openssl/pull/2481) - Remove support for LibreSSL < 3.2 by [@&#8203;botovq](https://github.com/botovq) in [#&#8203;2483](https://github.com/rust-openssl/rust-openssl/pull/2483) - Remove and simplify a ton of cfgs that weren't required by [@&#8203;alex](https://github.com/alex) in [#&#8203;2484](https://github.com/rust-openssl/rust-openssl/pull/2484) - clippy fixes + don't build locking code on libressl by [@&#8203;alex](https://github.com/alex) in [#&#8203;2485](https://github.com/rust-openssl/rust-openssl/pull/2485) - remove unneeded cfg and expose X509::append\_entry on boringssl/awslc by [@&#8203;alex](https://github.com/alex) in [#&#8203;2486](https://github.com/rust-openssl/rust-openssl/pull/2486) - Expose EcGroup::order\_bits on Boring, Libre, and AWS-LC by [@&#8203;alex](https://github.com/alex) in [#&#8203;2487](https://github.com/rust-openssl/rust-openssl/pull/2487) - Remove support for LibreSSL < 3.3 by [@&#8203;botovq](https://github.com/botovq) in [#&#8203;2488](https://github.com/rust-openssl/rust-openssl/pull/2488) - add mlkem headers to boringssl bindgen by [@&#8203;reaperhulk](https://github.com/reaperhulk) in [#&#8203;2492](https://github.com/rust-openssl/rust-openssl/pull/2492) - bump boringssl commit hash in CI by [@&#8203;reaperhulk](https://github.com/reaperhulk) in [#&#8203;2493](https://github.com/rust-openssl/rust-openssl/pull/2493) - raise boringssl version in CI by [@&#8203;alex](https://github.com/alex) in [#&#8203;2494](https://github.com/rust-openssl/rust-openssl/pull/2494) - Bump minimum OpenSSL version to 1.0.2 by [@&#8203;alex](https://github.com/alex) in [#&#8203;2491](https://github.com/rust-openssl/rust-openssl/pull/2491) - Enable xof\_squeeze on AWS-LC by [@&#8203;alex](https://github.com/alex) in [#&#8203;2471](https://github.com/rust-openssl/rust-openssl/pull/2471) - avoid cancelling sequential jobs on master by [@&#8203;alex](https://github.com/alex) in [#&#8203;2495](https://github.com/rust-openssl/rust-openssl/pull/2495) - Remove support for LibreSSL < 3.4 by [@&#8203;botovq](https://github.com/botovq) in [#&#8203;2490](https://github.com/rust-openssl/rust-openssl/pull/2490) - Simplify 'cfg(any(ossl102, ossl110))' by [@&#8203;botovq](https://github.com/botovq) in [#&#8203;2497](https://github.com/rust-openssl/rust-openssl/pull/2497) - Add support for LibreSSL 4.2 (stable release) by [@&#8203;botovq](https://github.com/botovq) in [#&#8203;2498](https://github.com/rust-openssl/rust-openssl/pull/2498) - Remove support for LibreSSL < 3.5 by [@&#8203;botovq](https://github.com/botovq) in [#&#8203;2499](https://github.com/rust-openssl/rust-openssl/pull/2499) - Release openssl v0.10.74 and openssl-sys v0.9.110 by [@&#8203;alex](https://github.com/alex) in [#&#8203;2500](https://github.com/rust-openssl/rust-openssl/pull/2500) #### New Contributors - [@&#8203;daltenty](https://github.com/daltenty) made their first contribution in [#&#8203;2401](https://github.com/rust-openssl/rust-openssl/pull/2401) - [@&#8203;justsmth](https://github.com/justsmth) made their first contribution in [#&#8203;2423](https://github.com/rust-openssl/rust-openssl/pull/2423) - [@&#8203;huwcbjones](https://github.com/huwcbjones) made their first contribution in [#&#8203;2432](https://github.com/rust-openssl/rust-openssl/pull/2432) - [@&#8203;saschanaz](https://github.com/saschanaz) made their first contribution in [#&#8203;2407](https://github.com/rust-openssl/rust-openssl/pull/2407) - [@&#8203;greateggsgreg](https://github.com/greateggsgreg) made their first contribution in [#&#8203;2416](https://github.com/rust-openssl/rust-openssl/pull/2416) - [@&#8203;dependabot](https://github.com/dependabot)\[bot] made their first contribution in [#&#8203;2443](https://github.com/rust-openssl/rust-openssl/pull/2443) - [@&#8203;alebastr](https://github.com/alebastr) made their first contribution in [#&#8203;2447](https://github.com/rust-openssl/rust-openssl/pull/2447) - [@&#8203;swenson](https://github.com/swenson) made their first contribution in [#&#8203;2450](https://github.com/rust-openssl/rust-openssl/pull/2450) - [@&#8203;jedenastka](https://github.com/jedenastka) made their first contribution in [#&#8203;2462](https://github.com/rust-openssl/rust-openssl/pull/2462) - [@&#8203;toddabrams](https://github.com/toddabrams) made their first contribution in [#&#8203;2482](https://github.com/rust-openssl/rust-openssl/pull/2482) **Full Changelog**: <https://github.com/rust-openssl/rust-openssl/compare/openssl-v0.10.73...openssl-v0.10.74> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTIuNSIsInVwZGF0ZWRJblZlciI6IjQxLjE1Mi41IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
renovate added 1 commit 2025-10-19 00:41:55 +00:00
Update Rust crate openssl to 0.10.74
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is passing
3f1c5e4ac0
renovate scheduled this pull request to auto merge when all checks succeed 2025-10-19 00:41:55 +00:00
renovate merged commit c59aeed4ab into master 2025-10-19 00:41:57 +00:00
renovate deleted branch renovate/openssl-0.x 2025-10-19 00:41:57 +00: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: pierre/SolarEnergy#334
No description provided.