Reprocess JOIN command synchronously after resolving channel
[crypto.git] / CHANGES.TOOLKIT
1 Thu Nov 15 16:45:48 EET 2007 Pekka Riikonen <priikone@silcnet.org>
2
3         * Fixed public key authentication as responder.  Affected file
4           is lib/silcske/silcconnauth.c.
5
6         * Report packet engine errors to client application.  Affected
7           file is lib/silcclient/client.c.
8
9         * If channel user list could not be resolved or was not even
10           closely fully resolved, report it to application.  Affected
11           file is lib/silcclient/command_reply.c.
12
13         * Reprocess JOIN command synchronously after resolving channel
14           user list.  Affected file is lib/silcclient/command_reply.c.
15
16         * In JOIN command reply check if the channel key is already
17           saved.  If it is we have received new key from server while
18           resolving user and must not save the old key.  Affected file
19           is lib/silcclient/command_reply.c.
20
21 Tue Nov 13 18:24:56 EET 2007 Pekka Riikonen <priikone@silcnet.org>
22
23         * Added missing channel unreferencing in CMODE, CUMODE,
24           TOPIC, INVITE, BAN and KICK command replies.  Affected
25           file is lib/silcclient/command_reply.c.
26
27 Mon Nov  5 23:07:58 EET 2007  Pekka Riikonen <priikone@silcnet.org>
28
29         * Zero tail of CTR mode IV in IV Included mode.  Change does
30           not cause compatibility issues.  Affected file is
31           lib/silcske/silcske.c.
32
33 Mon Nov  5 22:24:25 EET 2007  Pekka Riikonen <priikone@silcnet.org>
34
35         * Fixed CTR mode rekey.  Affected file is lib/silcske/silcske.c.
36
37         * Rewrote the IV Included CTR mode encryption/decryption in
38           packet engine.  Affected file is lib/silccore/silcpacket.c.
39
40 Sun Aug 26 12:28:49 EEST 2007  Pekka Riikonen <priikone@silcnet.org>
41
42         * Fixed TIMEOUT handling in user info resolving during JOINing,
43           fixes crash.  Affected file is lib/silcclient/client_notify.c.
44
45 Tue Jul 10 20:02:04 EEST 2007  Pekka Riikonen <priikone@silcnet.org>
46
47         * Added support for new PKCS API and other API changes from
48           Crypto Toolkit to client library.  Affected files are in
49           lib/silcclient/.
50
51 Sun Jul  8 20:20:22 EEST 2007  Pekka Riikonen <priikone@silcnet.org>
52
53         * Changed message payload encoding async, due to the PKCS API
54           changes.  Affected files are lib/silccore/silcmessage.[ch].
55
56         * Added new PKCS API support for connauth and SKE.  Affected
57           files are lib/silcske/silconnauth.c and silcske.c.
58
59 -----------------------------------------------------------------------------
60
61 For older changes please see the CHANGES file from the CVS tree.