mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 03:05:51 +03:00
[PR #2271] [MERGED] DnssecDnsHandle: do not recurse infinitely when query DS . fails #2922
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#2922
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/2271
Author: @japaric
Created: 7/2/2024
Status: ✅ Merged
Merged: 7/8/2024
Merged by: @djc
Base:
main← Head:ja-gh2252📝 Commits (5)
0cfad33dns-test: prepare API for configurable signing settings2087aceadd Implementation::hickoryf9ba99aminimal e2e test suite4ade86badd regression test for issue #2252957ad75DnssecDnsHandle: do not recurse infinitely when queryDS .fails📊 Changes
23 files changed (+961 additions, -70 deletions)
View changed files
📝
.github/workflows/conformance.yml(+3 -0)📝
conformance/packages/conformance-tests/src/name_server/rfc4035/section_3/section_3_1/section_3_1_1.rs(+3 -3)📝
conformance/packages/conformance-tests/src/name_server/rfc5155.rs(+2 -2)📝
conformance/packages/conformance-tests/src/resolver/dnssec/fixtures.rs(+26 -17)📝
conformance/packages/conformance-tests/src/resolver/dnssec/rfc4035/section_3/section_3_1/section_3_1_4.rs(+7 -2)📝
conformance/packages/conformance-tests/src/resolver/dnssec/rfc4035/section_3/section_3_2.rs(+6 -6)📝
conformance/packages/conformance-tests/src/resolver/dnssec/rfc4035/section_4/section_4_5.rs(+3 -3)📝
conformance/packages/conformance-tests/src/resolver/dnssec/scenarios/ede.rs(+7 -4)📝
conformance/packages/conformance-tests/src/resolver/dnssec/scenarios/secure.rs(+2 -2)📝
conformance/packages/dns-test/examples/explore.rs(+8 -2)📝
conformance/packages/dns-test/src/implementation.rs(+10 -0)📝
conformance/packages/dns-test/src/lib.rs(+0 -1)📝
conformance/packages/dns-test/src/name_server.rs(+69 -25)📝
conformance/packages/dns-test/src/resolver.rs(+2 -2)📝
crates/proto/src/xfer/dnssec_dns_handle.rs(+12 -1)📝
justfile(+27 -0)➕
tests/e2e-tests/Cargo.lock(+676 -0)➕
tests/e2e-tests/Cargo.toml(+12 -0)➕
tests/e2e-tests/README.md(+7 -0)➕
tests/e2e-tests/src/lib.rs(+16 -0)...and 3 more files
📄 Description
fixes #2252
this PR depends on #2253 so its base has been set to that PR's branch. this PR will remain in draft state until that PR is merged.
this PR also crates a
e2e-teststest suite where hickory-exclusive tests based ondns-testcan reside. those tests won't run againstunboundor BIND so it's a good place to put regression tests and tests that exercise hickory-exclusive features🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.