View | Details | Raw Unified | Return to bug 205977
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	govpn
4
PORTNAME=	govpn
5
PORTVERSION=	4.2
5
PORTVERSION=	5.0
6
CATEGORIES=	security
6
CATEGORIES=	security
7
MASTER_SITES=	http://www.cypherpunks.ru/govpn/download/ \
7
MASTER_SITES=	http://www.cypherpunks.ru/govpn/download/ \
8
		http://sourceforge.net/projects/govpn/files/
8
		http://sourceforge.net/projects/govpn/files/
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (govpn-4.2.tar.xz) = dc2d390b9dcfb30a3612018d410b61ddf8edd82f4d9aa5ed2691b027be10ba0a
1
SHA256 (govpn-5.0.tar.xz) = cc186a3b800279b6f5a7c86d61b250c24cf97235f6c3e1bb05a6cb60251085c6
2
SIZE (govpn-4.2.tar.xz) = 238652
2
SIZE (govpn-5.0.tar.xz) = 243232
(-)pkg-descr (-5 / +6 lines)
Lines 4-13 Link Here
4
It uses fast strong passphrase authenticated key agreement protocol with
4
It uses fast strong passphrase authenticated key agreement protocol with
5
augmented zero-knowledge mutual peers authentication (PAKE DH A-EKE).
5
augmented zero-knowledge mutual peers authentication (PAKE DH A-EKE).
6
Encrypted, authenticated data transport that hides message's length and
6
Encrypted, authenticated data transport that hides message's length and
7
timestamps. Perfect forward secrecy property. Resistance to: offline
7
timestamps. Optional encryptionless mode, that still preserves data
8
dictionary attacks, replay attacks, client's passphrases compromising
8
confidentiality. Perfect forward secrecy property. Resistance to:
9
and dictionary attacks on the server side. Built-in heartbeating,
9
offline dictionary attacks, replay attacks, client's passphrases
10
rehandshaking, real-time statistics. Ability to work through UDP, TCP
10
compromising and dictionary attacks on the server side. Built-in
11
and HTTP proxies. IPv4/IPv6-compatibility. GNU/Linux and FreeBSD support.
11
heartbeating, rehandshaking, real-time statistics. Ability to work
12
through UDP, TCP and HTTP proxies. IPv4/IPv6-compatibility.
12
13
13
WWW: http://www.cypherpunks.ru/govpn/
14
WWW: http://www.cypherpunks.ru/govpn/

Return to bug 205977