[PR #2745] [MERGED] proto: case insensitive comparison of NSEC3 labels #3282

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/2745
Author: @divergentdave
Created: 1/29/2025
Status: Merged
Merged: 2/11/2025
Merged by: @divergentdave

Base: mainHead: david/nsec3-case


📝 Commits (1)

  • d62447f proto: case insensitive comparison of NSEC3 labels

📊 Changes

2 files changed (+101 additions, -61 deletions)

View changed files

📝 crates/proto/src/dnssec/dnssec_dns_handle/nsec3_validation.rs (+101 -57)
📝 tests/ede-dot-com/src/lib.rs (+0 -4)

📄 Description

This fixes #2714 by doing case-insensitive comparisons of NSEC3 labels.


fixes: #2714


🔄 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/2745 **Author:** [@divergentdave](https://github.com/divergentdave) **Created:** 1/29/2025 **Status:** ✅ Merged **Merged:** 2/11/2025 **Merged by:** [@divergentdave](https://github.com/divergentdave) **Base:** `main` ← **Head:** `david/nsec3-case` --- ### 📝 Commits (1) - [`d62447f`](https://github.com/hickory-dns/hickory-dns/commit/d62447fbf3a5a6e8986f057aac0fabc757dd7590) proto: case insensitive comparison of NSEC3 labels ### 📊 Changes **2 files changed** (+101 additions, -61 deletions) <details> <summary>View changed files</summary> 📝 `crates/proto/src/dnssec/dnssec_dns_handle/nsec3_validation.rs` (+101 -57) 📝 `tests/ede-dot-com/src/lib.rs` (+0 -4) </details> ### 📄 Description This fixes #2714 by doing case-insensitive comparisons of NSEC3 labels. ---- fixes: #2714 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 11:35:13 +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#3282
No description provided.