Skip to content

Releases: ihciah/shadow-tls

v0.2.2

16 Oct 11:43
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.1...v0.2.2

v0.2.1

03 Oct 03:12
Compare
Choose a tag to compare

Fix connection close issue.

v0.2.0

02 Oct 17:43
Compare
Choose a tag to compare

New protocol design with:

  1. Can defend against active detection
  2. Support application data packing

You can try to open your shadow-tls server in your brower now(with hostname force resolved to your ip)!

v0.1.4

21 Sep 11:59
Compare
Choose a tag to compare

In this release, we upgrade monoio runtime and monoio-tls.

Features

  1. You can set environ MONOIO_FORCE_LEGACY_DRIVER=1 to force monoio use epoll or kqueue.
  2. Replace tls library feature from unsafe_io to safe_io. The former unsafe_io may cause panic.
  3. The zero copy feature now is stable and enabled by default.

v0.1.1

29 Aug 08:38
Compare
Choose a tag to compare
add workflows