[PR #2244] [MERGED] test caching of DNSSEC validation and of DNSSEC records #2902

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/2244
Author: @japaric
Created: 6/17/2024
Status: Merged
Merged: 7/3/2024
Merged by: @japaric

Base: mainHead: ja-test-dnssec-cache


📝 Commits (3)

  • b4b4c70 dns-test: add Direction::peer_addr
  • 09f2928 test caching of DNSSEC validated queries
  • f5275f8 test caching of DNSSEC records

📊 Changes

4 files changed (+107 additions, -0 deletions)

View changed files

📝 conformance/packages/conformance-tests/src/resolver/dnssec/rfc4035/section_4.rs (+1 -0)
conformance/packages/conformance-tests/src/resolver/dnssec/rfc4035/section_4/section_4_5.rs (+49 -0)
📝 conformance/packages/conformance-tests/src/resolver/dnssec/scenarios/secure.rs (+49 -0)
📝 conformance/packages/dns-test/src/tshark.rs (+8 -0)

📄 Description

hickory was failing the 'section 4.5' test before #2239 was merged but now it passes it


🔄 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/2244 **Author:** [@japaric](https://github.com/japaric) **Created:** 6/17/2024 **Status:** ✅ Merged **Merged:** 7/3/2024 **Merged by:** [@japaric](https://github.com/japaric) **Base:** `main` ← **Head:** `ja-test-dnssec-cache` --- ### 📝 Commits (3) - [`b4b4c70`](https://github.com/hickory-dns/hickory-dns/commit/b4b4c7059a59a92fb51e197a009754cade0c774b) dns-test: add Direction::peer_addr - [`09f2928`](https://github.com/hickory-dns/hickory-dns/commit/09f29281d7cbd67823482c8fea9724ad94c84283) test caching of DNSSEC validated queries - [`f5275f8`](https://github.com/hickory-dns/hickory-dns/commit/f5275f8d8fc70102665eacc26a9f3d119648ba4f) test caching of DNSSEC records ### 📊 Changes **4 files changed** (+107 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `conformance/packages/conformance-tests/src/resolver/dnssec/rfc4035/section_4.rs` (+1 -0) ➕ `conformance/packages/conformance-tests/src/resolver/dnssec/rfc4035/section_4/section_4_5.rs` (+49 -0) 📝 `conformance/packages/conformance-tests/src/resolver/dnssec/scenarios/secure.rs` (+49 -0) 📝 `conformance/packages/dns-test/src/tshark.rs` (+8 -0) </details> ### 📄 Description hickory was failing the 'section 4.5' test before #2239 was merged but now it passes it --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 11:14:25 +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#2902
No description provided.