[PR #117] [MERGED] rustls client support #1248

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/117
Author: @bluejekyll
Created: 4/21/2017
Status: Merged
Merged: 4/22/2017
Merged by: @bluejekyll

Base: masterHead: rustls


📝 Commits (4)

  • 8939ae0 rustls client support
  • cd2fa52 add rustls tests to appveyor
  • f833e88 add rustls/src to coverage report
  • d0b9a6b Adeed changelog information for rustls

📊 Changes

18 files changed (+799 additions, -35 deletions)

View changed files

📝 CHANGELOG.md (+4 -1)
📝 Cargo.lock (+128 -25)
📝 Cargo.toml (+1 -1)
📝 appveyor.yml (+2 -0)
📝 client/Cargo.toml (+1 -1)
📝 native-tls/Cargo.toml (+1 -1)
rustls/Cargo.toml (+58 -0)
rustls/src/lib.rs (+34 -0)
rustls/src/tests.rs (+242 -0)
rustls/src/tls_client_connection.rs (+93 -0)
rustls/src/tls_client_stream.rs (+67 -0)
rustls/src/tls_stream.rs (+162 -0)
📝 scripts/gen_certs.sh (+4 -4)
📝 scripts/run_kcov.sh (+1 -1)
📝 scripts/run_tests.sh (+1 -1)
tests/cert-key.der (+0 -0)
📝 tests/cert-key.pem (+0 -0)
tests/cert.der (+0 -0)

📄 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/117 **Author:** [@bluejekyll](https://github.com/bluejekyll) **Created:** 4/21/2017 **Status:** ✅ Merged **Merged:** 4/22/2017 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `master` ← **Head:** `rustls` --- ### 📝 Commits (4) - [`8939ae0`](https://github.com/hickory-dns/hickory-dns/commit/8939ae00fda29609748d55b9ba096f6096a60bde) rustls client support - [`cd2fa52`](https://github.com/hickory-dns/hickory-dns/commit/cd2fa525da4e657043cad141f121e0f64b289d71) add rustls tests to appveyor - [`f833e88`](https://github.com/hickory-dns/hickory-dns/commit/f833e88d02aa488ae690435aa98fd71616e7884a) add rustls/src to coverage report - [`d0b9a6b`](https://github.com/hickory-dns/hickory-dns/commit/d0b9a6b17e1e374e324ebcb245eb82e0e51e20e1) Adeed changelog information for rustls ### 📊 Changes **18 files changed** (+799 additions, -35 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+4 -1) 📝 `Cargo.lock` (+128 -25) 📝 `Cargo.toml` (+1 -1) 📝 `appveyor.yml` (+2 -0) 📝 `client/Cargo.toml` (+1 -1) 📝 `native-tls/Cargo.toml` (+1 -1) ➕ `rustls/Cargo.toml` (+58 -0) ➕ `rustls/src/lib.rs` (+34 -0) ➕ `rustls/src/tests.rs` (+242 -0) ➕ `rustls/src/tls_client_connection.rs` (+93 -0) ➕ `rustls/src/tls_client_stream.rs` (+67 -0) ➕ `rustls/src/tls_stream.rs` (+162 -0) 📝 `scripts/gen_certs.sh` (+4 -4) 📝 `scripts/run_kcov.sh` (+1 -1) 📝 `scripts/run_tests.sh` (+1 -1) ➕ `tests/cert-key.der` (+0 -0) 📝 `tests/cert-key.pem` (+0 -0) ➕ `tests/cert.der` (+0 -0) </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 01:56:10 +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#1248
No description provided.