Skip to content

Version 2.6.0

Compare
Choose a tag to compare
@TinCanTech TinCanTech released this 13 Dec 15:54
· 483 commits to master since this release
v2.6.0
28936a4

Version 2.6.0 is DOOMED

The first implementation of TLS-Crypt-V2 GROUP keys is cumbersome and inflexible, so it is being changed, slowly.

Please do not create any GROUP keys with this version, instead download easytls over your current v2.6.0 version.

That is the only change required.

Better than that, clone the entire repo!


The original v2.6.0 release follows:

Important changes

  • Introduce easytls-tctip.lib (Optional library)
    Commit f85e95e
    Shared IPv4/6 address functions

  • Introduce TLS-2 Key metadata "source IP" filter
    Commit 343652d
    IPv4/6 Client source IP matching

  • Introduce new Level Security setting for client-connect
    Commit 41e4699
    Help to transition clients to TLS-Crypt-V2 keys

  • Introduce TLS-Crypt-V2 Group Keys
    Commit 9d165c9
    Commit e43542d
    This allows Groups of users to use the same key

  • Add support for Openvpn dynamic client-connect file
    Commit c89cdff
    This alows Openvpn server to push dynamic options

  • Allow multiple Custom_Groups per server
    Commit 3c85741
    This allows clients to be sub-divided by Custom_Group

  • Abandon easytls-verify.sh
    Commit 682ba0f
    Script is no longer required due to UV_TLSKEY_SERIAL

  • Add UV_TLSKEY_SERIAL to be pushed to server
    Commit 5ccdb9f
    All clients using TLS-Crypt-V2 keys must push the
    TLS-Key serial number to identify the key

  • Removed option --openvpn
    Commit cf413bd
    Development only requirement

  • Introduce vars files for server side scripts
    Commit 12dcd3f
    The command line was too long when run under Windows
    due to the extra requirement of loading sh.exe