mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 11:15:54 +03:00
[PR #2286] [MERGED] answer with SERVFAIL when DNSSEC validation fails #2929
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#2929
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/2286
Author: @japaric
Created: 7/5/2024
Status: ✅ Merged
Merged: 7/8/2024
Merged by: @djc
Base:
main← Head:ja-dnssec-servfail📝 Commits (6)
5b69646rename LookupOptions::{is_dnssec,dnssec}714ee02add Authority*::can_validate_dnssece74cbdbdo not set the AD flag if the recursor is non-validatingc199736conformance: removedelvassertions from some tests13715d4answer with SERVFAIL if validation failse64547bconformance: better classify SERVFAIL test📊 Changes
12 files changed (+98 additions, -55 deletions)
View changed files
📝
bin/tests/server_harness/mod.rs(+1 -1)📝
conformance/packages/conformance-tests/src/resolver/dnssec/rfc4035/section_3/section_3_2/section_3_2_2.rs(+20 -0)📝
conformance/packages/conformance-tests/src/resolver/dnssec/scenarios.rs(+0 -1)➖
conformance/packages/conformance-tests/src/resolver/dnssec/scenarios/bogus.rs(+0 -29)📝
conformance/packages/conformance-tests/src/resolver/dnssec/scenarios/secure.rs(+1 -7)📝
crates/recursor/src/recursor.rs(+6 -0)📝
crates/server/src/authority/auth_lookup.rs(+1 -1)📝
crates/server/src/authority/authority.rs(+14 -9)📝
crates/server/src/authority/authority_object.rs(+7 -0)📝
crates/server/src/authority/catalog.rs(+41 -4)📝
crates/server/src/store/in_memory/authority.rs(+2 -2)📝
crates/server/src/store/recursor/authority.rs(+5 -1)📄 Description
and the CD bit was not set in the query, as per section 3.2.2 of RFC4053
closes #2283
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.