mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 19:25:56 +03:00
[PR #2647] [MERGED] Conformance: test Hickory DNS with ring as well #3203
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#3203
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/2647
Author: @divergentdave
Created: 12/5/2024
Status: ✅ Merged
Merged: 12/6/2024
Merged by: @djc
Base:
main← Head:david/conformance-cargo-features📝 Commits (5)
1ccef91Conformance: Configurable Hickory DNS features1e75577Show nameserver logs on failure of NSEC3 tests726c39cSwitch between PEM and PKCS8 keys for nameserver25f26feUpdate justfile to invoke conformance-hickory-ring0e94b52Change default of DNSSEC_FEATURE to dnssec-ring📊 Changes
8 files changed (+148 additions, -35 deletions)
View changed files
📝
conformance/packages/conformance-tests/src/name_server/rfc5155.rs(+6 -2)📝
conformance/packages/dns-test/src/container.rs(+39 -13)📝
conformance/packages/dns-test/src/docker/hickory.Dockerfile(+3 -1)📝
conformance/packages/dns-test/src/implementation.rs(+51 -11)📝
conformance/packages/dns-test/src/lib.rs(+12 -5)📝
conformance/packages/dns-test/src/name_server.rs(+24 -1)📝
conformance/packages/dns-test/src/templates/hickory.name-server.toml.jinja(+4 -0)📝
justfile(+9 -2)📄 Description
This PR adds another optional parameter to the
DNS_TEST_SUBJECTenvironment variable, to allow choosing between thednssec-opensslanddnssec-ringCargo features. I also added support for providing either a PEM or PKCS8 private key to a Hickory name server, depending on which library it is using. This flexibility will also be useful in the near future when we add aws-lc-rs.This is a rebased version of #2593.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.