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