updates.
[crypto.git] / CHANGES.CRYPTO
1 Sat Jul 21 10:17:11 EEST 2007  Pekka Riikonen <priikone@silcnet.org>
2
3         * Optimized silc_math_prime_test.  Affected file is
4           lib/silcmath/silcprimegen.c.
5
6         * Added DES and 3DES with CBC, CTR and CFB to lib/silccrypt/des.c,
7           tests/test_des.c.
8
9 Fri Jul 20 19:37:00 EEST 2007  Pekka Riikonen <priikone@silcnet.org>
10
11         * Added DSA algorithm to lib/silccrypt/dsa.[ch], tests/test_dsa.c.
12
13 Thu Jul 19 21:07:02 EEST 2007  Pekka Riikonen <priikone@silcnet.org>
14
15         * Added SILC SSH2 Library to lib/silcssh/.  The library provides
16           SSH2 public key and private key support.  It supports standard
17           SSH2 and OpenSSH public keys, and OpenSSH private keys.  Affected
18           files are in lib/silcssh/.
19
20 Mon Jul 16 19:08:20 EEST 2007  Pekka Riikonen <priikone@silcnet.org>
21
22         * Added PKCS type argument to silc_load_public_key and
23           silc_load_private_key.  Affected files are
24           lib/silccrypt/silcpkcs.[ch].
25
26 Sat Jul 14 13:45:34 EEST 2007  Pekka Riikonen <priikone@silcnet.org>
27
28         * Added CFB mode to aes, twofish and cast5.  Unified the API
29           for CBC, CTR and CFB modes.  Affected files are in
30           lib/silccrypt/.
31
32 Fri Jul 13 22:55:13 EEST 2007  Pekka Riikonen <priikone@silcnet.org>
33
34         * Added CAST5 (CAST-128) algorithm.  Affected files are
35           lib/silccrypt/cast5.[ch], cast5_internal, tests/test_cast5.c.
36
37         * Aded CTR encryption mode to Twofish.  Affected files are
38           lib/silccrypt/twofish.[ch], twofish_internal, 
39           tests/test_twofish.c.
40
41         * Added the SilcCipherObject as argument to all cipher operations.
42           Added silccipher_i.h.  Affected files are 
43           lib/silccrypt/silccipher.[ch].
44
45         * Unified CBC and CTR mode functions in AES implementation.
46           Affected files are lib/silccrypt/aes.[ch].
47
48         * Added support for listing only registered (not builtins) ciphers
49           with silc_cipher_get_supported.  Affected files are
50           lib/silccrypt/silccipher.[ch].
51
52         * Check if public key or private key is already accelerated before
53           accelerating.  Affected file is lib/silcacc/silcacc_pkcs.c.
54
55 Mon Jul  9 20:21:13 EEST 2007  Pekka Riikonen <priikone@silcnet.org>
56
57         * Added SILC Accelerator Library.  Provides generic way to
58           use accelerators with crypto library.  Affected files are in
59           lib/silcacc/.
60
61         * Added software accelerator, a thread pool system that off-loads
62           public and private key operations to threads.  Affected files
63           are lib/silcacc/softacc.[ch].
64
65         * Added SilcPKCSAlgorithm context to SilcPublicKey and
66           SilcPrivateKey contexts.  Affected files are 
67           lib/silccrypt/silcpkcs.[ch], silcpk.c.
68
69 Sun Jul  8 20:20:22 EEST 2007  Pekka Riikonen <priikone@silcnet.org>
70
71         * Added allocation support from given stack with SILC_ASN1_ALLOC
72           flag.  Added support for detecting if SILC_ASN1_NULL is present
73           with SILC_ASN1_OPTIONAL flag.  Added support for getting th
74           choice index with SILC_ASN1_CHOICE.  Affected files are
75           lib/silcasn1/silcasn1.h, silcasn1_encode.c and silcasn1_decode.c.
76
77         * Crypto library changes.
78
79           Rewrote and redesigned crypto library initialization.  Added
80           silc_crypto_init and silc_crypto_uninit.
81
82           Added SilcPKCSObject and SilcPKSCAlgorithm contexts to all
83           SilcPKCSObject operation callbacks and SilcPKCSAlgorithm
84           operation callbacks, respectively, as argument.
85
86           Changed silc_pkcs_encrypt, silc_pkcs_decrypt, silc_pkcs_sign
87           and silc_pkcs_verify APIs asynchronous.  They take callback
88           functions now.  Added same callbacks to all SilcPKCSObject
89           and SilcPKCSAlgorithm operation callbacks.
90
91 Tue Jul  3 22:45:56 EEST 2007  Pekka Riikonen <priikone@silcnet.org>
92
93         * Added user specified SilcStack support to SILC ASN.1 API.
94           Affected files are lib/silcasn1/silcasn1.[ch].
95
96 -----------------------------------------------------------------------------
97
98 For older changes please see the CHANGES file from the CVS tree.