X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=README;fp=README;h=6173be42fcacc5efa8ff620d25c297b79bd89572;hb=95b485e2f211bf280ae14564e6a21fc313214f4a;hp=7fdd2e87e8c1d227e5a84bad6476aac5cabed460;hpb=f353bc9c0734903785ae8d5a6edd7aa338bdbfe8;p=govpn.git diff --git a/README b/README index 7fdd2e8..6173be4 100644 --- a/README +++ b/README @@ -1,11 +1,14 @@ GoVPN is simple secure free software virtual private network daemon, -aimed to be reviewable, secure, DPI-resistant, written on Go. +aimed to be reviewable, secure, DPI/censorship-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. +It uses fast strong password authenticated key agreement protocol with +augmented mutual peers authentication (PAKE DH A-EKE). Encrypted, +authenticated data transport that hides message's length and timestamps. +Perfect forward secrecy property. Resistance to: offline dictionary +attacks, replay attacks, client's passwords 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. GoVPN is free software: see the file COPYING for copying conditions. @@ -20,6 +23,6 @@ subscription and archive access information, or send email with the subject "subscribe" to govpn-devel-request@lists.cypherpunks.ru. Development Git source code repository currently is located here: -https://github.com/stargrave/govpn.git +http://git.cypherpunks.ru/cgit.cgi/govpn.git/ For futher information please read either doc/govpn.info or doc/govpn.texi.