[PR #2257] [MERGED] add a trust anchor file parser #2912

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/2257
Author: @japaric
Created: 6/24/2024
Status: Merged
Merged: 7/2/2024
Merged by: @djc

Base: mainHead: ja-trust-anchor-parser


📝 Commits (1)

  • 4c1e472 add a DNSSEC trust anchor file parser

📊 Changes

5 files changed (+430 additions, -0 deletions)

View changed files

📝 crates/proto/src/serialize/txt/mod.rs (+2 -0)
crates/proto/src/serialize/txt/rdata_parsers/dnskey.rs (+139 -0)
📝 crates/proto/src/serialize/txt/rdata_parsers/mod.rs (+2 -0)
crates/proto/src/serialize/txt/trust_anchor.rs (+283 -0)
crates/proto/tests/test-data/root.key (+4 -0)

📄 Description

I have broken this functionality out of PR #2253 because it can be landed ahead of its dependency #2245 and it's easier to review smaller PRs


🔄 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/2257 **Author:** [@japaric](https://github.com/japaric) **Created:** 6/24/2024 **Status:** ✅ Merged **Merged:** 7/2/2024 **Merged by:** [@djc](https://github.com/djc) **Base:** `main` ← **Head:** `ja-trust-anchor-parser` --- ### 📝 Commits (1) - [`4c1e472`](https://github.com/hickory-dns/hickory-dns/commit/4c1e47229b8f40390f7a12b7cdfa40bea8fafa5a) add a DNSSEC trust anchor file parser ### 📊 Changes **5 files changed** (+430 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `crates/proto/src/serialize/txt/mod.rs` (+2 -0) ➕ `crates/proto/src/serialize/txt/rdata_parsers/dnskey.rs` (+139 -0) 📝 `crates/proto/src/serialize/txt/rdata_parsers/mod.rs` (+2 -0) ➕ `crates/proto/src/serialize/txt/trust_anchor.rs` (+283 -0) ➕ `crates/proto/tests/test-data/root.key` (+4 -0) </details> ### 📄 Description I have broken this functionality out of PR #2253 because it can be landed ahead of its dependency #2245 and it's easier to review smaller PRs --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 11:14:58 +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#2912
No description provided.