[PR #196] [MERGED] Add ECDSA verification support using *ring*. #1298

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

📋 Pull Request Information

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

Base: masterHead: ring-ecdsa


📝 Commits (3)

  • 97bcd38 Convert EC public key formats without heap allocation.
  • 89bc0de Add ECDSA verification support using ring.
  • 86584f0 Add missing ec_public_key.rs file.

📊 Changes

4 files changed (+145 additions, -23 deletions)

View changed files

📝 client/src/client/secure_client_handle.rs (+6 -3)
client/src/rr/dnssec/ec_public_key.rs (+47 -0)
📝 client/src/rr/dnssec/mod.rs (+2 -0)
📝 client/src/rr/dnssec/public_key.rs (+90 -20)

📄 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/196 **Author:** [@briansmith](https://github.com/briansmith) **Created:** 9/22/2017 **Status:** ✅ Merged **Merged:** 9/23/2017 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `master` ← **Head:** `ring-ecdsa` --- ### 📝 Commits (3) - [`97bcd38`](https://github.com/hickory-dns/hickory-dns/commit/97bcd3874473e5b598cf6facbc7e025bf2a055bc) Convert EC public key formats without heap allocation. - [`89bc0de`](https://github.com/hickory-dns/hickory-dns/commit/89bc0de2f5e7120920ae9b8893f1f3f145e2322e) Add ECDSA verification support using *ring*. - [`86584f0`](https://github.com/hickory-dns/hickory-dns/commit/86584f048deeaed303a31e44b295eeb059bded98) Add missing ec_public_key.rs file. ### 📊 Changes **4 files changed** (+145 additions, -23 deletions) <details> <summary>View changed files</summary> 📝 `client/src/client/secure_client_handle.rs` (+6 -3) ➕ `client/src/rr/dnssec/ec_public_key.rs` (+47 -0) 📝 `client/src/rr/dnssec/mod.rs` (+2 -0) 📝 `client/src/rr/dnssec/public_key.rs` (+90 -20) </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:53 +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#1298
No description provided.