[PR #80] [MERGED] Openssl 09 #1230

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/80
Author: @bluejekyll
Created: 12/31/2016
Status: Merged
Merged: 12/31/2016
Merged by: @bluejekyll

Base: masterHead: openssl-09


📝 Commits (6)

  • 1f31d7e refactor to allow multiple key implementations
  • 3e0a40c add byte format test for trust_keys
  • eeaacec upgrade to OpenSSL 0.9
  • c5477ff bump versions for release
  • 922916e fix build for optional components
  • 1d66b75 add publish script

📊 Changes

27 files changed (+893 additions, -649 deletions)

View changed files

📝 CHANGELOG.md (+5 -0)
📝 Cargo.lock (+20 -41)
📝 client/Cargo.toml (+4 -2)
📝 client/src/client/client.rs (+3 -3)
📝 client/src/client/secure_client_handle.rs (+2 -2)
📝 client/src/rr/dnssec/algorithm.rs (+99 -220)
📝 client/src/rr/dnssec/digest_type.rs (+18 -14)
client/src/rr/dnssec/keypair.rs (+227 -0)
📝 client/src/rr/dnssec/mod.rs (+2 -0)
📝 client/src/rr/dnssec/nsec3.rs (+1 -1)
📝 client/src/rr/dnssec/signer.rs (+275 -237)
📝 client/src/rr/dnssec/supported_algorithm.rs (+4 -2)
📝 client/src/rr/dnssec/trust_anchor.rs (+37 -8)
scripts/cargo_publish.sh (+35 -0)
scripts/update_gh_pages_docs.sh (+0 -4)
📝 server/Cargo.toml (+2 -2)
📝 server/src/authority/authority.rs (+3 -76)
📝 server/src/named.rs (+7 -5)
📝 server/tests/authority_tests.rs (+6 -1)
📝 server/tests/catalog_tests.rs (+6 -1)

...and 7 more files

📄 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/80 **Author:** [@bluejekyll](https://github.com/bluejekyll) **Created:** 12/31/2016 **Status:** ✅ Merged **Merged:** 12/31/2016 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `master` ← **Head:** `openssl-09` --- ### 📝 Commits (6) - [`1f31d7e`](https://github.com/hickory-dns/hickory-dns/commit/1f31d7e80d3c79199bf829d6ee30c916949b15d6) refactor to allow multiple key implementations - [`3e0a40c`](https://github.com/hickory-dns/hickory-dns/commit/3e0a40cc9245219b1567415c664487d7e13a3453) add byte format test for trust_keys - [`eeaacec`](https://github.com/hickory-dns/hickory-dns/commit/eeaacec9458d1b75c7fe4b8bc24c2b06d13f3f92) upgrade to OpenSSL 0.9 - [`c5477ff`](https://github.com/hickory-dns/hickory-dns/commit/c5477ff433b898daff048f00262c7f0bf46e70ff) bump versions for release - [`922916e`](https://github.com/hickory-dns/hickory-dns/commit/922916e097307e8e4e59a09b20e491010fb855f7) fix build for optional components - [`1d66b75`](https://github.com/hickory-dns/hickory-dns/commit/1d66b7533ad7b6b7faef7912400874203148be0f) add publish script ### 📊 Changes **27 files changed** (+893 additions, -649 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+5 -0) 📝 `Cargo.lock` (+20 -41) 📝 `client/Cargo.toml` (+4 -2) 📝 `client/src/client/client.rs` (+3 -3) 📝 `client/src/client/secure_client_handle.rs` (+2 -2) 📝 `client/src/rr/dnssec/algorithm.rs` (+99 -220) 📝 `client/src/rr/dnssec/digest_type.rs` (+18 -14) ➕ `client/src/rr/dnssec/keypair.rs` (+227 -0) 📝 `client/src/rr/dnssec/mod.rs` (+2 -0) 📝 `client/src/rr/dnssec/nsec3.rs` (+1 -1) 📝 `client/src/rr/dnssec/signer.rs` (+275 -237) 📝 `client/src/rr/dnssec/supported_algorithm.rs` (+4 -2) 📝 `client/src/rr/dnssec/trust_anchor.rs` (+37 -8) ➕ `scripts/cargo_publish.sh` (+35 -0) ➖ `scripts/update_gh_pages_docs.sh` (+0 -4) 📝 `server/Cargo.toml` (+2 -2) 📝 `server/src/authority/authority.rs` (+3 -76) 📝 `server/src/named.rs` (+7 -5) 📝 `server/tests/authority_tests.rs` (+6 -1) 📝 `server/tests/catalog_tests.rs` (+6 -1) _...and 7 more files_ </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:55:05 +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#1230
No description provided.