updates.
[website.git] / docs / client / ReleaseNotes
1 SILC Client 1.1.11 2014-05-13
2 =============================
3
4 This version upgrades the Irssi base in SILC Client to version
5 0.8.16-rc1.
6
7 This version also fixes some minor bugs and introduces some other
8 minor improvements.
9
10
11 SILC Client 1.1.10 2014-05-06
12 =============================
13
14 This version introduces a new default private message key protection
15 method by auto-negotiating private message key with SILC Key Exchange
16 protocol over the SILC network, client-to-client.  The SKE is executed
17 by encapsulating it inside private messages.  SKE results into secret
18 shared key between the two clients and all private messages are protected
19 with that key.  This provides complete end-to-end protection for private
20 messages even if the SILC servers cannot be trusted.
21
22 SILC Client will auto-negotiate the key when private message is sent
23 for the first time.  Both users will be prompted to accept each others
24 public keys and once accpeted they are cached and subsequent verification
25 will be done automatically.  It is important to verify the public key
26 to avoid the possibility of man-in-the-middle attacks.
27
28 SILC Client automatically detects, within seconds, if the remote client
29 does not support the new method.  User will receive a notification on
30 screen telling that the private messages will be protected using normal
31 session keys instead.  This may happen also if an error occurs during
32 the key exchange protocol.
33
34 This version also fixes numerous bugs that have been found using static
35 analysis tools.