+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
+Sat Jul 21 14:47:28 EEST 2007 Pekka Riikonen <priikone@silcnet.org>
+
+ * Added silc_data2hex and silc_hex2data to
+ lib/silcutil/silcutil.[ch].
+
+Thu Jul 19 17:07:02 EEST 2007 Pekka Riikonen <priikone@silcnet.org>
+
+ * Added silc_buffer_strchr to lib/silcutil/silcbuffer.h.
+
Tue Jul 17 20:10:41 EEST 2007 Pekka Riikonen <priikone@silcnet.org>
* Added silc_hexdump to lib/silcutil/silcutil.[ch].
check the alg->hash, supported hash functions. Maybe deliver it also
to all other functions in SilcPKCSAlgorithm to be consistent. (***DONE)
- o Add DSS support. Take implementation from Tom or make it yourself.
+ o Add DSA support to SILC public key.
+
+ o Add DSS support. (***DONE)
o Implement the defined SilcDH API. The definition is in
lib/silccrypt/silcdh.h. Make sure it is asynchronous so that it can
===========
o SSH2 public key/private key support, allowing the use of SSH2 keys
- in SILC. RFC 4716.
+ in SILC. RFC 4716. (***DONE)
lib/silcpkix
#include "silcpkcs.h"
#include "silcpk.h"
#include "silcpkcs1.h"
+#ifdef SILC_DIST_ACC
#include "silcacc.h"
+#endif /* SILC_DIST_ACC */
+#ifdef SILC_DIST_SSH
+#include "silcssh.h"
+#endif /* SILC_DIST_SSH */
/* More SILC util library includes */
#include "silcenv.h"