mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 11:15:54 +03:00
[PR #3131] [MERGED] Improve DNSSEC APIs #3583
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#3583
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/3131
Author: @djc
Created: 7/18/2025
Status: ✅ Merged
Merged: 7/21/2025
Merged by: @djc
Base:
main← Head:dnssec-server📝 Commits (10+)
e889dc4server: make LookupOptions fields publicabbcccdserver: move lookup_options_for_edns() to LookupOptions::from_edns()575b208server: discard trivial setter46afa86server: simplify test constructore045ad1server: simplify LookupOptions::from_edns()1087b90server: discard get_() prefixesf834dd1server: simplify DNSSEC handling when disabled51ad48cMove DnssecSummary to proto crate1478f4dserver: simplify setting authoritative flage3c82cbserver: hoist response-independent handling📊 Changes
24 files changed (+185 additions, -245 deletions)
View changed files
📝
bin/tests/integration/authority_battery/dnssec.rs(+10 -10)📝
bin/tests/integration/server_harness/mod.rs(+1 -1)📝
crates/proto/src/dnssec/dnssec_dns_handle/mod.rs(+1 -1)📝
crates/proto/src/dnssec/mod.rs(+35 -1)📝
crates/proto/src/error.rs(+9 -14)📝
crates/proto/src/xfer/dns_request.rs(+0 -9)📝
crates/recursor/src/error.rs(+9 -11)📝
crates/recursor/src/recursor.rs(+1 -1)📝
crates/resolver/src/cache.rs(+1 -1)📝
crates/server/src/authority/auth_lookup.rs(+1 -1)📝
crates/server/src/authority/authority.rs(+24 -26)📝
crates/server/src/authority/catalog.rs(+61 -88)📝
crates/server/src/authority/message_response.rs(+1 -1)📝
crates/server/src/authority/mod.rs(+0 -49)📝
crates/server/src/server/response_handler.rs(+1 -1)📝
crates/server/src/store/blocklist.rs(+2 -2)📝
crates/server/src/store/file.rs(+4 -4)📝
crates/server/src/store/forwarder.rs(+2 -2)📝
crates/server/src/store/in_memory/inner.rs(+5 -5)📝
crates/server/src/store/in_memory/mod.rs(+4 -4)...and 4 more files
📄 Description
A fairly meandering route towards fixing #3011.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.