[PR #1380] [MERGED] update windows to new openssl release, 1_1_1j #2274

Closed
opened 2026-03-16 08:29:44 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/1380
Author: @bluejekyll
Created: 2/18/2021
Status: Merged
Merged: 2/21/2021
Merged by: @bluejekyll

Base: mainHead: update-windows-ssl-to-1_1_1j


📝 Commits (3)

  • e6f318e update rand-core trans dep to 0.6.2
  • c5bed50 update windows to new openssl release, 1_1_1j
  • 9633f2d remove dns-over-openssl from exhaustive test suite

📊 Changes

3 files changed (+28 additions, -16 deletions)

View changed files

📝 .github/workflows/test.yml (+2 -1)
📝 Cargo.lock (+25 -14)
📝 Makefile.toml (+1 -1)

📄 Description

Gotta say, I'm getting really tired of supporting OpenSSL.

Sadly, I think we need it for a lot of the tests, for key generation, etc. So I don't think dropping support in the libraries would get rid of this windows support issue. Maybe we can figure out a way to download the "latest" openssl release, rather than being explicit, but that will take time to write and test.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hickory-dns/hickory-dns/pull/1380 **Author:** [@bluejekyll](https://github.com/bluejekyll) **Created:** 2/18/2021 **Status:** ✅ Merged **Merged:** 2/21/2021 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `main` ← **Head:** `update-windows-ssl-to-1_1_1j` --- ### 📝 Commits (3) - [`e6f318e`](https://github.com/hickory-dns/hickory-dns/commit/e6f318e1ef0cc9985dea36d99f4f57b499f47fe5) update rand-core trans dep to 0.6.2 - [`c5bed50`](https://github.com/hickory-dns/hickory-dns/commit/c5bed501bb38add082a1d3aeae8cee82b60f4c7d) update windows to new openssl release, 1_1_1j - [`9633f2d`](https://github.com/hickory-dns/hickory-dns/commit/9633f2d98cf9cf881fee08ef753e2f38eed758de) remove dns-over-openssl from exhaustive test suite ### 📊 Changes **3 files changed** (+28 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/test.yml` (+2 -1) 📝 `Cargo.lock` (+25 -14) 📝 `Makefile.toml` (+1 -1) </details> ### 📄 Description Gotta say, I'm getting really tired of supporting OpenSSL. Sadly, I think we need it for a lot of the tests, for key generation, etc. So I don't think dropping support in the libraries would get rid of this windows support issue. Maybe we can figure out a way to download the "latest" openssl release, rather than being explicit, but that will take time to write and test. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 08:29:44 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hickory-dns#2274
No description provided.