[PR #208] [MERGED] pem-to-public-dnskey utility #1303

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/208
Author: @bluejekyll
Created: 9/25/2017
Status: Merged
Merged: 9/27/2017
Merged by: @bluejekyll

Base: masterHead: pem-dnskey


📝 Commits (7)

📊 Changes

22 files changed (+523 additions, -200 deletions)

View changed files

📝 CHANGELOG.md (+11 -1)
📝 Cargo.lock (+39 -39)
📝 README.md (+3 -3)
📝 client/Cargo.toml (+1 -1)
📝 client/src/client/secure_client_handle.rs (+10 -8)
📝 client/src/rr/dnssec/keypair.rs (+138 -79)
📝 client/src/rr/dnssec/mod.rs (+1 -0)
📝 client/src/rr/dnssec/public_key.rs (+75 -34)
📝 client/src/rr/dnssec/trust_anchor.rs (+17 -8)
📝 integration-tests/tests/client_tests.rs (+8 -4)
📝 integration-tests/tests/secure_client_handle_tests.rs (+5 -2)
📝 native-tls/Cargo.toml (+2 -2)
📝 resolver/CHANGELOG.md (+2 -1)
📝 resolver/Cargo.toml (+2 -2)
📝 rustls/Cargo.toml (+2 -2)
📝 server/Cargo.toml (+2 -2)
📝 server/tests/z_named_native_tls_tests.rs (+0 -6)
📝 server/tests/z_named_tests.rs (+0 -3)
tests/ca.pubkey (+14 -0)
📝 util/Cargo.toml (+11 -3)

...and 2 more files

📄 Description

Fixes #206
Fixes #207


🔄 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/208 **Author:** [@bluejekyll](https://github.com/bluejekyll) **Created:** 9/25/2017 **Status:** ✅ Merged **Merged:** 9/27/2017 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `master` ← **Head:** `pem-dnskey` --- ### 📝 Commits (7) - [`f525d24`](https://github.com/hickory-dns/hickory-dns/commit/f525d2488ae1eb91f85387168f18037d314ce358) update change logs - [`ba07885`](https://github.com/hickory-dns/hickory-dns/commit/ba07885bdb92c575ea6f4bc5d54f84ab64df3249) add the pem-to-public-dnskey utility - [`eb210cc`](https://github.com/hickory-dns/hickory-dns/commit/eb210cce934e085012da81156a0cabe9e6fb48ba) add README referece - [`3b7823d`](https://github.com/hickory-dns/hickory-dns/commit/3b7823da88e55851aeb28437411342894fb0713b) fix renamed method - [`7a55b77`](https://github.com/hickory-dns/hickory-dns/commit/7a55b772f6890037a31b4359e7a307e5f0bede69) add PublicKeyBuf for KeyPair conversion - [`9a927cd`](https://github.com/hickory-dns/hickory-dns/commit/9a927cde32cf39ff40b4301d0f1c3b08e0218241) bump versions - [`adf3ce4`](https://github.com/hickory-dns/hickory-dns/commit/adf3ce466085fd11650c95e0337019c687a4b22a) Merge branch 'master' into pem-dnskey ### 📊 Changes **22 files changed** (+523 additions, -200 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+11 -1) 📝 `Cargo.lock` (+39 -39) 📝 `README.md` (+3 -3) 📝 `client/Cargo.toml` (+1 -1) 📝 `client/src/client/secure_client_handle.rs` (+10 -8) 📝 `client/src/rr/dnssec/keypair.rs` (+138 -79) 📝 `client/src/rr/dnssec/mod.rs` (+1 -0) 📝 `client/src/rr/dnssec/public_key.rs` (+75 -34) 📝 `client/src/rr/dnssec/trust_anchor.rs` (+17 -8) 📝 `integration-tests/tests/client_tests.rs` (+8 -4) 📝 `integration-tests/tests/secure_client_handle_tests.rs` (+5 -2) 📝 `native-tls/Cargo.toml` (+2 -2) 📝 `resolver/CHANGELOG.md` (+2 -1) 📝 `resolver/Cargo.toml` (+2 -2) 📝 `rustls/Cargo.toml` (+2 -2) 📝 `server/Cargo.toml` (+2 -2) 📝 `server/tests/z_named_native_tls_tests.rs` (+0 -6) 📝 `server/tests/z_named_tests.rs` (+0 -3) ➕ `tests/ca.pubkey` (+14 -0) 📝 `util/Cargo.toml` (+11 -3) _...and 2 more files_ </details> ### 📄 Description Fixes #206 Fixes #207 --- <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#1303
No description provided.