[PR #277] [MERGED] Make DNSSEC optional in server. #1332

Closed
opened 2026-03-16 02:00:48 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: b/allow-dnssec-to-be-disabled-in-server


📝 Commits (7)

  • 0c4444e Server: Stop enabling -client's dnssec-openssl by default.
  • a2077d4 Server: Fix --no-default-features --features=dnssec-ring.
  • b653a8a Server: Enable tests/z_named_test_rsa_dnssec.rs on Windows.
  • 13e2973 Make DNSSEC optional in server.
  • b74b4de Server: Have updates fail when DNSSEC is disabled.
  • b4d306b Fix truncated comment.
  • 25f917d Remove 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.

## 📋 Pull Request Information **Original PR:** https://github.com/hickory-dns/hickory-dns/pull/277 **Author:** [@briansmith](https://github.com/briansmith) **Created:** 10/30/2017 **Status:** ✅ Merged **Merged:** 11/3/2017 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `master` ← **Head:** `b/allow-dnssec-to-be-disabled-in-server` --- ### 📝 Commits (7) - [`0c4444e`](https://github.com/hickory-dns/hickory-dns/commit/0c4444ebbf0299031b9f9ef46c531d1a831b165d) Server: Stop enabling -client's dnssec-openssl by default. - [`a2077d4`](https://github.com/hickory-dns/hickory-dns/commit/a2077d47b889fd8167746cd6fae0ac00ec9c10e1) Server: Fix --no-default-features --features=dnssec-ring. - [`b653a8a`](https://github.com/hickory-dns/hickory-dns/commit/b653a8a1b3c243edb8c732cdc6c7356585c67c3a) Server: Enable tests/z_named_test_rsa_dnssec.rs on Windows. - [`13e2973`](https://github.com/hickory-dns/hickory-dns/commit/13e2973cc436d4f3d61224598eafae7270835173) Make DNSSEC optional in server. - [`b74b4de`](https://github.com/hickory-dns/hickory-dns/commit/b74b4de5f7de25d90e251850f2d58b52386ea393) Server: Have updates fail when DNSSEC is disabled. - [`b4d306b`](https://github.com/hickory-dns/hickory-dns/commit/b4d306b8c22db3b7aae6e0f31376e192a50b9b46) Fix truncated comment. - [`25f917d`](https://github.com/hickory-dns/hickory-dns/commit/25f917d4aabeb13671da0ccde691d288bb5f7576) Remove unnecessarily-introduced blank line. ### 📊 Changes **8 files changed** (+175 additions, -39 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Make the direct *ring* and OpenSSL dependencies optional in the server. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 02:00:48 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hickory-dns#1332
No description provided.