[PR #1954] [CLOSED] Merge up deny response in requests to server #2719

Closed
opened 2026-03-16 11:04:23 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/1954
Author: @bluejekyll
Created: 6/1/2023
Status: Closed

Base: mainHead: release/0.22


📝 Commits (4)

  • 2fd2603 server: drop response messages
  • 5f62781 Regenerate the test SSL certificates
  • 9e6e772 update CHANGELOG for 0.22.1
  • 9f344b5 bump server and bin crates to 0.22.1

📊 Changes

14 files changed (+247 additions, -200 deletions)

View changed files

📝 CHANGELOG.md (+6 -0)
📝 Cargo.lock (+2 -2)
📝 bin/Cargo.toml (+2 -2)
📝 crates/server/Cargo.toml (+1 -1)
📝 crates/server/src/server/server_future.rs (+6 -1)
📝 tests/integration-tests/tests/server_future_tests.rs (+34 -0)
📝 tests/test-data/ca.der (+0 -0)
📝 tests/test-data/ca.key (+49 -49)
📝 tests/test-data/ca.pem (+29 -27)
📝 tests/test-data/ca.pubkey (+12 -12)
📝 tests/test-data/cert-key.pem (+49 -49)
📝 tests/test-data/cert.csr (+26 -27)
📝 tests/test-data/cert.p12 (+0 -0)
📝 tests/test-data/cert.pem (+31 -30)

📄 Description

releases #1952


🔄 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/1954 **Author:** [@bluejekyll](https://github.com/bluejekyll) **Created:** 6/1/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `release/0.22` --- ### 📝 Commits (4) - [`2fd2603`](https://github.com/hickory-dns/hickory-dns/commit/2fd26031711b00ec0c88aa88044716ffb2f0ef94) server: drop response messages - [`5f62781`](https://github.com/hickory-dns/hickory-dns/commit/5f6278154d4ceaec11ae6c1f91222faa7bd43838) Regenerate the test SSL certificates - [`9e6e772`](https://github.com/hickory-dns/hickory-dns/commit/9e6e77293bc75f961695eb95fb23d2a56600de87) update CHANGELOG for 0.22.1 - [`9f344b5`](https://github.com/hickory-dns/hickory-dns/commit/9f344b54cdd90cd1fe435c603c5b97fb32eda3f2) bump server and bin crates to 0.22.1 ### 📊 Changes **14 files changed** (+247 additions, -200 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+6 -0) 📝 `Cargo.lock` (+2 -2) 📝 `bin/Cargo.toml` (+2 -2) 📝 `crates/server/Cargo.toml` (+1 -1) 📝 `crates/server/src/server/server_future.rs` (+6 -1) 📝 `tests/integration-tests/tests/server_future_tests.rs` (+34 -0) 📝 `tests/test-data/ca.der` (+0 -0) 📝 `tests/test-data/ca.key` (+49 -49) 📝 `tests/test-data/ca.pem` (+29 -27) 📝 `tests/test-data/ca.pubkey` (+12 -12) 📝 `tests/test-data/cert-key.pem` (+49 -49) 📝 `tests/test-data/cert.csr` (+26 -27) 📝 `tests/test-data/cert.p12` (+0 -0) 📝 `tests/test-data/cert.pem` (+31 -30) </details> ### 📄 Description releases #1952 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 11:04:23 +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#2719
No description provided.