]> Cypherpunks.ru repositories - govpn.git/blob - NEWS
Merge branch 'develop'
[govpn.git] / NEWS
1 Release 2.3
2 -----------
3 * Handshake packets became indistinguishable from the random.
4   Now all GoVPN's traffic is the noise for men in the middle.
5 * Handshake messages are smaller (16% traffic reduce).
6 * Adversary now can not create malicious fake handshake packets that
7   will force server to generate private DH key, preventing entropy
8   consuming and resource heavy computations.
9
10 Release 2.2
11 -----------
12 * Fixed several possible channel deadlocks.
13
14 Release 2.1
15 -----------
16 * Fixed Linux-related building.
17
18 Release 2.0
19 -----------
20 * Added clients identification.
21 * Simultaneous several clients support by server.
22 * Per-client up/down scripts.
23
24 Release 1.5
25 -----------
26 * Nonce obfuscation/encryption.
27
28 Release 1.4
29 -----------
30 * Performance optimizations.
31
32 Release 1.3
33 -----------
34 * Heartbeat feature.
35 * Rehandshake feature.
36 * up- and down- optinal scripts.
37
38 Release 1.1
39 -----------
40 * FreeBSD support.
41
42 Release 1.0
43 -----------
44 * Initial stable release.