mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[PR #3976] [CLOSED] Update tls.go #4878
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#4878
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/fatedier/frp/pull/3976
Author: @zgh419566
Created: 2/6/2024
Status: ❌ Closed
Base:
master← Head:patch-1📝 Commits (1)
f7e3b95Update tls.go📊 Changes
1 file changed (+50 additions, -0 deletions)
View changed files
📝
pkg/transport/tls.go(+50 -0)📄 Description
force frp use tls1.2 only when set TLS mode
avoid to use 3des algorithm
64-bit block cipher 3DES vulnerable to SWEET32 attack
user can scan it by nmap below:
nmap -sV -p 7000 --script ssl-enum-ciphers x.x.x.x
CVE-2016-2183
reference:
https://github.com/fatedier/frp/issues/3973
https://stackoverflow.com/questions/31226131/how-to-set-tls-cipher-for-go-server
https://www.cnblogs.com/stjwy/p/17286010.html
WHY
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.