[PR #845] [MERGED] Update to *ring* 0.16, webpki 0.21, Rustls 0.16, and tokio-rustls 0.10 #1734

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/845
Author: @briansmith
Created: 8/10/2019
Status: Merged
Merged: 8/11/2019
Merged by: @bluejekyll

Base: masterHead: b/ring-0.16


📝 Commits (3)

  • d61101b Use ring 0.16, Rustls 0.16, and tokio-rustls 0.10.
  • f05891f Update code for tokio-rustls API changes.
  • 9494b28 Update code for for ring API changes.

📊 Changes

18 files changed (+237 additions, -130 deletions)

View changed files

📝 Cargo.lock (+182 -46)
📝 crates/client/Cargo.toml (+4 -5)
📝 crates/client/src/lib.rs (+0 -2)
📝 crates/client/src/rr/dnssec/key_format.rs (+3 -7)
📝 crates/client/src/rr/dnssec/keypair.rs (+4 -8)
📝 crates/https/Cargo.toml (+4 -4)
📝 crates/https/src/https_client_stream.rs (+3 -3)
📝 crates/proto/Cargo.toml (+2 -3)
📝 crates/proto/src/lib.rs (+0 -2)
📝 crates/proto/src/rr/dnssec/digest_type.rs (+1 -1)
📝 crates/proto/src/rr/dnssec/public_key.rs (+12 -26)
📝 crates/resolver/Cargo.toml (+2 -2)
📝 crates/rustls/Cargo.toml (+3 -3)
📝 crates/rustls/src/lib.rs (+2 -2)
📝 crates/rustls/src/tls_client_stream.rs (+2 -3)
📝 crates/rustls/src/tls_stream.rs (+9 -9)
📝 crates/server/Cargo.toml (+2 -2)
📝 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/845 **Author:** [@briansmith](https://github.com/briansmith) **Created:** 8/10/2019 **Status:** ✅ Merged **Merged:** 8/11/2019 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `master` ← **Head:** `b/ring-0.16` --- ### 📝 Commits (3) - [`d61101b`](https://github.com/hickory-dns/hickory-dns/commit/d61101bd10be896b2610e4944172661c48acf5fe) Use *ring* 0.16, Rustls 0.16, and tokio-rustls 0.10. - [`f05891f`](https://github.com/hickory-dns/hickory-dns/commit/f05891fd755068363c5934a86be05c7baefc0f04) Update code for tokio-rustls API changes. - [`9494b28`](https://github.com/hickory-dns/hickory-dns/commit/9494b28bbff06bbdb3c736e6d3bf5861fea84df5) Update code for for *ring* API changes. ### 📊 Changes **18 files changed** (+237 additions, -130 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+182 -46) 📝 `crates/client/Cargo.toml` (+4 -5) 📝 `crates/client/src/lib.rs` (+0 -2) 📝 `crates/client/src/rr/dnssec/key_format.rs` (+3 -7) 📝 `crates/client/src/rr/dnssec/keypair.rs` (+4 -8) 📝 `crates/https/Cargo.toml` (+4 -4) 📝 `crates/https/src/https_client_stream.rs` (+3 -3) 📝 `crates/proto/Cargo.toml` (+2 -3) 📝 `crates/proto/src/lib.rs` (+0 -2) 📝 `crates/proto/src/rr/dnssec/digest_type.rs` (+1 -1) 📝 `crates/proto/src/rr/dnssec/public_key.rs` (+12 -26) 📝 `crates/resolver/Cargo.toml` (+2 -2) 📝 `crates/rustls/Cargo.toml` (+3 -3) 📝 `crates/rustls/src/lib.rs` (+2 -2) 📝 `crates/rustls/src/tls_client_stream.rs` (+2 -3) 📝 `crates/rustls/src/tls_stream.rs` (+9 -9) 📝 `crates/server/Cargo.toml` (+2 -2) 📝 `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:22:29 +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#1734
No description provided.