Mercurial > dropbear
comparison PLAN @ 16:09ab3354aa21 libtomcrypt
propagate of e8bea23df30f9f46c647d06db3b223427b4e3604 and b0b6b4a8843b94d9f049cb5ffe0b1ae91ec1bf8b from branch 'au.asn.ucc.matt.ltc-orig' to 'au.asn.ucc.matt.ltc-db'
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Tue, 15 Jun 2004 14:27:14 +0000 |
parents | d7da3b1e1540 |
children |
comparison
equal
deleted
inserted
replaced
15:6362d3854bb4 | 16:09ab3354aa21 |
---|---|
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??? |