[PR #2584] [MERGED] Fix dns-over-openssl #3157

Closed
opened 2026-03-16 11:28:27 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/2584
Author: @divergentdave
Created: 11/18/2024
Status: Merged
Merged: 11/18/2024
Merged by: @djc

Base: mainHead: david/fix-dns-over-openssl


📝 Commits (2)

  • 07f0669 Fix building with dns-over-openssl
  • d46428e Add dns-over-openssl to CI

📊 Changes

6 files changed (+25 additions, -20 deletions)

View changed files

📝 .github/workflows/test.yml (+1 -1)
📝 Cargo.lock (+1 -0)
📝 bin/Cargo.toml (+2 -1)
📝 bin/src/dnssec.rs (+11 -7)
📝 bin/tests/integration/named_openssl_tests.rs (+9 -11)
📝 tests/integration-tests/Cargo.toml (+1 -0)

📄 Description

I noticed building with the dns-over-openssl feature is failing again. This PR fixes some bit rot, and adds it to CI.


🔄 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/2584 **Author:** [@divergentdave](https://github.com/divergentdave) **Created:** 11/18/2024 **Status:** ✅ Merged **Merged:** 11/18/2024 **Merged by:** [@djc](https://github.com/djc) **Base:** `main` ← **Head:** `david/fix-dns-over-openssl` --- ### 📝 Commits (2) - [`07f0669`](https://github.com/hickory-dns/hickory-dns/commit/07f0669d6773f4cff421684904e2a7d2034ba182) Fix building with dns-over-openssl - [`d46428e`](https://github.com/hickory-dns/hickory-dns/commit/d46428e065a6204b1ecca804c7335add37419dac) Add dns-over-openssl to CI ### 📊 Changes **6 files changed** (+25 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/test.yml` (+1 -1) 📝 `Cargo.lock` (+1 -0) 📝 `bin/Cargo.toml` (+2 -1) 📝 `bin/src/dnssec.rs` (+11 -7) 📝 `bin/tests/integration/named_openssl_tests.rs` (+9 -11) 📝 `tests/integration-tests/Cargo.toml` (+1 -0) </details> ### 📄 Description I noticed building with the `dns-over-openssl` feature is failing again. This PR fixes some bit rot, and adds it to CI. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 11:28:27 +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#3157
No description provided.