03d42cb2096091118c9263a0a9918c13919e726d
[website.git] / docs / toolkit / ReleaseNotes
1 SILC Toolkit 1.1.11
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 Library will auto-negotiate the key when private message is
13 sent 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.
16
17 SILC Client Library automatically detects, within seconds, if the remote
18 client does not support the new method.  User will receive a notification
19 on screen telling that the private messages will be protected using normal
20 session keys instead.  This may happen also if an error occurs during
21 the key exchange protocol.
22
23 This feature is totally transparent and applications usually will not
24 require any changes to get it working.  For most cases it should work
25 out of the box without modifications to the application.
26
27 This version also adds a new say() client operation associated context
28 which can be fetched from the SilcClientConnection entry.  The associated
29 context can be SilcClientEntry, SilcChannelEntry or SilcServerEntry and
30 is meant to allow application to better target the say() operation.
31
32 This version also enables higher security message payloads by including
33 the Client Ids in the MAC computation.  Support for this has existed for
34 long time but it is now finally enabled.
35
36 This version also adds various improvement to the SILC Key Exchange
37 Library and the SILC Core Library.