Skip to content

Releases: IrineSistiana/simple-tls

v0.4.2

09 Sep 11:37
Compare
Choose a tag to compare

Android

  • Build with Android R (Android 11) SDK
  • Fixed plugin not working in shadowsocks-android beta release (v5.0.6 higher)

simple-tls server

  • Optimize padding connection writer.

v0.4.1

20 Jul 09:35
Compare
Choose a tag to compare

Bugs fixed

v0.4.0

25 Jun 17:43
Compare
Choose a tag to compare

What's New:

  • Introducing padding-data -pd mode. This may be a better mechanism to against traffic analysis.
  • Added -v to output version infomation. #10
  • Added -no-verify for client to disable TLS server verify.
  • Server can start without certificate

WARNING: Incompatible changes:

  • -wss and random header -rh were removed.

v0.3.4

03 Jun 00:44
Compare
Choose a tag to compare
  • Use golang default tls configuration and clientHello.
  • Fixed #7: Can't connect to server if -rh and -wss are both enabled.
  • -cca can accept base64 string with padding character =.
  • New client option -ca which can import a cert (even a ca-bundle) file. [Not support in Andorid yet]

v0.3.0

28 May 14:09
Compare
Choose a tag to compare

Use -rh to add a random size(512b~16Kb) header in every connection.

This might be able to against traffic analysis.

v0.2.1

25 May 00:33
Compare
Choose a tag to compare

Websocket now support HTTP/2

v0.2.0

27 Apr 04:09
Compare
Choose a tag to compare

Websocket 支持

v0.1.2

07 Apr 00:17
Compare
Choose a tag to compare

fixed #1 and #2

v0.1.1

30 Mar 14:29
Compare
Choose a tag to compare

fixed #1 , fixed io.Copy() raises io timeout err too early.