mirror of
https://github.com/agrinman/tunnelto.git
synced 2026-04-26 01:06:01 +03:00
[PR #52] [MERGED] Switch to rustls so no native SSL system library is needed #89
Labels
No labels
Need more info
bug
duplicate
enhancement
good first issue
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tunnelto#89
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:rustls📝 Commits (1)
d273dc8Switch 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.