[PR #3309] [MERGED] Set correct TTL for RRSIG records #3732

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/3309
Author: @msrd0
Created: 10/13/2025
Status: Merged
Merged: 10/14/2025
Merged by: @djc

Base: mainHead: msrd0/rrsig-ttl


📝 Commits (2)

  • bd7d798 Set correct TTL for RRSIG records
  • c9775c6 Add test for the TTL of RRSIG records

📊 Changes

4 files changed (+97 additions, -6 deletions)

View changed files

📝 bin/tests/integration/named_test_rsa_dnssec.rs (+90 -1)
📝 crates/server/src/store/in_memory/inner.rs (+2 -4)
📝 crates/server/src/store/in_memory/mod.rs (+0 -1)
📝 tests/test-data/test_configs/example.com.zone (+5 -0)

📄 Description

Fixes #3306


🔄 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/3309 **Author:** [@msrd0](https://github.com/msrd0) **Created:** 10/13/2025 **Status:** ✅ Merged **Merged:** 10/14/2025 **Merged by:** [@djc](https://github.com/djc) **Base:** `main` ← **Head:** `msrd0/rrsig-ttl` --- ### 📝 Commits (2) - [`bd7d798`](https://github.com/hickory-dns/hickory-dns/commit/bd7d7986e5e21b23d77b5fb89ae397316d3d37bd) Set correct TTL for RRSIG records - [`c9775c6`](https://github.com/hickory-dns/hickory-dns/commit/c9775c6ee05f75cd2dd86d3512b57fd181ed8b0a) Add test for the TTL of RRSIG records ### 📊 Changes **4 files changed** (+97 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `bin/tests/integration/named_test_rsa_dnssec.rs` (+90 -1) 📝 `crates/server/src/store/in_memory/inner.rs` (+2 -4) 📝 `crates/server/src/store/in_memory/mod.rs` (+0 -1) 📝 `tests/test-data/test_configs/example.com.zone` (+5 -0) </details> ### 📄 Description Fixes #3306 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 11:59:40 +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#3732
No description provided.