updates.
[silc.git] / CHANGES.CRYPTO
index e01fe574cfc580de7b2852a6b1b682e7c0b9f46e..22beb5d6cc5da2576b2949100f1ce22408083e18 100644 (file)
@@ -1,3 +1,28 @@
+Sat Jul 21 10:17:11 EEST 2007  Pekka Riikonen <priikone@silcnet.org>
+
+       * Optimized silc_math_prime_test.  Affected file is
+         lib/silcmath/silcprimegen.c.
+
+       * Added DES and 3DES with CBC, CTR and CFB to lib/silccrypt/des.c,
+         tests/test_des.c.
+
+Fri Jul 20 19:37:00 EEST 2007  Pekka Riikonen <priikone@silcnet.org>
+
+       * Added DSA algorithm to lib/silccrypt/dsa.[ch], tests/test_dsa.c.
+
+Thu Jul 19 21:07:02 EEST 2007  Pekka Riikonen <priikone@silcnet.org>
+
+       * Added SILC SSH2 Library to lib/silcssh/.  The library provides
+         SSH2 public key and private key support.  It supports standard
+         SSH2 and OpenSSH public keys, and OpenSSH private keys.  Affected
+         files are in lib/silcssh/.
+
+Mon Jul 16 19:08:20 EEST 2007  Pekka Riikonen <priikone@silcnet.org>
+
+       * Added PKCS type argument to silc_load_public_key and
+         silc_load_private_key.  Affected files are
+         lib/silccrypt/silcpkcs.[ch].
+
 Sat Jul 14 13:45:34 EEST 2007  Pekka Riikonen <priikone@silcnet.org>
 
        * Added CFB mode to aes, twofish and cast5.  Unified the API