From 68e2a9857969bdee0e6c4c2d236ca180f7bcfb2c Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sun, 26 Apr 2015 19:32:55 +0300 Subject: [PATCH] Preparing for 2.3 release Signed-off-by: Sergey Matveev --- NEWS | 9 +++++++++ makefile | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 4500296..8734b16 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +Release 2.3 +----------- +* Handshake packets became indistinguishable from the random. + Now all GoVPN's traffic is the noise for men in the middle. +* Handshake messages are smaller (16% traffic reduce). +* Adversary now can not create malicious fake handshake packets that + will force server to generate private DH key, preventing entropy + consuming and resource heavy computations. + Release 2.2 ----------- * Fixed several possible channel deadlocks. diff --git a/makefile b/makefile index 59f148e..d0cab0d 100644 --- a/makefile +++ b/makefile @@ -1,6 +1,6 @@ .PHONY: govpn-client govpn-server -VERSION=2.2 +VERSION=2.3 LDFLAGS=-X govpn.Version $(VERSION) all: govpn-client govpn-server -- 2.44.0