]> Cypherpunks.ru repositories - govpn.git/blobdiff - README
Merge branch 'develop'
[govpn.git] / README
diff --git a/README b/README
index 6da97d6e3409ed2a55a79efe887992cab87f5376..7fdd2e87e8c1d227e5a84bad6476aac5cabed460 100644 (file)
--- a/README
+++ b/README
@@ -1,9 +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 keys (PSK), perfect
-forward secrecy (PFS). GNU/Linux and FreeBSD support.
+aimed to be reviewable, secure, DPI-resistant, written on Go.
+
+It uses fast PAKE DH A-EKE for mutual strong zero-knowledge peers
+authentication. Data transport is encrypted, authenticated, hides
+message's length and timestamp. PFS property, resistance to dictionary
+attacks, replay attacks. Built-in heartbeating, rehandshaking, real-time
+statistics, IPv4/IPv6-compatibility. GNU/Linux and FreeBSD support.
+
+GoVPN is free software: see the file COPYING for copying conditions.
 
 Home page: http://www.cypherpunks.ru/govpn/
 also available as Tor hidden service: http://vabu56j2ep2rwv3b.onion/govpn/
@@ -18,6 +22,4 @@ subject "subscribe" to govpn-devel-request@lists.cypherpunks.ru.
 Development Git source code repository currently is located here:
 https://github.com/stargrave/govpn.git
 
-GoVPN is free software: see the file COPYING for copying conditions.
-
 For futher information please read either doc/govpn.info or doc/govpn.texi.