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