[PR #392] [MERGED] Upgrade openssl to 0.10 #1403

Closed
opened 2026-03-16 02:04:35 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/392
Author: @bluejekyll
Created: 4/10/2018
Status: Merged
Merged: 4/10/2018
Merged by: @bluejekyll

Base: masterHead: upgrade-openssl-0.10


📝 Commits (6)

  • c0ff723 upgrade proto openssl to 0.10
  • 03a54e6 update client openssl to 0.10
  • 1558a03 update openssl crate to openssl 0.10
  • ac1cfb1 upgrade util to openssl 0.10
  • 9faabdd upgrade rustls tests to openssl 0.10
  • 1b79236 fix integration tests to add Private to KeyPair

📊 Changes

21 files changed (+227 additions, -199 deletions)

View changed files

📝 Cargo.lock (+31 -75)
📝 client/Cargo.toml (+2 -2)
📝 client/src/rr/dnssec/key_format.rs (+12 -8)
📝 client/src/rr/dnssec/keypair.rs (+45 -30)
📝 client/src/rr/dnssec/mod.rs (+27 -0)
📝 client/src/rr/dnssec/signer.rs (+12 -10)
📝 compatibility-tests/Cargo.toml (+1 -1)
📝 integration-tests/Cargo.toml (+1 -1)
📝 native-tls/Cargo.toml (+1 -1)
📝 openssl/Cargo.toml (+3 -3)
📝 openssl/src/tls_server.rs (+26 -15)
📝 openssl/src/tls_stream.rs (+14 -13)
📝 openssl/tests/openssl_tests.rs (+20 -14)
📝 proto/Cargo.toml (+1 -1)
📝 proto/src/rr/dnssec/digest_type.rs (+2 -2)
📝 proto/src/rr/dnssec/public_key.rs (+8 -8)
📝 rustls/Cargo.toml (+1 -1)
📝 rustls/src/tests.rs (+12 -6)
📝 server/src/named.rs (+2 -2)
📝 util/Cargo.toml (+2 -2)

...and 1 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/392 **Author:** [@bluejekyll](https://github.com/bluejekyll) **Created:** 4/10/2018 **Status:** ✅ Merged **Merged:** 4/10/2018 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `master` ← **Head:** `upgrade-openssl-0.10` --- ### 📝 Commits (6) - [`c0ff723`](https://github.com/hickory-dns/hickory-dns/commit/c0ff7231b5882db6786d96d570763b6d61919f37) upgrade proto openssl to 0.10 - [`03a54e6`](https://github.com/hickory-dns/hickory-dns/commit/03a54e62f2733dbed186b5324cfc86353f32cf79) update client openssl to 0.10 - [`1558a03`](https://github.com/hickory-dns/hickory-dns/commit/1558a03b60d59aa35d9fdef6b7c3541db238ff3a) update openssl crate to openssl 0.10 - [`ac1cfb1`](https://github.com/hickory-dns/hickory-dns/commit/ac1cfb17f7d1b0e938d83dc772da07af20e04bb3) upgrade util to openssl 0.10 - [`9faabdd`](https://github.com/hickory-dns/hickory-dns/commit/9faabdd9e5c22619b74c9350937fa39f05d2352a) upgrade rustls tests to openssl 0.10 - [`1b79236`](https://github.com/hickory-dns/hickory-dns/commit/1b7923690d21eac2ed27658563d11ea991d87656) fix integration tests to add Private to KeyPair ### 📊 Changes **21 files changed** (+227 additions, -199 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+31 -75) 📝 `client/Cargo.toml` (+2 -2) 📝 `client/src/rr/dnssec/key_format.rs` (+12 -8) 📝 `client/src/rr/dnssec/keypair.rs` (+45 -30) 📝 `client/src/rr/dnssec/mod.rs` (+27 -0) 📝 `client/src/rr/dnssec/signer.rs` (+12 -10) 📝 `compatibility-tests/Cargo.toml` (+1 -1) 📝 `integration-tests/Cargo.toml` (+1 -1) 📝 `native-tls/Cargo.toml` (+1 -1) 📝 `openssl/Cargo.toml` (+3 -3) 📝 `openssl/src/tls_server.rs` (+26 -15) 📝 `openssl/src/tls_stream.rs` (+14 -13) 📝 `openssl/tests/openssl_tests.rs` (+20 -14) 📝 `proto/Cargo.toml` (+1 -1) 📝 `proto/src/rr/dnssec/digest_type.rs` (+2 -2) 📝 `proto/src/rr/dnssec/public_key.rs` (+8 -8) 📝 `rustls/Cargo.toml` (+1 -1) 📝 `rustls/src/tests.rs` (+12 -6) 📝 `server/src/named.rs` (+2 -2) 📝 `util/Cargo.toml` (+2 -2) _...and 1 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 02:04:35 +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#1403
No description provided.