X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=blobdiff_plain;f=CHANGES.TOOLKIT;h=6af09f12b8f1fd158935af6cf9dec44f6aafd34d;hp=71d434b1aaeaf264d416b326b37545841358f88e;hb=f449c0a95327fd4e60a5b9d3c9d50fae0f8d835a;hpb=407862c4607dcbdfd0b3e6e560e2c90eadf3d544 diff --git a/CHANGES.TOOLKIT b/CHANGES.TOOLKIT index 71d434b1..6af09f12 100644 --- a/CHANGES.TOOLKIT +++ b/CHANGES.TOOLKIT @@ -1,3 +1,50 @@ +Thu Nov 15 16:45:48 EET 2007 Pekka Riikonen + + * Fixed public key authentication as responder. Affected file + is lib/silcske/silcconnauth.c. + + * Report packet engine errors to client application. Affected + file is lib/silcclient/client.c. + + * If channel user list could not be resolved or was not even + closely fully resolved, report it to application. Affected + file is lib/silcclient/command_reply.c. + + * Reprocess JOIN command synchronously after resolving channel + user list. Affected file is lib/silcclient/command_reply.c. + + * In JOIN command reply check if the channel key is already + saved. If it is we have received new key from server while + resolving user and must not save the old key. Affected file + is lib/silcclient/command_reply.c. + + * Remove all channel keys and hmacs after giving LEAVE command. + Affected file is lib/silcclient/command_reply.c. + +Tue Nov 13 18:24:56 EET 2007 Pekka Riikonen + + * Added missing channel unreferencing in CMODE, CUMODE, + TOPIC, INVITE, BAN and KICK command replies. Affected + file is lib/silcclient/command_reply.c. + +Mon Nov 5 23:07:58 EET 2007 Pekka Riikonen + + * Zero tail of CTR mode IV in IV Included mode. Change does + not cause compatibility issues. Affected file is + lib/silcske/silcske.c. + +Mon Nov 5 22:24:25 EET 2007 Pekka Riikonen + + * Fixed CTR mode rekey. Affected file is lib/silcske/silcske.c. + + * Rewrote the IV Included CTR mode encryption/decryption in + packet engine. Affected file is lib/silccore/silcpacket.c. + +Sun Aug 26 12:28:49 EEST 2007 Pekka Riikonen + + * Fixed TIMEOUT handling in user info resolving during JOINing, + fixes crash. Affected file is lib/silcclient/client_notify.c. + Tue Jul 10 20:02:04 EEST 2007 Pekka Riikonen * Added support for new PKCS API and other API changes from