mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 11:15:54 +03:00
[PR #3177] [MERGED] dns-test: add DoT support to authoritative DNS servers #3616
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#3616
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/3177
Author: @cpu
Created: 8/5/2025
Status: ✅ Merged
Merged: 8/7/2025
Merged by: @cpu
Base:
main← Head:cpu-dnstest-dot📝 Commits (3)
0d98159dns-test: introduce container PKIf827c2ddns-test: nameserver DoT config446da93dns-test: support DoT dig queries📊 Changes
13 files changed (+476 additions, -26 deletions)
View changed files
📝
conformance/Cargo.lock(+100 -6)📝
conformance/packages/dns-test/Cargo.toml(+1 -0)📝
conformance/packages/dns-test/examples/explore.rs(+8 -2)📝
conformance/packages/dns-test/src/client.rs(+40 -3)📝
conformance/packages/dns-test/src/docker/hickory.Dockerfile(+5 -3)📝
conformance/packages/dns-test/src/implementation.rs(+17 -1)📝
conformance/packages/dns-test/src/lib.rs(+2 -0)📝
conformance/packages/dns-test/src/name_server.rs(+109 -6)➕
conformance/packages/dns-test/src/pki.rs(+68 -0)📝
conformance/packages/dns-test/src/templates/hickory.name-server.toml.jinja(+8 -0)📝
conformance/packages/dns-test/src/templates/named.name-server.conf.jinja(+12 -0)📝
conformance/packages/dns-test/src/templates/nsd.conf.jinja(+7 -0)📝
tests/ede-dot-com/Cargo.lock(+99 -5)📄 Description
For the authoritative name server implementations that support it (BIND, nsd, hickory-dns), have the servers bind the standard DNS-over-TLS (DoT) port, using a certificate/private key issued from an internal PKI.
This will allow writing tests that exercise opportunistic resolver->authoritative DoT probing.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.