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