X-Git-Url: http://www.git.cypherpunks.ru/?p=govpn.git;a=blobdiff_plain;f=README;h=51ee94e4b2e4af34c87f5dfc7331e78bbf849555;hp=7fdd2e87e8c1d227e5a84bad6476aac5cabed460;hb=b779397ef0dba12ed2fb117e1a514bf0d5b598ef;hpb=e7ba034dd3beb3f8f54c4d2e0f858eb23f58c147 diff --git a/README b/README index 7fdd2e8..51ee94e 100644 --- a/README +++ b/README @@ -1,25 +1,27 @@ -GoVPN is simple secure free software virtual private network daemon, -aimed to be reviewable, secure, DPI-resistant, written on Go. +GoVPN is simple free software virtual private network daemon, 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 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. GoVPN is free software: see the file COPYING for copying conditions. -Home page: http://www.cypherpunks.ru/govpn/ -also available as Tor hidden service: http://vabu56j2ep2rwv3b.onion/govpn/ +Home page: http://www.govpn.info/ +also available as Tor hidden service: http://2wir2p7ibeu72jk3.onion/ -Please send all questions, bug reports and patches to -govpn-devel@lists.cypherpunks.ru mailing list. -Also it is used for announcements. Either visit -https://lists.cypherpunks.ru/mailman/listinfo/govpn-devel for -subscription and archive access information, or send email with the -subject "subscribe" to govpn-devel-request@lists.cypherpunks.ru. +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: -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. +For further information please read either doc/govpn.info or doc/govpn.texi.