mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 11:15:54 +03:00
[PR #2382] [CLOSED] Enable NSEC3 conformance tests for Hickory #3001
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#3001
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/2382
Author: @pvdrz
Created: 8/23/2024
Status: ❌ Closed
Base:
main← Head:nsec3-tests-hickory📝 Commits (10+)
326be34Implement basic zone signing for NSEC3 records6c6d185Add configuration fields for NSEC304038e6Implement basic NSEC3 zone serving0f2340aImplement NSEC3 zone serving for NODATA responses6832b3cDocument zone serving64c83e7Only serve NSEC3 records if NSEC3 is enabledd0b794dFix conditional compilation errors821bdbcAddress clippy lints5b0db27Merge branch 'main' into nsec3-signing-poc18db8bcAdd NxProof config📊 Changes
31 files changed (+786 additions, -57 deletions)
View changed files
📝
Cargo.lock(+1 -0)📝
bin/src/hickory-dns.rs(+12 -0)📝
conformance/packages/conformance-tests/src/name_server/rfc5155.rs(+10 -3)📝
conformance/packages/dns-test/src/container.rs(+1 -1)📝
conformance/packages/dns-test/src/docker/hickory.Dockerfile(+4 -2)📝
conformance/packages/dns-test/src/implementation.rs(+18 -11)📝
conformance/packages/dns-test/src/lib.rs(+5 -2)📝
conformance/packages/dns-test/src/name_server.rs(+26 -2)📝
conformance/packages/dns-test/src/templates/hickory.name-server.toml.jinja(+8 -0)📝
conformance/packages/dns-test/src/zone_file/signer.rs(+1 -2)📝
crates/proto/src/rr/dnssec/nsec3.rs(+2 -1)📝
crates/server/Cargo.toml(+1 -0)📝
crates/server/src/authority/authority.rs(+18 -0)📝
crates/server/src/authority/authority_object.rs(+33 -0)📝
crates/server/src/authority/catalog.rs(+14 -1)📝
crates/server/src/authority/error.rs(+4 -0)📝
crates/server/src/config/mod.rs(+47 -0)📝
crates/server/src/store/file/authority.rs(+47 -4)📝
crates/server/src/store/forwarder/authority.rs(+17 -0)📝
crates/server/src/store/in_memory/authority.rs(+321 -13)...and 11 more files
📄 Description
blocked by #2344
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
large_enum_variantswarnings #3489