[PR #576] [MERGED] add get_root_ksk tool for pulling ksk anchors #1522

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/576
Author: @bluejekyll
Created: 10/9/2018
Status: Merged
Merged: 10/10/2018
Merged by: @bluejekyll

Base: masterHead: update-root-ksk-2018


📝 Commits (3)

  • b02392a add get_root_ksk tool for pulling ksk anchors
  • 165644b dedup calculate_key_tag_internal function
  • ad75c6f cleanup get-root-ksks to print less data

📊 Changes

8 files changed (+252 additions, -77 deletions)

View changed files

📝 client/src/rr/dnssec/signer.rs (+4 -38)
📝 proto/src/rr/dnssec/rdata/dnskey.rs (+132 -35)
📝 proto/src/rr/dnssec/roots/19036.rsa (+0 -0)
proto/src/rr/dnssec/roots/20326.rsa (+0 -0)
proto/src/rr/dnssec/roots/README.md (+22 -0)
📝 proto/src/rr/dnssec/trust_anchor.rs (+5 -4)
📝 util/Cargo.toml (+6 -0)
util/src/get_root_ksks.rs (+83 -0)

📄 Description

No description provided


🔄 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/576 **Author:** [@bluejekyll](https://github.com/bluejekyll) **Created:** 10/9/2018 **Status:** ✅ Merged **Merged:** 10/10/2018 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `master` ← **Head:** `update-root-ksk-2018` --- ### 📝 Commits (3) - [`b02392a`](https://github.com/hickory-dns/hickory-dns/commit/b02392ae42a713b85783a78f82a3262b863202a6) add get_root_ksk tool for pulling ksk anchors - [`165644b`](https://github.com/hickory-dns/hickory-dns/commit/165644b3737a37b693920a75ee2f30035c957cb1) dedup calculate_key_tag_internal function - [`ad75c6f`](https://github.com/hickory-dns/hickory-dns/commit/ad75c6fc905c3f7faa91fa93e74a26f3dde1f4aa) cleanup get-root-ksks to print less data ### 📊 Changes **8 files changed** (+252 additions, -77 deletions) <details> <summary>View changed files</summary> 📝 `client/src/rr/dnssec/signer.rs` (+4 -38) 📝 `proto/src/rr/dnssec/rdata/dnskey.rs` (+132 -35) 📝 `proto/src/rr/dnssec/roots/19036.rsa` (+0 -0) ➕ `proto/src/rr/dnssec/roots/20326.rsa` (+0 -0) ➕ `proto/src/rr/dnssec/roots/README.md` (+22 -0) 📝 `proto/src/rr/dnssec/trust_anchor.rs` (+5 -4) 📝 `util/Cargo.toml` (+6 -0) ➕ `util/src/get_root_ksks.rs` (+83 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 02:11:06 +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#1522
No description provided.