mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 11:15:54 +03:00
[PR #2840] [MERGED] Trust anchors tweaks #3355
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#3355
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/2840
Author: @djc
Created: 3/11/2025
Status: ✅ Merged
Merged: 3/11/2025
Merged by: @djc
Base:
main← Head:trust-anchors📝 Commits (10+)
834a55fproto: move Default impl below inherent impl3389b51proto: rename TrustAnchor::new() to empty()bf8b3bfproto: externalize potential panic in TrustAnchor::get()fd20399proto: rename TrustAnchor to TrustAnchorsd2c988bproto: make TrustAnchors::insert() more like HashSet::insert()cac1472proto: move TrustAnchors::read_from_file() constructor up44adbc6proto: rename TrustAnchors::read_from_file() to from_file()8996f5aproto: simplify TrustAnchors interface771907eproto: avoid abstractions in TrustAnchors parser code770ed46proto: use ParseError directly for TrustAnchors parsing📊 Changes
15 files changed (+99 additions, -104 deletions)
View changed files
📝
bin/tests/integration/named_test_rsa_dnssec.rs(+4 -4)📝
crates/client/src/client/dnssec_client.rs(+4 -4)📝
crates/proto/src/dnssec/dnssec_dns_handle/mod.rs(+6 -9)📝
crates/proto/src/dnssec/mod.rs(+1 -1)📝
crates/proto/src/dnssec/trust_anchor.rs(+54 -55)📝
crates/recursor/src/lib.rs(+2 -2)📝
crates/recursor/src/recursor.rs(+2 -2)📝
crates/resolver/src/resolver.rs(+5 -4)📝
crates/server/src/store/forwarder/authority.rs(+4 -4)📝
crates/server/src/store/recursor/authority.rs(+1 -1)📝
crates/server/src/store/recursor/config.rs(+4 -3)📝
tests/integration-tests/tests/integration/dnssec_client_handle_tests.rs(+3 -3)📝
tests/integration-tests/tests/integration/invalid_nsec3_tests.rs(+3 -3)📝
tests/integration-tests/tests/integration/validating_forwarder_tests.rs(+3 -3)📝
util/src/bin/dns.rs(+3 -6)📄 Description
Followup from #2838.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.