[PR #1573] [MERGED] Update to rustls 0.20 #2428

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/1573
Author: @djc
Created: 10/25/2021
Status: Merged
Merged: 10/30/2021
Merged by: @bluejekyll

Base: mainHead: rustls-0.20


📝 Commits (2)

  • f8e38e2 Update to rustls 0.20
  • c4d5cd8 fix formatting of server_future_tests.rs

📊 Changes

20 files changed (+238 additions, -192 deletions)

View changed files

📝 Cargo.lock (+44 -16)
📝 bin/Cargo.toml (+2 -2)
📝 bin/tests/named_https_tests.rs (+16 -6)
📝 bin/tests/named_rustls_tests.rs (+9 -2)
📝 crates/client/Cargo.toml (+2 -2)
📝 crates/client/src/https_client_connection.rs (+19 -58)
📝 crates/proto/Cargo.toml (+6 -5)
📝 crates/proto/src/https/https_client_stream.rs (+30 -42)
📝 crates/proto/src/rustls/mod.rs (+1 -1)
📝 crates/proto/src/rustls/tests.rs (+7 -8)
📝 crates/proto/src/rustls/tls_server.rs (+24 -13)
📝 crates/proto/src/rustls/tls_stream.rs (+6 -5)
📝 crates/resolver/Cargo.toml (+3 -3)
📝 crates/resolver/src/config.rs (+16 -7)
📝 crates/resolver/src/tls/dns_over_rustls.rs (+16 -6)
📝 crates/server/Cargo.toml (+2 -2)
📝 tests/integration-tests/Cargo.toml (+1 -1)
📝 tests/integration-tests/tests/client_future_tests.rs (+16 -7)
📝 tests/integration-tests/tests/server_future_tests.rs (+17 -5)
📝 util/Cargo.toml (+1 -1)

📄 Description

I forgot about/missed #1566, so here's another take. It compiles, but doesn't pass the tests yet.

closes: #1566


🔄 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/1573 **Author:** [@djc](https://github.com/djc) **Created:** 10/25/2021 **Status:** ✅ Merged **Merged:** 10/30/2021 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `main` ← **Head:** `rustls-0.20` --- ### 📝 Commits (2) - [`f8e38e2`](https://github.com/hickory-dns/hickory-dns/commit/f8e38e2e7e1e0ee38cc2629bbf6a2e87525210de) Update to rustls 0.20 - [`c4d5cd8`](https://github.com/hickory-dns/hickory-dns/commit/c4d5cd8de183466df0e34e66867e6eed000e0c12) fix formatting of server_future_tests.rs ### 📊 Changes **20 files changed** (+238 additions, -192 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+44 -16) 📝 `bin/Cargo.toml` (+2 -2) 📝 `bin/tests/named_https_tests.rs` (+16 -6) 📝 `bin/tests/named_rustls_tests.rs` (+9 -2) 📝 `crates/client/Cargo.toml` (+2 -2) 📝 `crates/client/src/https_client_connection.rs` (+19 -58) 📝 `crates/proto/Cargo.toml` (+6 -5) 📝 `crates/proto/src/https/https_client_stream.rs` (+30 -42) 📝 `crates/proto/src/rustls/mod.rs` (+1 -1) 📝 `crates/proto/src/rustls/tests.rs` (+7 -8) 📝 `crates/proto/src/rustls/tls_server.rs` (+24 -13) 📝 `crates/proto/src/rustls/tls_stream.rs` (+6 -5) 📝 `crates/resolver/Cargo.toml` (+3 -3) 📝 `crates/resolver/src/config.rs` (+16 -7) 📝 `crates/resolver/src/tls/dns_over_rustls.rs` (+16 -6) 📝 `crates/server/Cargo.toml` (+2 -2) 📝 `tests/integration-tests/Cargo.toml` (+1 -1) 📝 `tests/integration-tests/tests/client_future_tests.rs` (+16 -7) 📝 `tests/integration-tests/tests/server_future_tests.rs` (+17 -5) 📝 `util/Cargo.toml` (+1 -1) </details> ### 📄 Description I forgot about/missed #1566, so here's another take. It compiles, but doesn't pass the tests yet. closes: #1566 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 08:53:17 +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#2428
No description provided.