[PR #668] [MERGED] update rustls to 0.15 #1588

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/668
Author: @Keruspe
Created: 1/22/2019
Status: Merged
Merged: 1/22/2019
Merged by: @bluejekyll

Base: masterHead: rustls


📝 Commits (2)

  • 83cd956 update rustls to 0.15
  • 17a02bc dnssec: provide dummy KeyRejected error when ring is disbaled

📊 Changes

12 files changed (+107 additions, -74 deletions)

View changed files

📝 Cargo.lock (+60 -48)
📝 crates/client/Cargo.toml (+3 -3)
📝 crates/client/src/error/dnssec_error.rs (+23 -2)
📝 crates/client/src/rr/dnssec/keypair.rs (+3 -3)
📝 crates/https/Cargo.toml (+4 -4)
📝 crates/https/src/https_client_stream.rs (+2 -2)
📝 crates/proto/Cargo.toml (+1 -1)
📝 crates/resolver/Cargo.toml (+2 -2)
📝 crates/rustls/Cargo.toml (+3 -3)
📝 crates/rustls/src/tls_server.rs (+1 -1)
📝 crates/server/Cargo.toml (+3 -3)
📝 tests/integration-tests/Cargo.toml (+2 -2)

📄 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/668 **Author:** [@Keruspe](https://github.com/Keruspe) **Created:** 1/22/2019 **Status:** ✅ Merged **Merged:** 1/22/2019 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `master` ← **Head:** `rustls` --- ### 📝 Commits (2) - [`83cd956`](https://github.com/hickory-dns/hickory-dns/commit/83cd956c3167afcde38fef0b9f69199d8aaecd24) update rustls to 0.15 - [`17a02bc`](https://github.com/hickory-dns/hickory-dns/commit/17a02bcfdfc2466fc42d46b05f13c96ac0cdd03c) dnssec: provide dummy KeyRejected error when ring is disbaled ### 📊 Changes **12 files changed** (+107 additions, -74 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+60 -48) 📝 `crates/client/Cargo.toml` (+3 -3) 📝 `crates/client/src/error/dnssec_error.rs` (+23 -2) 📝 `crates/client/src/rr/dnssec/keypair.rs` (+3 -3) 📝 `crates/https/Cargo.toml` (+4 -4) 📝 `crates/https/src/https_client_stream.rs` (+2 -2) 📝 `crates/proto/Cargo.toml` (+1 -1) 📝 `crates/resolver/Cargo.toml` (+2 -2) 📝 `crates/rustls/Cargo.toml` (+3 -3) 📝 `crates/rustls/src/tls_server.rs` (+1 -1) 📝 `crates/server/Cargo.toml` (+3 -3) 📝 `tests/integration-tests/Cargo.toml` (+2 -2) </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:14:37 +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#1588
No description provided.