warp-vpn

point to point VPN implementation
git clone git://git.2f30.org/warp-vpn
Log | Files | Refs | README

WHATSNEW (858B)


      1 0.3 release notes
      2 
      3     * Switched to libsodium.  Due to the way key derivation works,
      4       this version is incompatible with 0.2.  The wire packet format
      5       has not been modified.
      6     * Better logging support.
      7     * The priv drop user can be selected at runtime.  It defaults to
      8       nobody.
      9 
     10 0.2 release notes
     11 
     12     * Packet format was changed.  This version is incompatible
     13       with 0.1.
     14     * EVP_AEAD_* high level API support.  Choice between four
     15       different ciphers depending on version of libressl used.
     16     * Default cipher switched to chacha20-poly1305.
     17     * IPv4 over IPv6 tunnel support.
     18     * IPv6 over IPv4 tunnel support.
     19     * TCP keepalive enabled by default.
     20     * Switch to non-blocking sockets for faster recovery
     21       when headers are modified in transit.
     22     * General code cleanup.
     23 
     24 0.1 release notes
     25 
     26     * Initial release