1998-10-18 15:21:22 +00:00
|
|
|
|
1999-02-22 19:08:46 +00:00
|
|
|
* Implement 256 bit key Twofish.
|
1999-02-20 20:45:42 +00:00
|
|
|
|
1999-02-22 19:08:46 +00:00
|
|
|
* clearsig: keep lineendings as they are. Remember that trailings
|
|
|
|
blanks are not hashed.
|
1998-11-20 19:22:58 +00:00
|
|
|
|
1999-02-22 19:08:46 +00:00
|
|
|
* Check revocation and expire stuff. [I'm currently working on this.]
|
1998-11-20 19:22:58 +00:00
|
|
|
|
1999-02-22 19:08:46 +00:00
|
|
|
* Check calculation of key validity. [I'm currently working on this.]
|
1998-11-13 19:41:41 +00:00
|
|
|
|
1999-02-22 19:08:46 +00:00
|
|
|
* See why we always get this "Hmmm public key lost"
|
1999-01-03 14:33:35 +00:00
|
|
|
|
1999-02-22 19:08:46 +00:00
|
|
|
* print a warning when a revoked/expired secret key is used.
|
1998-10-18 15:21:22 +00:00
|
|
|
|
1999-02-22 19:08:46 +00:00
|
|
|
* remove more "Fixmes"
|
1999-01-07 17:05:48 +00:00
|
|
|
|
1999-02-22 19:08:46 +00:00
|
|
|
* Use capabilities if available. glibc2 does not support it yet?
|
|
|
|
What about 2.2 or should we use the system calls directly?
|
1999-01-16 08:29:29 +00:00
|
|
|
|
1999-02-24 10:12:32 +00:00
|
|
|
* wehndecryptiong multiple key: print a warning only if no usable pubkey
|
|
|
|
encrypte package was found. Extension: display a list of all recipients.
|
|
|
|
|
|
|
|
|
1999-01-12 10:20:24 +00:00
|
|
|
|
1998-12-23 12:41:40 +00:00
|
|
|
Nice to have
|
|
|
|
------------
|
1999-02-22 19:08:46 +00:00
|
|
|
* preferences of hash algorithms are not yet used.
|
|
|
|
* new menu to delete signatures and list signature in menu
|
|
|
|
* Replace the SIGUSR1 stuff by semaphores to avoid loss of a signal.
|
|
|
|
or use POSIX.4 realtime signals.
|
|
|
|
* add test cases for invalid data (scrambled armor or other random data)
|
|
|
|
* add checking of armor trailers
|
|
|
|
* Burn the buffers used by fopen(), or use read(2). Does this
|
|
|
|
really make sense?
|
|
|
|
* change the fake_data stuff to mpi_set_opaque
|
|
|
|
* How about letting something like 'gpg --version -v', list the
|
|
|
|
effective options. [Too much work.]
|
|
|
|
* Stats about used random numbers.
|
1999-01-07 17:05:48 +00:00
|
|
|
|