]> Cypherpunks.ru repositories - govpn.git/blobdiff - doc/govpn.texi
Use A-EKE instead of EKE. Doc refactoring. Preparing for 3.0 release
[govpn.git] / doc / govpn.texi
index 8d365711980f65168bc3e3c9c642cfa299bcad3f..fe842b3a04d73c9f6944f52d6b60d629836f3d12 100644 (file)
@@ -21,8 +21,16 @@ A copy of the license is included below.
 @node Top
 @top GoVPN
 
-This manual is for GoVPN -- simple secure free software virtual private
-network (VPN) daemon, written entirely on Go programming language.
+GoVPN is simple secure free software virtual private network daemon,
+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.
+
+@include keywords.texi
 
 @menu
 * Overview::
@@ -31,26 +39,18 @@ network (VPN) daemon, written entirely on Go programming language.
 * Precautions::
 * User manual::
 * Developer manual::
-* Reporting bugs::
+* Contacts::
 * Copying conditions::
+* Thanks::
 @end menu
 
 @include overview.texi
-
-@node News
-@unnumbered News
-
-@verbatiminclude ../NEWS
-
+@include news.texi
 @include installation.texi
-
 @include precautions.texi
-
 @include user.texi
-
 @include developer.texi
-
-@include bugs.texi
+@include contacts.texi
 
 @node Copying conditions
 @unnumbered Copying conditions
@@ -58,4 +58,5 @@ network (VPN) daemon, written entirely on Go programming language.
 @insertcopying
 @verbatiminclude fdl.txt
 
+@include thanks.texi
 @bye