updates.
[crypto.git] / CHANGES.CRYPTO
index 7058ec66243a22a949740acf2e606243e22b897e..92d9a8103e1d4022eda6e4944f8918cfbab02fe1 100644 (file)
@@ -1,3 +1,26 @@
+Fri Jul 13 22:55:13 EEST 2007  Pekka Riikonen <priikone@silcnet.org>
+
+       * Added CAST5 (CAST-128) algorithm.  Affected files are
+         lib/silccrypt/cast5.[ch], cast5_internal, tests/test_cast5.c.
+
+       * Aded CTR encryption mode to Twofish.  Affected files are
+         lib/silccrypt/twofish.[ch], twofish_internal, 
+         tests/test_twofish.c.
+
+       * Added the SilcCipherObject as argument to all cipher operations.
+         Added silccipher_i.h.  Affected files are 
+         lib/silccrypt/silccipher.[ch].
+
+       * Unified CBC and CTR mode functions in AES implementation.
+         Affected files are lib/silccrypt/aes.[ch].
+
+       * Added support for listing only registered (not builtins) ciphers
+         with silc_cipher_get_supported.  Affected files are
+         lib/silccrypt/silccipher.[ch].
+
+       * Check if public key or private key is already accelerated before
+         accelerating.  Affected file is lib/silcacc/silcacc_pkcs.c.
+
 Mon Jul  9 20:21:13 EEST 2007  Pekka Riikonen <priikone@silcnet.org>
 
        * Added SILC Accelerator Library.  Provides generic way to