[PR #1595] [MERGED] Add CDS/CDNSKEY records from RFC7344 #2446

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/1595
Author: @frelon
Created: 11/24/2021
Status: Merged
Merged: 11/29/2021
Merged by: @bluejekyll

Base: mainHead: rfc-7344-cds


📝 Commits (1)

  • 1f4a365 Add CDS/CDNSKEY records from RFC7344

📊 Changes

3 files changed (+95 additions, -2 deletions)

View changed files

📝 crates/client/src/serialize/txt/parse_rdata.rs (+28 -0)
📝 crates/proto/src/rr/dnssec/rdata/mod.rs (+51 -0)
📝 crates/proto/src/rr/record_type.rs (+16 -2)

📄 Description

This PR is for adding CDS/CDNSKEY support to proto and client.

Tested using the resolve tool:

$ ./target/release/resolve -t CDS multisigner.se                                                                                                                             20:57:52
Querying for multisigner.se CDS from udp:8.8.8.8:53, tcp:8.8.8.8:53, udp:8.8.4.4:53, tcp:8.8.4.4:53, udp:[2001:4860:4860::8888]:53, tcp:[2001:4860:4860::8888]:53, udp:[2001:4860:4860::8844]:53, tcp:[2001:4860:4860::8844]:53
Success for query name: multisigner.se type: CDS class: IN mdns_unicast_response: false
        multisigner.se. 0 IN CDS 54989 8 2 74290553BD934989BD2011906EFFABECD0A1CADDA285737CFCD82CBA5AEDC14B

🔄 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/1595 **Author:** [@frelon](https://github.com/frelon) **Created:** 11/24/2021 **Status:** ✅ Merged **Merged:** 11/29/2021 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `main` ← **Head:** `rfc-7344-cds` --- ### 📝 Commits (1) - [`1f4a365`](https://github.com/hickory-dns/hickory-dns/commit/1f4a365174535d12cb33f51b71750cef0c8ec2a7) Add CDS/CDNSKEY records from RFC7344 ### 📊 Changes **3 files changed** (+95 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `crates/client/src/serialize/txt/parse_rdata.rs` (+28 -0) 📝 `crates/proto/src/rr/dnssec/rdata/mod.rs` (+51 -0) 📝 `crates/proto/src/rr/record_type.rs` (+16 -2) </details> ### 📄 Description This PR is for adding CDS/CDNSKEY support to proto and client. Tested using the resolve tool: ``` $ ./target/release/resolve -t CDS multisigner.se 20:57:52 Querying for multisigner.se CDS from udp:8.8.8.8:53, tcp:8.8.8.8:53, udp:8.8.4.4:53, tcp:8.8.4.4:53, udp:[2001:4860:4860::8888]:53, tcp:[2001:4860:4860::8888]:53, udp:[2001:4860:4860::8844]:53, tcp:[2001:4860:4860::8844]:53 Success for query name: multisigner.se type: CDS class: IN mdns_unicast_response: false multisigner.se. 0 IN CDS 54989 8 2 74290553BD934989BD2011906EFFABECD0A1CADDA285737CFCD82CBA5AEDC14B ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 08:54:22 +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#2446
No description provided.