warp-vpn

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

commit 642680230882d80948d6dbcb885777bd3ae420fa
parent 760c3208a6cc8af2943f38b6beb04a3a904539dc
Author: sin <sin@2f30.org>
Date:   Wed, 13 Apr 2016 17:20:02 +0100

update WHATSNEW

Diffstat:
MWHATSNEW | 17++++++++++++++++-
1 file changed, 16 insertions(+), 1 deletion(-)

diff --git a/WHATSNEW b/WHATSNEW @@ -1 +1,16 @@ -0.1 - initial release +0.2 release notes + + * Packet format was changed. This version is incompatible + with 0.1. + * EVP_AEAD_* high level API support. Choice between four + different ciphers depending on version of libressl used. + * Default cipher switched to chacha20-poly1305. + * IPv6 support for communicating endpoints. + * TCP keepalive enabled by default. + * Switch to non-blocking sockets for faster recovery + when headers are modified in transit. + * General code cleanup. + +0.1 release notes + + * Initial release