frp/pkg
zgh419566 f7e3b951b5
Update tls.go
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
2024-02-06 13:37:03 +08:00
..
auth optimize some code (#3801) 2023-11-27 15:47:49 +08:00
config cmd: use hyphen instead of underscore (#3898) 2023-12-27 10:44:13 +08:00
errors rename models to pkg (#2005) 2020-09-23 13:49:14 +08:00
metrics web: support to clear offline proxies data on dashboard (#3963) 2024-02-01 10:54:57 +08:00
msg optimize some code (#3801) 2023-11-27 15:47:49 +08:00
nathole update github actions (#3538) 2023-07-21 10:30:46 +08:00
plugin optimize some code (#3801) 2023-11-27 15:47:49 +08:00
proto/udp lint by golangci-lint (#3080) 2022-08-29 01:02:53 +08:00
sdk/client optimize some code (#3801) 2023-11-27 15:47:49 +08:00
ssh cmd: use hyphen instead of underscore (#3898) 2023-12-27 10:44:13 +08:00
transport Update tls.go 2024-02-06 13:37:03 +08:00
util bump version to 0.54.0 (#3967) 2024-02-01 12:52:25 +08:00
virtual optimize some code (#3801) 2023-11-27 15:47:49 +08:00