]> Cypherpunks.ru repositories - govpn.git/commitdiff
Remark about proprietary OS
authorSergey Matveev <stargrave@stargrave.org>
Sun, 15 Mar 2015 21:15:29 +0000 (00:15 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sun, 15 Mar 2015 21:15:29 +0000 (00:15 +0300)
Signed-off-by: Sergey Matveev <stargrave@stargrave.org>
README
doc/govpn.texi

diff --git a/README b/README
index bdb348941c9ca5ab1d62b86b5cfe3f13ae6c00e8..49baa2be17538d87d21366c1243841cce9dab772 100644 (file)
--- a/README
+++ b/README
@@ -1,7 +1,9 @@
-GoVPN is simple secure free software virtual private network daemon. It
-uses Diffie-Hellman Encrypted Key Exchange (DH-EKE) for mutual
-zero-knowledge peers authentication and authenticated encrypted data
-transport.
+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.
 
 Home page: http://www.cypherpunks.ru/govpn/
 
index 3bdf72faddc3ccb254c9dfed48cad765bcec2600..a7e32f1165f051f797576873ae8b5c4834b3bab0 100644 (file)
@@ -69,6 +69,12 @@ Each client also has it's own identification key and server works with
 all of them independently. Identification key is not secret, but it is
 encrypted (obfuscated) during transmission.
 
+The only platform specific requirement is TAP network interface support.
+API to that kind of device is different, OS dependent and non portable.
+So only a few operating systems is officially supported. Author has no
+proprietary software to work with, so currently there is lack of either
+popular Microsoft Windows or Apple OS X support.
+
 @itemize @bullet
 @item
 Works with @url{https://en.wikipedia.org/wiki/TAP_(network_driver), TAP}