diff options
author | wen <wen@FreeBSD.org> | 2015-09-12 23:32:55 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2015-09-12 23:32:55 +0800 |
commit | 271849147f01c0941e5a3898000342c330b689cc (patch) | |
tree | 4fc281cf2405a62ad258689f832db8398f0e5696 /security/govpn/pkg-descr | |
parent | feacac18afcf1aa43ae99f417add235374c0c3fc (diff) | |
download | freebsd-ports-gnome-271849147f01c0941e5a3898000342c330b689cc.tar.gz freebsd-ports-gnome-271849147f01c0941e5a3898000342c330b689cc.tar.zst freebsd-ports-gnome-271849147f01c0941e5a3898000342c330b689cc.zip |
- Update to 3.5
- Update pkg-descr
PR: 203023
Submitted by: stargrave@stargrave.org(maintainer)
Diffstat (limited to 'security/govpn/pkg-descr')
-rw-r--r-- | security/govpn/pkg-descr | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/security/govpn/pkg-descr b/security/govpn/pkg-descr index bdbbec725a0e..85b4ba0c8cf6 100644 --- a/security/govpn/pkg-descr +++ b/security/govpn/pkg-descr @@ -1,10 +1,13 @@ 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. +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. 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. WWW: http://www.cypherpunks.ru/govpn/ |