phlinhng / v2ray-tcp-tls-web

VLESS / Trojan-Go / Shadowsocks 脚本 支持纯 IPv6
https://github.com/phlinhng/v2ray-tcp-tls-web/wiki
Do What The F*ck You Want To Public License
683 stars 329 forks source link

tls13 support #41

Closed sportfit closed 4 years ago

sportfit commented 4 years ago

Microsoft announced last week that TLS 1.3 will start from Build 20170 and will be turned on by default in the Windows 10 Insider preview, which means that it will be rolled out to all Windows 10 versions in the future.

Microsoft pointed out that TLS 1.3 uses three cipher suites, including: TLS_AES_128_GCM_SHA256, TLS_AES_256_GCM_SHA384, TLS_CHACHA20_POLY1305_SHA256, all of which have PFS (perfect forward secrecy), AEAD (authenticated encryption with associated data) features and modern algorithms, which can be resolved In the past, too many cipher suites were defined, resulting in incompatibility and security instability.

This combination is amazing, completely eliminating all the troubles caused by caddy or nginx.....awesome!