[PR #199] [MERGED] Split dnskey_to_pem.rs out into its own util crate. #1296

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

Base: masterHead: util


📝 Commits (2)

  • ae00958 Split dnskey_to_pem.rs out into its own util crate.
  • 0e77108 Merge branch 'master' into util

📊 Changes

5 files changed (+98 additions, -28 deletions)

View changed files

📝 Cargo.lock (+54 -20)
📝 Cargo.toml (+1 -1)
📝 client/Cargo.toml (+0 -7)
util/Cargo.toml (+43 -0)
📝 util/src/dnskey_to_pem.rs (+0 -0)

📄 Description

Move the utility programs into their own crate that complements the main
TRust-DNS crate. This will allow their dependencies to evolve separately
from the main crate. In particular, this is a step towards getting the
fully-DNSSEC-capable client working using only ring, because it moves
OpenSSL-specific code out of the client.


🔄 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/199 **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:** `util` --- ### 📝 Commits (2) - [`ae00958`](https://github.com/hickory-dns/hickory-dns/commit/ae009581af1f0f6282d6e5b184712f7b86e7dbf0) Split dnskey_to_pem.rs out into its own util crate. - [`0e77108`](https://github.com/hickory-dns/hickory-dns/commit/0e771081b17249a68e617a81b10861235b957972) Merge branch 'master' into util ### 📊 Changes **5 files changed** (+98 additions, -28 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+54 -20) 📝 `Cargo.toml` (+1 -1) 📝 `client/Cargo.toml` (+0 -7) ➕ `util/Cargo.toml` (+43 -0) 📝 `util/src/dnskey_to_pem.rs` (+0 -0) </details> ### 📄 Description Move the utility programs into their own crate that complements the main TRust-DNS crate. This will allow their dependencies to evolve separately from the main crate. In particular, this is a step towards getting the fully-DNSSEC-capable client working using only *ring*, because it moves OpenSSL-specific code out of the client. --- <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#1296
No description provided.