[PR #204] [MERGED] Make TrustAnchor work with *ring*. #1304

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/204
Author: @briansmith
Created: 9/23/2017
Status: Merged
Merged: 9/24/2017
Merged by: @bluejekyll

Base: masterHead: ring-trust_anchor


📝 Commits (2)

  • 720045b Make TrustAnchor work with ring.
  • 43a1275 Merge branch 'master' into ring-trust_anchor

📊 Changes

3 files changed (+4 additions, -93 deletions)

View changed files

client/src/rr/dnssec/Kjqmt7v.pem (+0 -54)
client/src/rr/dnssec/Kjqmt7v.rsa (+0 -0)
📝 client/src/rr/dnssec/trust_anchor.rs (+4 -39)

📄 Description

Put the Internet root public key in DNSSEC public key form so that we
don't need a parser for an alternative public key format. Then use the
normal parser instead of OpenSSL. Consequently, the code now works for
any crypto library that implements the basic verification
functionality.


🔄 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/204 **Author:** [@briansmith](https://github.com/briansmith) **Created:** 9/23/2017 **Status:** ✅ Merged **Merged:** 9/24/2017 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `master` ← **Head:** `ring-trust_anchor` --- ### 📝 Commits (2) - [`720045b`](https://github.com/hickory-dns/hickory-dns/commit/720045b6f7a3dd0df50ae593ec69dcff48d7d47d) Make TrustAnchor work with *ring*. - [`43a1275`](https://github.com/hickory-dns/hickory-dns/commit/43a1275e92127d9479f07d0b9b99cd5538f215a7) Merge branch 'master' into ring-trust_anchor ### 📊 Changes **3 files changed** (+4 additions, -93 deletions) <details> <summary>View changed files</summary> ➖ `client/src/rr/dnssec/Kjqmt7v.pem` (+0 -54) ➕ `client/src/rr/dnssec/Kjqmt7v.rsa` (+0 -0) 📝 `client/src/rr/dnssec/trust_anchor.rs` (+4 -39) </details> ### 📄 Description Put the Internet root public key in DNSSEC public key form so that we don't need a parser for an alternative public key format. Then use the normal parser instead of OpenSSL. Consequently, the code now works for any crypto library that implements the basic verification functionality. --- <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#1304
No description provided.