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