v0.2.16
What's Changed
- Support TLS1.2 for V3 protocol non-strict mode. @ihciah
Full Changelog: v0.2.15...v0.2.16
About V3 Protocol
V3 protocol is a new version of shadow-tls, which solves all known security issues.
How to Use V3 Protocol
For compatibility reasons, the V3 protocol is not enabled by default. If you want to use it, add --v3
(for command line users) or V3=1
environ(for docker users). V3 should be enabled or disabled on both side(V2 cannot communicate with V3).
If you use a third-party client, do not enable V3 before it support our V3 protocol on server side.
V3 protocol will be enabled by default on next major version.
More About V3 Protocol
Please refer to wiki for more details: https://github.com/ihciah/shadow-tls/wiki/V3-Protocol