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