Created SILC Crypto Toolkit git repository.
[crypto.git] / CHANGES.TOOLKIT
diff --git a/CHANGES.TOOLKIT b/CHANGES.TOOLKIT
deleted file mode 100644 (file)
index 6609651..0000000
+++ /dev/null
@@ -1,75 +0,0 @@
-Tue Jan  8 17:09:25 EET 2008  Pekka Riikonen <priikone@silcnet.org>
-
-       * Moved SILC ID utility functions to utility library to 
-         core library.  Affected files are lib/silccore/silcid.[ch].
-
-Tue Jan  8 16:24:56 EET 2008  Pekka Riikonen <priikone@silcnet.org>
-
-       * Fixed silc_nickname_parse to always return valid nickname
-         when it returns TRUE.  Affected files are 
-         lib/silcclient/client_entry,c and command.c
-
-Thu Nov 15 16:45:48 EET 2007  Pekka Riikonen <priikone@silcnet.org>
-
-       * 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 <priikone@silcnet.org>
-
-       * 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 <priikone@silcnet.org>
-
-       * 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 <priikone@silcnet.org>
-
-       * 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 <priikone@silcnet.org>
-
-        * 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 <priikone@silcnet.org>
-
-       * Added support for new PKCS API and other API changes from
-          Crypto Toolkit to client library.  Affected files are in
-         lib/silcclient/.
-
-Sun Jul  8 20:20:22 EEST 2007  Pekka Riikonen <priikone@silcnet.org>
-
-       * Changed message payload encoding async, due to the PKCS API
-         changes.  Affected files are lib/silccore/silcmessage.[ch].
-
-       * Added new PKCS API support for connauth and SKE.  Affected
-         files are lib/silcske/silconnauth.c and silcske.c.
-
------------------------------------------------------------------------------
-
-For older changes please see the CHANGES file from the CVS tree.