Skip to content

v0.2.15

Compare
Choose a tag to compare
@ihciah ihciah released this 12 Feb 16:20
· 15 commits to master since this release

What's Changed

  • Only Support TLS1.3 for V3 protocol. @ihciah
  • Fix data bug for V3 protocol. @ihciah

Full Changelog: v0.2.14...v0.2.15

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