]> Cypherpunks.ru repositories - govpn.git/blobdiff - README
Fix docstring splitted lines
[govpn.git] / README
diff --git a/README b/README
index c41af3cb5733b8d0aa509a5cbfc02a44e8f7de87..51ee94e4b2e4af34c87f5dfc7331e78bbf849555 100644 (file)
--- a/README
+++ b/README
@@ -1,20 +1,27 @@
-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.
+GoVPN is simple free software virtual private network daemon, aimed to
+be reviewable, secure, DPI/censorship-resistant, written on Go.
 
-Home page: http://www.cypherpunks.ru/govpn/
-also available as Tor hidden service: http://vabu56j2ep2rwv3b.onion/govpn/
+It uses fast strong passphrase authenticated key agreement protocol with
+augmented zero-knowledge mutual peers authentication (PAKE DH A-EKE).
+Encrypted, authenticated data transport that hides message's length and
+timestamps. Optional encryptionless mode, that still preserves data
+confidentiality. Perfect forward secrecy property. Resistance to:
+offline dictionary attacks, replay attacks, client's passphrases
+compromising and dictionary attacks on the server side. Built-in
+heartbeating, rehandshaking, real-time statistics. Ability to work
+through UDP, TCP and HTTP proxies. IPv4/IPv6-compatibility.
+GNU/Linux and FreeBSD support.
 
-Send bug reports, questions and patches to govpn-devel@lists.cypherpunks.ru
-mailing list. Visit https://lists.cypherpunks.ru/mailman/listinfo/govpn-devel
-for subscription and archive access information.
+GoVPN is free software: see the file COPYING for copying conditions.
 
-Development Git source code repository currently is located here:
-https://github.com/stargrave/govpn.git
+Home page: http://www.govpn.info/
+also available as Tor hidden service: http://2wir2p7ibeu72jk3.onion/
 
-GoVPN is free software: see the file COPYING for copying conditions.
+Please send questions regarding the use of GoVPN, bug reports and
+patches to govpn-devel mailing list:
+https://lists.cypherpunks.ru/pipermail/govpn-devel/
+
+Development Git source code repository currently is located here:
+http://git.cypherpunks.ru/cgit.cgi/govpn.git/
 
-For futher information please read either doc/govpn.info or doc/govpn.texi.
+For further information please read either doc/govpn.info or doc/govpn.texi.