]> Cypherpunks.ru repositories - govpn.git/blobdiff - README
[DOC] Some additions that OpenVPN can be faster, because of it's C nature
[govpn.git] / README
diff --git a/README b/README
index 34d8be8314e4247805b5579f49cf66290e2827b1..1416429ce8e4cef59ec93fa360d05dcf348f386e 100644 (file)
--- a/README
+++ b/README
@@ -4,7 +4,7 @@ SYNOPSIS
 
 govpn is simple high-performance secure virtual private network daemon.
 It uses DH-EKE for mutual zero-knowledge authentication and
-authenticated encrypted transport.
+authenticated encrypted transport. It runs under GNU/Linux and FreeBSD.
 
 DESCRIPTION
 
@@ -31,14 +31,14 @@ if pre-shared key is compromised.
 
 COMPARISON TO OpenVPN
 
-* Higher performance
+* Faster handshake
 * Perfect-forward secrecy (if long-term pre-shared keys are compromised,
   no captured traffic can be decrypted anyway)
 * Mutual two-side authentication (noone will send real network interface
   data unless the other side is authenticated)
 * Zero-knowledge authentication (pre-shared key is not transmitted in
   any form between the peers, not even it's hash value)
-* Fast handshake
+* Higher performance in some cases
 
 CONSOLE OUTPUT LEGEND