[PR #194] [MERGED] Enable more digest-related functionality for *ring*. #1291

Closed
opened 2026-03-16 01:58:37 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/194
Author: @briansmith
Created: 9/22/2017
Status: Merged
Merged: 9/22/2017
Merged by: @bluejekyll

Base: masterHead: ring-digest


📝 Commits (4)

  • a88d9b4 Enable more digest-related functionality for ring.
  • 918b522 Fix build when openssl and ring features are both enabled.
  • 109fe30 Fix error message to mention ring.
  • 0a56c83 Merge branch 'master' into ring-digest

📊 Changes

7 files changed (+122 additions, -69 deletions)

View changed files

📝 client/src/rr/dnssec/digest_type.rs (+63 -11)
📝 client/src/rr/dnssec/keypair.rs (+11 -3)
📝 client/src/rr/dnssec/mod.rs (+6 -0)
📝 client/src/rr/dnssec/nsec3.rs (+24 -33)
📝 client/src/rr/rdata/dnskey.rs (+9 -13)
📝 client/src/rr/rdata/ds.rs (+8 -8)
📝 client/src/rr/rdata/key.rs (+1 -1)

📄 Description

No description provided


🔄 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/194 **Author:** [@briansmith](https://github.com/briansmith) **Created:** 9/22/2017 **Status:** ✅ Merged **Merged:** 9/22/2017 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `master` ← **Head:** `ring-digest` --- ### 📝 Commits (4) - [`a88d9b4`](https://github.com/hickory-dns/hickory-dns/commit/a88d9b4e564f1f653f0e0d2dcdb9411339d5de10) Enable more digest-related functionality for *ring*. - [`918b522`](https://github.com/hickory-dns/hickory-dns/commit/918b52243d89bfe5be3fc3e5cce14d6adf809d9d) Fix build when openssl and ring features are both enabled. - [`109fe30`](https://github.com/hickory-dns/hickory-dns/commit/109fe30ed1ff15154ea28d1772aa85e1db3c7072) Fix error message to mention *ring*. - [`0a56c83`](https://github.com/hickory-dns/hickory-dns/commit/0a56c83a9d29a0747d467a816520521bb174788c) Merge branch 'master' into ring-digest ### 📊 Changes **7 files changed** (+122 additions, -69 deletions) <details> <summary>View changed files</summary> 📝 `client/src/rr/dnssec/digest_type.rs` (+63 -11) 📝 `client/src/rr/dnssec/keypair.rs` (+11 -3) 📝 `client/src/rr/dnssec/mod.rs` (+6 -0) 📝 `client/src/rr/dnssec/nsec3.rs` (+24 -33) 📝 `client/src/rr/rdata/dnskey.rs` (+9 -13) 📝 `client/src/rr/rdata/ds.rs` (+8 -8) 📝 `client/src/rr/rdata/key.rs` (+1 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 01:58:37 +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#1291
No description provided.