[PR #22] [MERGED] Private key loading on startup #1193

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/22
Author: @bluejekyll
Created: 6/21/2016
Status: Merged
Merged: 6/21/2016
Merged by: @bluejekyll

Base: masterHead: error-chain


📝 Commits (5)

  • ef6e27f migrated to error-chain for all error types
  • b91f1f0 zone private keys loading
  • 407c7df converted all ftests to use ignore annotation
  • 54a0808 Merge branch 'master' into error-chain
  • 58865b2 version bump to 0.7.0

📊 Changes

10 files changed (+134 additions, -69 deletions)

View changed files

📝 CHANGELOG.md (+6 -1)
📝 Cargo.toml (+6 -9)
📝 README.md (+28 -19)
📝 src/authority/authority.rs (+10 -7)
📝 src/client/client.rs (+11 -13)
📝 src/named.rs (+56 -5)
📝 src/rr/dnssec/signer.rs (+10 -11)
📝 src/rr/dnssec/supported_algorithm.rs (+3 -0)
📝 src/rr/dnssec/trust_anchor.rs (+3 -0)
📝 src/server/server.rs (+1 -4)

📄 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/22 **Author:** [@bluejekyll](https://github.com/bluejekyll) **Created:** 6/21/2016 **Status:** ✅ Merged **Merged:** 6/21/2016 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `master` ← **Head:** `error-chain` --- ### 📝 Commits (5) - [`ef6e27f`](https://github.com/hickory-dns/hickory-dns/commit/ef6e27f54c84b8e7367877417fededac97549ffc) migrated to error-chain for all error types - [`b91f1f0`](https://github.com/hickory-dns/hickory-dns/commit/b91f1f01c6f9c98ae48a2cc5b1be9437df2db8a5) zone private keys loading - [`407c7df`](https://github.com/hickory-dns/hickory-dns/commit/407c7df0e167f6829eabd38236d7d6aa74d31f1a) converted all ftests to use ignore annotation - [`54a0808`](https://github.com/hickory-dns/hickory-dns/commit/54a0808e984cdf717f1323f437fd7eedb282d0c0) Merge branch 'master' into error-chain - [`58865b2`](https://github.com/hickory-dns/hickory-dns/commit/58865b25e6fc354107384059f33bc50beba645a1) version bump to 0.7.0 ### 📊 Changes **10 files changed** (+134 additions, -69 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+6 -1) 📝 `Cargo.toml` (+6 -9) 📝 `README.md` (+28 -19) 📝 `src/authority/authority.rs` (+10 -7) 📝 `src/client/client.rs` (+11 -13) 📝 `src/named.rs` (+56 -5) 📝 `src/rr/dnssec/signer.rs` (+10 -11) 📝 `src/rr/dnssec/supported_algorithm.rs` (+3 -0) 📝 `src/rr/dnssec/trust_anchor.rs` (+3 -0) 📝 `src/server/server.rs` (+1 -4) </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:53:12 +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#1193
No description provided.