mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 11:15:54 +03:00
[PR #2391] [MERGED] Add NSEC3 support to hickory-server #3005
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#3005
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/2391
Author: @pvdrz
Created: 8/28/2024
Status: ✅ Merged
Merged: 9/3/2024
Merged by: @pvdrz
Base:
main← Head:nsec3-impl📝 Commits (5)
f3d5312Make the kind of non-existence proof used configurable54e5e49Let hickory sign the zonefile itself09af851Implement NSEC3 zone signing8b2e86cImplement NSEC3 zone serving00bfaf0Log the request ID on failure📊 Changes
32 files changed (+863 additions, -77 deletions)
View changed files
📝
Cargo.lock(+1 -0)📝
bin/src/hickory-dns.rs(+8 -0)📝
conformance/packages/conformance-tests/src/name_server/rfc5155.rs(+7 -6)📝
conformance/packages/dns-test/src/container.rs(+1 -0)📝
conformance/packages/dns-test/src/docker/hickory.Dockerfile(+4 -2)📝
conformance/packages/dns-test/src/implementation.rs(+4 -2)📝
conformance/packages/dns-test/src/name_server.rs(+21 -1)📝
conformance/packages/dns-test/src/templates/hickory.name-server.toml.jinja(+7 -0)📝
conformance/packages/dns-test/src/zone_file/signer.rs(+10 -2)📝
crates/proto/src/rr/dnssec/nsec3.rs(+2 -1)📝
crates/proto/src/rr/domain/name.rs(+22 -0)📝
crates/server/Cargo.toml(+5 -1)📝
crates/server/src/authority/authority.rs(+65 -4)📝
crates/server/src/authority/authority_object.rs(+29 -0)📝
crates/server/src/authority/catalog.rs(+95 -18)📝
crates/server/src/authority/mod.rs(+1 -1)📝
crates/server/src/config/dnssec.rs(+24 -1)📝
crates/server/src/config/mod.rs(+8 -0)📝
crates/server/src/store/file/authority.rs(+41 -7)📝
crates/server/src/store/forwarder/authority.rs(+19 -0)...and 12 more files
📄 Description
A (hopefully) cleaner version of #2344
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.