~ubuntu-branches/ubuntu/hardy/gnupg/hardy-updates

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2006-11-03 09:18:26 UTC
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: james.westby@ubuntu.com-20061103091826-89kwl8tk1xypbmtk
Tags: upstream-1.4.5
ImportĀ upstreamĀ versionĀ 1.4.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
    it's end and allow for multiple signature for one message.  And
25
25
    add a real grammar to the code in mainproc.c
26
26
 
27
 
  * If there is no secure memory, allocate more memory for the secure
28
 
    memory block or do it in all cases.
29
 
 
30
 
  * add some minor things vor VMS.
31
 
 
32
 
  * Use DSA keys with the test suite (partly done)
33
 
 
34
27
  * Fix the bug in the mips assembler code
35
28
 
36
29
  * Add a way to show the fingerprint of an key signator's keys
43
36
 
44
37
  * --disable-asm should still assemble _udiv_qrnnd when needed
45
38
 
46
 
  * add test cases for invalid data (scrambled armor or other random data)
47
 
 
48
39
  * the pubkey encrypt functions should do some sanity checks.
49
40
 
50
41
  * "gpg filename.tar.gz.asc" should work like --verify (-sab).