[PR #1841] [MERGED] OpenSSL 3.0 compliant #2645

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/1841
Author: @HLFH
Created: 11/28/2022
Status: Merged
Merged: 11/28/2022
Merged by: @bluejekyll

Base: mainHead: main


📝 Commits (1)

📊 Changes

13 files changed (+240 additions, -220 deletions)

View changed files

📝 crates/proto/src/quic/tests.rs (+1 -1)
📝 crates/proto/src/rustls/tls_server.rs (+27 -8)
📝 scripts/gen_certs.sh (+7 -10)
📝 tests/integration-tests/tests/server_future_tests.rs (+1 -1)
📝 tests/test-data/ca.der (+0 -0)
📝 tests/test-data/ca.key (+52 -51)
📝 tests/test-data/ca.pem (+27 -29)
📝 tests/test-data/ca.pubkey (+12 -12)
tests/test-data/cert-key.pem (+0 -51)
📝 tests/test-data/cert.csr (+27 -26)
tests/test-data/cert.key (+52 -0)
📝 tests/test-data/cert.p12 (+0 -0)
📝 tests/test-data/cert.pem (+34 -31)

📄 Description

This PR https://github.com/bluejekyll/trust-dns/pull/1840 can be cancelled/closed.

My PR https://github.com/bluejekyll/trust-dns/pull/1841 could either:


🔄 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/1841 **Author:** [@HLFH](https://github.com/HLFH) **Created:** 11/28/2022 **Status:** ✅ Merged **Merged:** 11/28/2022 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`5d816c5`](https://github.com/hickory-dns/hickory-dns/commit/5d816c5bc99d955b60ccc9dabfb739c354f204b7) OpenSSL 3.0 compliant ### 📊 Changes **13 files changed** (+240 additions, -220 deletions) <details> <summary>View changed files</summary> 📝 `crates/proto/src/quic/tests.rs` (+1 -1) 📝 `crates/proto/src/rustls/tls_server.rs` (+27 -8) 📝 `scripts/gen_certs.sh` (+7 -10) 📝 `tests/integration-tests/tests/server_future_tests.rs` (+1 -1) 📝 `tests/test-data/ca.der` (+0 -0) 📝 `tests/test-data/ca.key` (+52 -51) 📝 `tests/test-data/ca.pem` (+27 -29) 📝 `tests/test-data/ca.pubkey` (+12 -12) ➖ `tests/test-data/cert-key.pem` (+0 -51) 📝 `tests/test-data/cert.csr` (+27 -26) ➕ `tests/test-data/cert.key` (+52 -0) 📝 `tests/test-data/cert.p12` (+0 -0) 📝 `tests/test-data/cert.pem` (+34 -31) </details> ### 📄 Description This PR https://github.com/bluejekyll/trust-dns/pull/1840 can be cancelled/closed. My PR https://github.com/bluejekyll/trust-dns/pull/1841 could either: - supersede the PR https://github.com/bluejekyll/trust-dns/pull/1839 because it fully fixes the issues with OpenSSL 3.0. - or it could be rebased after this PR https://github.com/bluejekyll/trust-dns/pull/1839 is either merged or split into two commits 1) core changes 2) formatting/structure/documentation and merged. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 11:00: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#2645
No description provided.