comparison PLAN @ 144:7ed585a2c53b libtomcrypt

propagate of 3f8f752126017cbe7d93c4086c27a91550df745f and 747ebf284d40a15b338e5a5c7730ecec6eade3d7 from branch 'au.asn.ucc.matt.ltc-orig' to 'au.asn.ucc.matt.ltc-db'
author Matt Johnston <matt@ucc.asn.au>
date Sun, 19 Dec 2004 11:47:33 +0000
parents d7da3b1e1540
children
comparison
equal deleted inserted replaced
143:5d99163f7e32 144:7ed585a2c53b
1 The following functions are marked for removal and/or behavioural change by v1.00 of LibTomCrypt
2
3 1. RSA Support
4
5 rsa_pad, rsa_signpad, rsa_depad, rsa_signdepad, rsa_import, rsa_export
6
7 They will be replaced with PKCS #1 compliant OAEP/PSS padding function as early as v0.96
8
9 2. DSA Support
10
11 dsa_import, dsa_export
12
13 Will be replaced with suitable DSS [what is the standard?] compliant formats. Planned for v0.96
14
15 3. Key Ring Support
16
17 (all)
18
19 The entire API will be dropped as early as v0.96. It was just an experiment and nobody uses it anyways.
20
21 4. Test Harness
22
23 demos/test.c
24
25 The test harness is well overdue for a makeover. Planned for as early as v0.97
26
27
28 Put things in order...
29
30 v0.96 -- removed keyring.c and gf.c
31 -- removed LTC RSA padding
32 -- DSS support [whatever this entails]
33 -- Bug fixes/updates to the PKCS/DSS support, should be stable in this release
34
35 v0.97 -- Re-written test harness
36 -- More demos in the manual and demos/ directory
37
38 ... future???