[PR #3302] [MERGED] Add support for SMIMEA records #3729

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

📋 Pull Request Information

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

Base: mainHead: msrd0/smimea


📝 Commits (1)

  • 5987ee1 Add support for SMIMEA records

📊 Changes

13 files changed (+271 additions, -6 deletions)

View changed files

📝 README.md (+1 -0)
📝 bin/tests/integration/txt_tests.rs (+79 -0)
📝 crates/proto/src/rr/rdata/mod.rs (+2 -0)
crates/proto/src/rr/rdata/smimea.rs (+99 -0)
📝 crates/proto/src/rr/rdata/sshfp.rs (+1 -1)
📝 crates/proto/src/rr/record_data.rs (+15 -1)
📝 crates/proto/src/rr/record_type.rs (+7 -0)
📝 crates/proto/src/serialize/txt/parse_rdata.rs (+1 -0)
📝 crates/proto/src/serialize/txt/rdata_parsers/mod.rs (+1 -0)
crates/proto/src/serialize/txt/rdata_parsers/smimea.rs (+49 -0)
📝 crates/proto/src/serialize/txt/rdata_parsers/tlsa.rs (+12 -4)
📝 crates/resolver/src/resolver.rs (+1 -0)
📝 crates/server/src/zone_handler/metrics.rs (+3 -0)

📄 Description

I have reused/copied some code from TLSA records as they share the same format

Fixes #1856


🔄 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/3302 **Author:** [@msrd0](https://github.com/msrd0) **Created:** 10/8/2025 **Status:** ✅ Merged **Merged:** 10/14/2025 **Merged by:** [@djc](https://github.com/djc) **Base:** `main` ← **Head:** `msrd0/smimea` --- ### 📝 Commits (1) - [`5987ee1`](https://github.com/hickory-dns/hickory-dns/commit/5987ee1b9777a6d721bea7f7ebdaaa95d33a518d) Add support for SMIMEA records ### 📊 Changes **13 files changed** (+271 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) 📝 `bin/tests/integration/txt_tests.rs` (+79 -0) 📝 `crates/proto/src/rr/rdata/mod.rs` (+2 -0) ➕ `crates/proto/src/rr/rdata/smimea.rs` (+99 -0) 📝 `crates/proto/src/rr/rdata/sshfp.rs` (+1 -1) 📝 `crates/proto/src/rr/record_data.rs` (+15 -1) 📝 `crates/proto/src/rr/record_type.rs` (+7 -0) 📝 `crates/proto/src/serialize/txt/parse_rdata.rs` (+1 -0) 📝 `crates/proto/src/serialize/txt/rdata_parsers/mod.rs` (+1 -0) ➕ `crates/proto/src/serialize/txt/rdata_parsers/smimea.rs` (+49 -0) 📝 `crates/proto/src/serialize/txt/rdata_parsers/tlsa.rs` (+12 -4) 📝 `crates/resolver/src/resolver.rs` (+1 -0) 📝 `crates/server/src/zone_handler/metrics.rs` (+3 -0) </details> ### 📄 Description I have reused/copied some code from TLSA records as they share the same format Fixes #1856 --- <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:24 +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#3729
No description provided.