]> Cypherpunks.ru repositories - govpn.git/commitdiff
[DOC] README updating due to noise and CPR features
authorSergey Matveev <stargrave@stargrave.org>
Fri, 1 May 2015 22:33:07 +0000 (01:33 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Fri, 1 May 2015 22:33:07 +0000 (01:33 +0300)
Signed-off-by: Sergey Matveev <stargrave@stargrave.org>
README
doc/overview.texi

diff --git a/README b/README
index a47dd94a7222f6b938ea7593a3cb5e73cb3f26d1..e044713cd175ecf2307a8ddd217fb1245bd4ed8f 100644 (file)
--- a/README
+++ b/README
@@ -1,10 +1,13 @@
 GoVPN is simple secure free software virtual private network daemon,
-written on Go programming language. It uses Diffie-Hellman Encrypted Key
-Exchange (DH-EKE) for mutual zero-knowledge peers authentication and
-authenticated encrypted data transport. Other features include:
-IPv4/IPv6, rehandshake, heartbeat, pre-shared authentication keys (PSK),
-perfect forward secrecy (PFS), replay attack protection, JSON real-time
-statistics. GNU/Linux and FreeBSD support.
+aimed to be reviewable, secure, DPI-resistant. It is written on Go.
+
+It uses fast Diffie-Hellman Encrypted Key Exchange (DH-EKE) handshake
+for mutual zero-knowledge peers authentication. Encrypted authenticated
+data transport. Hiding payload messages length with noise, hiding
+messages appearance fact with constant packet rate (CPR) traffic.
+Perfect forward secrecy (PFS), replay attack protection, heartbeating,
+rehandshaking, pre-shared authentication keys, IPv4/IPv6-compatible,
+JSON real-time statistics. GNU/Linux and FreeBSD support.
 
 Home page: http://www.cypherpunks.ru/govpn/
 also available as Tor hidden service: http://vabu56j2ep2rwv3b.onion/govpn/
index 517e0e7f210d93bc4efe0f992078062665068e6d..c1b2299c23d6c1d20d7ac8a23dafe004ebe5aa0f 100644 (file)
@@ -60,7 +60,7 @@ network interfaces on top of UDP entirely
 @item Zero knowledge authentication
 @item Built-in rehandshake and heartbeat features
 @item Several simultaneous clients support
-@item Hiding of payload packets length by noise appending
+@item Hiding of payload packets length with noise
 @item Hiding of payload packets appearance with constant packet rate traffic
 @item Optional built-in HTTP-server for retrieving information about
 known connected peers in @url{http://json.org/, JSON} format