[PR #203] [MERGED] Add RSA verification using *ring*. #1301

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

📋 Pull Request Information

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

Base: masterHead: ring-rsa


📝 Commits (3)

  • 42eaad1 Add generic RSA public key parser.
  • 8b3ad4f Add RSA verification using ring.
  • 9542279 Merge branch 'master' into ring-rsa

📊 Changes

8 files changed (+107 additions, -49 deletions)

View changed files

📝 client/src/client/secure_client_handle.rs (+1 -4)
📝 client/src/rr/dnssec/mod.rs (+2 -0)
📝 client/src/rr/dnssec/public_key.rs (+61 -40)
client/src/rr/dnssec/rsa_public_key.rs (+38 -0)
📝 client/src/rr/dnssec/signer.rs (+2 -2)
📝 client/src/rr/dnssec/tbs.rs (+1 -1)
📝 integration-tests/tests/client_future_tests.rs (+1 -1)
📝 integration-tests/tests/client_tests.rs (+1 -1)

📄 Description

NSEC3 RSA verification is not implemented yet.


🔄 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/203 **Author:** [@briansmith](https://github.com/briansmith) **Created:** 9/23/2017 **Status:** ✅ Merged **Merged:** 9/23/2017 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `master` ← **Head:** `ring-rsa` --- ### 📝 Commits (3) - [`42eaad1`](https://github.com/hickory-dns/hickory-dns/commit/42eaad18c56cde1ac8142b6b1c9c4812d36d8606) Add generic RSA public key parser. - [`8b3ad4f`](https://github.com/hickory-dns/hickory-dns/commit/8b3ad4f7765665854f41bc1ac654260caa363af0) Add RSA verification using *ring*. - [`9542279`](https://github.com/hickory-dns/hickory-dns/commit/9542279b9f2b48c5c603305b4ae68eb5734acb37) Merge branch 'master' into ring-rsa ### 📊 Changes **8 files changed** (+107 additions, -49 deletions) <details> <summary>View changed files</summary> 📝 `client/src/client/secure_client_handle.rs` (+1 -4) 📝 `client/src/rr/dnssec/mod.rs` (+2 -0) 📝 `client/src/rr/dnssec/public_key.rs` (+61 -40) ➕ `client/src/rr/dnssec/rsa_public_key.rs` (+38 -0) 📝 `client/src/rr/dnssec/signer.rs` (+2 -2) 📝 `client/src/rr/dnssec/tbs.rs` (+1 -1) 📝 `integration-tests/tests/client_future_tests.rs` (+1 -1) 📝 `integration-tests/tests/client_tests.rs` (+1 -1) </details> ### 📄 Description NSEC3 RSA verification is not implemented yet. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 01:59:10 +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#1301
No description provided.