[PR #3113] [MERGED] proto: improve DNSSEC interfaces #3568

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/3113
Author: @djc
Created: 7/14/2025
Status: Merged
Merged: 7/15/2025
Merged by: @djc

Base: mainHead: dnssec-interface


📝 Commits (8)

  • 652d471 proto: take rrsigs as slices
  • 1641b2e proto: extract verify_rrsig_with_keys() function
  • 557d09b proto: move combinator chain to async method
  • 139dff3 proto: merge handle_response() and verify_response()
  • e010d14 proto: simplify error handling in DnssecDnsHandle
  • 3da10da proto: colocate imports in dnssec_dns_handle
  • 8980705 proto: make ProofError non-exhaustive
  • 0c17030 proto: simplify Proven::transpose()

📊 Changes

2 files changed (+142 additions, -145 deletions)

View changed files

📝 crates/proto/src/dnssec/dnssec_dns_handle/mod.rs (+137 -137)
📝 crates/proto/src/dnssec/proof.rs (+5 -8)

📄 Description

Preparation for #3011.


🔄 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/3113 **Author:** [@djc](https://github.com/djc) **Created:** 7/14/2025 **Status:** ✅ Merged **Merged:** 7/15/2025 **Merged by:** [@djc](https://github.com/djc) **Base:** `main` ← **Head:** `dnssec-interface` --- ### 📝 Commits (8) - [`652d471`](https://github.com/hickory-dns/hickory-dns/commit/652d47162f46800d8ad05906794e5b971fb8098f) proto: take rrsigs as slices - [`1641b2e`](https://github.com/hickory-dns/hickory-dns/commit/1641b2e94b8a4208b0c4a82cbd3a9eaa83e8600f) proto: extract verify_rrsig_with_keys() function - [`557d09b`](https://github.com/hickory-dns/hickory-dns/commit/557d09b2038c4c03d8c5281f4b85502aa9d02fbc) proto: move combinator chain to async method - [`139dff3`](https://github.com/hickory-dns/hickory-dns/commit/139dff3f49611273f75a028b0d3db270a2ea0465) proto: merge handle_response() and verify_response() - [`e010d14`](https://github.com/hickory-dns/hickory-dns/commit/e010d144d6702bd7702869ba6f4d031b9f1715f0) proto: simplify error handling in DnssecDnsHandle - [`3da10da`](https://github.com/hickory-dns/hickory-dns/commit/3da10da7de2e4f76555007a92cebd1adc6e955e3) proto: colocate imports in dnssec_dns_handle - [`8980705`](https://github.com/hickory-dns/hickory-dns/commit/89807057135c87baef1784cc2906359a2d466b41) proto: make ProofError non-exhaustive - [`0c17030`](https://github.com/hickory-dns/hickory-dns/commit/0c17030d2e95725fb35074104330b3600fdc308a) proto: simplify Proven::transpose() ### 📊 Changes **2 files changed** (+142 additions, -145 deletions) <details> <summary>View changed files</summary> 📝 `crates/proto/src/dnssec/dnssec_dns_handle/mod.rs` (+137 -137) 📝 `crates/proto/src/dnssec/proof.rs` (+5 -8) </details> ### 📄 Description Preparation for #3011. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 11:50:42 +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#3568
No description provided.