[PR #52] [MERGED] Switch to rustls so no native SSL system library is needed #89

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

📋 Pull Request Information

Original PR: https://github.com/agrinman/tunnelto/pull/52
Author: @Siilwyn
Created: 6/19/2021
Status: Merged
Merged: 7/18/2021
Merged by: @agrinman

Base: masterHead: rustls


📝 Commits (1)

  • d273dc8 Switch to rustls so no native SSL system library is needed

📊 Changes

3 files changed (+249 additions, -283 deletions)

View changed files

📝 Cargo.lock (+243 -277)
📝 tunnelto/Cargo.toml (+4 -4)
📝 tunnelto/src/introspect/mod.rs (+2 -2)

📄 Description

This simplifies the needed build dependencies and goes for pure rust.

Closes #8

That was a lot of searching through the Cargo lock and feature flags but it seems everything is working correctly.
@agrinman let me know what you think :)


🔄 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/agrinman/tunnelto/pull/52 **Author:** [@Siilwyn](https://github.com/Siilwyn) **Created:** 6/19/2021 **Status:** ✅ Merged **Merged:** 7/18/2021 **Merged by:** [@agrinman](https://github.com/agrinman) **Base:** `master` ← **Head:** `rustls` --- ### 📝 Commits (1) - [`d273dc8`](https://github.com/agrinman/tunnelto/commit/d273dc8d2bd406387a2d34f6bc7a5d94642796d8) Switch to rustls so no native SSL system library is needed ### 📊 Changes **3 files changed** (+249 additions, -283 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+243 -277) 📝 `tunnelto/Cargo.toml` (+4 -4) 📝 `tunnelto/src/introspect/mod.rs` (+2 -2) </details> ### 📄 Description This simplifies the needed build dependencies and goes for pure rust. Closes #8 That was a lot of searching through the Cargo lock and feature flags but it seems everything is working correctly. @agrinman let me know what you think :) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 23:02:16 +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/tunnelto#89
No description provided.