comparison PLAN @ 0:d7da3b1e1540 libtomcrypt

put back the 0.95 makefile which was inadvertently merged over
author Matt Johnston <matt@ucc.asn.au>
date Mon, 31 May 2004 18:21:40 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:d7da3b1e1540
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???