~ubuntu-branches/ubuntu/utopic/dropbear/utopic-proposed

« back to all changes in this revision

Viewing changes to libtomcrypt/PLAN

  • Committer: Bazaar Package Importer
  • Author(s): Matt Johnston
  • Date: 2005-12-08 19:20:21 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051208192021-nyp9rwnt77nsg6ty
Tags: 0.47-1
* New upstream release.
* SECURITY: Fix incorrect buffer sizing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
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???