From 48af53e364451230afd4b38721f58c82611ba0b6 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sat, 2 May 2015 01:33:07 +0300 Subject: [PATCH] [DOC] README updating due to noise and CPR features Signed-off-by: Sergey Matveev --- README | 15 +++++++++------ doc/overview.texi | 2 +- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/README b/README index a47dd94..e044713 100644 --- 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/ diff --git a/doc/overview.texi b/doc/overview.texi index 517e0e7..c1b2299 100644 --- a/doc/overview.texi +++ b/doc/overview.texi @@ -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 -- 2.48.1