[PR #54] [MERGED] Bfry/upgrade openssl 0.8 #1206

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/54
Author: @bluejekyll
Created: 10/20/2016
Status: Merged
Merged: 10/20/2016
Merged by: @bluejekyll

Base: masterHead: bfry/upgrade-openssl-0.8


📝 Commits (4)

  • 2b14581 all coded updated, error in DNSEC validation tests
  • e152729 reverted ROOT_ANCHOR back to string: #50
  • 6cb0c20 extra debug info
  • f9afd7a fixed overzealous usage of try!()

📊 Changes

17 files changed (+282 additions, -234 deletions)

View changed files

📝 Cargo.lock (+3 -17)
📝 Cargo.toml (+1 -2)
📝 src/authority/authority.rs (+29 -19)
📝 src/client/client.rs (+57 -28)
📝 src/client/client_future.rs (+3 -4)
📝 src/error/client_error.rs (+4 -0)
📝 src/error/decode_error.rs (+6 -3)
📝 src/lib.rs (+1 -1)
📝 src/named.rs (+14 -10)
📝 src/op/message.rs (+9 -7)
📝 src/rr/dnssec/algorithm.rs (+22 -58)
📝 src/rr/dnssec/digest_type.rs (+3 -3)
src/rr/dnssec/error.rs (+57 -0)
📝 src/rr/dnssec/mod.rs (+7 -0)
📝 src/rr/dnssec/nsec3.rs (+19 -16)
📝 src/rr/dnssec/signer.rs (+43 -59)
📝 src/rr/dnssec/trust_anchor.rs (+4 -7)

📄 Description

Fixes #50


🔄 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/54 **Author:** [@bluejekyll](https://github.com/bluejekyll) **Created:** 10/20/2016 **Status:** ✅ Merged **Merged:** 10/20/2016 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `master` ← **Head:** `bfry/upgrade-openssl-0.8` --- ### 📝 Commits (4) - [`2b14581`](https://github.com/hickory-dns/hickory-dns/commit/2b14581ef7588c4e01a4024bb0b59a034e1277cb) all coded updated, error in DNSEC validation tests - [`e152729`](https://github.com/hickory-dns/hickory-dns/commit/e1527294481abad9637101b9990766ba89b3fbe8) reverted ROOT_ANCHOR back to string: #50 - [`6cb0c20`](https://github.com/hickory-dns/hickory-dns/commit/6cb0c2025ed3a0acb4bb5384a58adae06fbc5263) extra debug info - [`f9afd7a`](https://github.com/hickory-dns/hickory-dns/commit/f9afd7a743ebefd65e5331581794c6b7ebb0b5da) fixed overzealous usage of try!() ### 📊 Changes **17 files changed** (+282 additions, -234 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+3 -17) 📝 `Cargo.toml` (+1 -2) 📝 `src/authority/authority.rs` (+29 -19) 📝 `src/client/client.rs` (+57 -28) 📝 `src/client/client_future.rs` (+3 -4) 📝 `src/error/client_error.rs` (+4 -0) 📝 `src/error/decode_error.rs` (+6 -3) 📝 `src/lib.rs` (+1 -1) 📝 `src/named.rs` (+14 -10) 📝 `src/op/message.rs` (+9 -7) 📝 `src/rr/dnssec/algorithm.rs` (+22 -58) 📝 `src/rr/dnssec/digest_type.rs` (+3 -3) ➕ `src/rr/dnssec/error.rs` (+57 -0) 📝 `src/rr/dnssec/mod.rs` (+7 -0) 📝 `src/rr/dnssec/nsec3.rs` (+19 -16) 📝 `src/rr/dnssec/signer.rs` (+43 -59) 📝 `src/rr/dnssec/trust_anchor.rs` (+4 -7) </details> ### 📄 Description Fixes #50 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 01:54:00 +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#1206
No description provided.