mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 11:15:54 +03:00
[PR #2757] [MERGED] Add method to dns cli to fetch KSKs and update keys #3293
Labels
No labels
blocked
breaking-change
bug
bug:critical
bug:tests
cleanup
compliance
compliance
compliance
crate:all
crate:client
crate:native-tls
crate:proto
crate:recursor
crate:resolver
crate:resolver
crate:rustls
crate:server
crate:util
dependencies
docs
duplicate
easy
easy
enhance
enhance
enhance
feature:dns-over-https
feature:dns-over-quic
feature:dns-over-tls
feature:dnsssec
feature:global_lb
feature:mdns
feature:tsig
features:edns
has workaround
ops
perf
platform:WASM
platform:android
platform:fuchsia
platform:linux
platform:macos
platform:windows
pull-request
question
test
tools
tools
trust
unclear
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hickory-dns#3293
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hickory-dns/hickory-dns/pull/2757
Author: @bluejekyll
Created: 2/9/2025
Status: ✅ Merged
Merged: 2/15/2025
Merged by: @bluejekyll
Base:
main← Head:add-method-to-dns-cmd-for-ksks📝 Commits (8)
9be2547add fetch-keys to dns cli to fetch root ksks268edf9add 2024 trust anchor and remove original unused keyd4a21d7cleanup use statements in dns cli52ff627fix the trust_anchor unit testd6fb230remove cfg_if usage9aadebachange output_path to output_dir for clarity1ff9f33Merge branch 'main' into add-method-to-dns-cmd-for-ksksad183e7fix public key bytes to new method usage📊 Changes
6 files changed (+142 additions, -16 deletions)
View changed files
➖
crates/proto/src/dnssec/roots/19036.rsa(+0 -0)➕
crates/proto/src/dnssec/roots/38696.rsa(+0 -0)📝
crates/proto/src/dnssec/roots/README.md(+27 -9)📝
crates/proto/src/dnssec/trust_anchor.rs(+5 -5)📝
util/Cargo.toml(+1 -1)📝
util/src/bin/dns.rs(+109 -1)📄 Description
Closes: #2717
This adds back a utility for fetching the root KSKs.
I'm also updating the 2024 key.
Verified against, https://data.iana.org/root-anchors/root-anchors.xml
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.