[PR #1566] [CLOSED] Update rustls to 0.20 #2423

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/1566
Author: @quininer
Created: 10/17/2021
Status: Closed

Base: mainHead: rustls-update


📝 Commits (1)

📊 Changes

13 files changed (+231 additions, -142 deletions)

View changed files

📝 Cargo.lock (+111 -80)
📝 bin/Cargo.toml (+1 -1)
📝 crates/client/Cargo.toml (+1 -1)
📝 crates/client/src/https_client_connection.rs (+26 -10)
📝 crates/proto/Cargo.toml (+4 -3)
📝 crates/proto/src/https/https_client_stream.rs (+37 -15)
📝 crates/proto/src/rustls/tests.rs (+7 -4)
📝 crates/proto/src/rustls/tls_server.rs (+20 -12)
📝 crates/proto/src/rustls/tls_stream.rs (+3 -4)
📝 crates/resolver/Cargo.toml (+2 -2)
📝 crates/resolver/src/tls/dns_over_rustls.rs (+16 -7)
📝 crates/server/Cargo.toml (+2 -2)
📝 tests/integration-tests/Cargo.toml (+1 -1)

📄 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/1566 **Author:** [@quininer](https://github.com/quininer) **Created:** 10/17/2021 **Status:** ❌ Closed **Base:** `main` ← **Head:** `rustls-update` --- ### 📝 Commits (1) - [`6e1227a`](https://github.com/hickory-dns/hickory-dns/commit/6e1227a8d9761ca9f1b56f201bf24826a3cc2cdd) Update rustls to 0.20 ### 📊 Changes **13 files changed** (+231 additions, -142 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+111 -80) 📝 `bin/Cargo.toml` (+1 -1) 📝 `crates/client/Cargo.toml` (+1 -1) 📝 `crates/client/src/https_client_connection.rs` (+26 -10) 📝 `crates/proto/Cargo.toml` (+4 -3) 📝 `crates/proto/src/https/https_client_stream.rs` (+37 -15) 📝 `crates/proto/src/rustls/tests.rs` (+7 -4) 📝 `crates/proto/src/rustls/tls_server.rs` (+20 -12) 📝 `crates/proto/src/rustls/tls_stream.rs` (+3 -4) 📝 `crates/resolver/Cargo.toml` (+2 -2) 📝 `crates/resolver/src/tls/dns_over_rustls.rs` (+16 -7) 📝 `crates/server/Cargo.toml` (+2 -2) 📝 `tests/integration-tests/Cargo.toml` (+1 -1) </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 08:53:01 +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#2423
No description provided.