[PR #2838] [MERGED] Add trust anchor field to forwarder config file #3358

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/2838
Author: @divergentdave
Created: 3/10/2025
Status: Merged
Merged: 3/11/2025
Merged by: @djc

Base: mainHead: david/forwarder-trust-anchor-config


📝 Commits (4)

  • 0808a5c Fix config guards in tests
  • 045cff4 Move read_trust_anchor() to be a method
  • 37d4774 Add trust anchor field to forwarder config file
  • b34387d Make trust anchor option enable validation

📊 Changes

6 files changed (+85 additions, -51 deletions)

View changed files

📝 crates/proto/src/dnssec/trust_anchor.rs (+59 -5)
📝 crates/proto/src/serialize/txt/rdata_parsers/dnskey.rs (+1 -1)
📝 crates/proto/src/serialize/txt/trust_anchor.rs (+1 -1)
📝 crates/resolver/src/config.rs (+6 -0)
📝 crates/server/src/store/forwarder/authority.rs (+15 -3)
📝 crates/server/src/store/recursor/config.rs (+3 -41)

📄 Description

This adds a field to the forwarder's configuration file to provide a set of trust anchors. This is a prerequisite for conformance tests of the forwarder using DNSSEC.


🔄 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/2838 **Author:** [@divergentdave](https://github.com/divergentdave) **Created:** 3/10/2025 **Status:** ✅ Merged **Merged:** 3/11/2025 **Merged by:** [@djc](https://github.com/djc) **Base:** `main` ← **Head:** `david/forwarder-trust-anchor-config` --- ### 📝 Commits (4) - [`0808a5c`](https://github.com/hickory-dns/hickory-dns/commit/0808a5cdc2092214e1d6d1e3553e07dd77bf448d) Fix config guards in tests - [`045cff4`](https://github.com/hickory-dns/hickory-dns/commit/045cff4398e853e8b9c577b389897dbcf90f4110) Move read_trust_anchor() to be a method - [`37d4774`](https://github.com/hickory-dns/hickory-dns/commit/37d477476dda00a67148e347e89b1cb4e469c91e) Add trust anchor field to forwarder config file - [`b34387d`](https://github.com/hickory-dns/hickory-dns/commit/b34387d7fa6e931b17d3923d31eda6da2f877010) Make trust anchor option enable validation ### 📊 Changes **6 files changed** (+85 additions, -51 deletions) <details> <summary>View changed files</summary> 📝 `crates/proto/src/dnssec/trust_anchor.rs` (+59 -5) 📝 `crates/proto/src/serialize/txt/rdata_parsers/dnskey.rs` (+1 -1) 📝 `crates/proto/src/serialize/txt/trust_anchor.rs` (+1 -1) 📝 `crates/resolver/src/config.rs` (+6 -0) 📝 `crates/server/src/store/forwarder/authority.rs` (+15 -3) 📝 `crates/server/src/store/recursor/config.rs` (+3 -41) </details> ### 📄 Description This adds a field to the forwarder's configuration file to provide a set of trust anchors. This is a prerequisite for conformance tests of the forwarder using DNSSEC. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 11:39:17 +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#3358
No description provided.