mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 03:05:51 +03:00
[PR #277] [MERGED] Make DNSSEC optional in server. #1332
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#1332
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/277
Author: @briansmith
Created: 10/30/2017
Status: ✅ Merged
Merged: 11/3/2017
Merged by: @bluejekyll
Base:
master← Head:b/allow-dnssec-to-be-disabled-in-server📝 Commits (7)
0c4444eServer: Stop enabling -client's dnssec-openssl by default.a2077d4Server: Fix --no-default-features --features=dnssec-ring.b653a8aServer: Enable tests/z_named_test_rsa_dnssec.rs on Windows.13e2973Make DNSSEC optional in server.b74b4deServer: Have updates fail when DNSSEC is disabled.b4d306bFix truncated comment.25f917dRemove unnecessarily-introduced blank line.📊 Changes
8 files changed (+175 additions, -39 deletions)
View changed files
📝
server/Cargo.toml(+1 -1)📝
server/src/authority/authority.rs(+55 -8)📝
server/src/config.rs(+9 -0)📝
server/src/named.rs(+42 -18)📝
server/tests/config_tests.rs(+4 -3)➕
server/tests/named_test_configs/ring_dnssec.toml(+46 -0)📝
server/tests/z_named_test_rsa_dnssec.rs(+17 -9)📝
server/tests/z_named_tests.rs(+1 -0)📄 Description
Make the direct ring and OpenSSL dependencies optional in the
server.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
LookupIpStrategyback toIpv4AndIpv6#2220