git:// links no longer work, refer to the https:// one.
[wiki] / news / release-1.1pre3.mdwn
1 [[!meta author="guus"]]
2 [[!meta date="October 14th 2012"]]
3
4 Version 1.1pre3 released.
5
6  * New experimental protocol:
7    * Uses 521 bit ECDSA keys for authentication.
8    * Uses AES-256-CTR and HMAC-SHA256.
9    * Always provides perfect forward secrecy.
10    * Used for both meta-connections and VPN packets.
11    * VPN packets are encrypted end-to-end.
12
13  * Many improvements to tincctl:
14    * "config" command shows/adds/changes configuration variables.
15    * "export" and "import" commands help exchange configuration files.
16    * "init" command sets up initial configuration files.
17    * "info" command shows details about a node, subnet or address.
18    * "log" command shows live log messages.
19    * Without a command it acts as a shell, with history and TAB completion.
20    * Improved starting/stopping tincd.
21    * Improved graph output.
22
23  * When trying to directly send UDP packets to a node for which multiple
24    addresses are known, all of them are tried.
25
26  * Many small fixes, code cleanups and documentation updates.