1998-10-18 15:21:22 +00:00
|
|
|
|
1999-07-22 18:11:55 +00:00
|
|
|
Scheduled for 1.1
|
|
|
|
-----------------
|
|
|
|
* With option -i prompt before adding a key to the keyring and show some
|
|
|
|
info what we are about to add.
|
1999-03-14 18:35:18 +00:00
|
|
|
|
1999-07-22 18:11:55 +00:00
|
|
|
* Speed up calculation of key validation.
|
1999-03-14 18:35:18 +00:00
|
|
|
|
1999-07-22 18:11:55 +00:00
|
|
|
* Allow a replacement for the progress functions in ./cipher
|
1999-01-12 10:20:24 +00:00
|
|
|
|
1999-07-22 18:11:55 +00:00
|
|
|
* print a warning when a revoked/expired _secret_ key is used.
|
|
|
|
|
1999-08-31 15:30:12 +00:00
|
|
|
* --disable-asm should still assemble _udiv_qrnnd when needed
|
|
|
|
|
|
|
|
* Skip RO keyrings when importing a key.
|
|
|
|
|
1999-09-02 14:50:38 +00:00
|
|
|
* Use the newest encryption key if only the main key has been given.
|
|
|
|
|
|
|
|
* replace the keyserver stuff either by a call to a specialized
|
|
|
|
utility and SOCKSify this utility.
|
|
|
|
|
|
|
|
* Check the beginning of file to detect already compressed files (gzip,
|
|
|
|
bzip2, xdelta and some picture formats)
|
|
|
|
|
1999-07-22 18:11:55 +00:00
|
|
|
|
1998-12-23 12:41:40 +00:00
|
|
|
Nice to have
|
|
|
|
------------
|
1999-08-31 15:30:12 +00:00
|
|
|
* Official test vectors for 3DES-EDE3
|
1999-04-07 18:58:34 +00:00
|
|
|
* use DEL and ^H for erasing the previous character (util/ttyio.c).
|
1999-05-08 17:35:16 +00:00
|
|
|
or better readline.
|
1999-04-09 10:34:44 +00:00
|
|
|
* Print a warning if the directory mode is wrong.
|
1999-03-08 19:50:18 +00:00
|
|
|
* Do a real fix for bug #7 or document that it is a PGP 5 error.
|
1999-02-22 19:08:46 +00:00
|
|
|
* preferences of hash algorithms are not yet used.
|
|
|
|
* Replace the SIGUSR1 stuff by semaphores to avoid loss of a signal.
|
1999-03-11 15:42:06 +00:00
|
|
|
or use POSIX.4 realtime signals. Overhaul the interface and the
|
|
|
|
test program. Use it with the test suite?
|
1999-02-22 19:08:46 +00:00
|
|
|
* 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
|
1999-05-08 17:35:16 +00:00
|
|
|
really make sense? And while we are at it: implement a secure deletion
|
|
|
|
stuff?
|
1999-04-18 08:18:52 +00:00
|
|
|
* the pubkey encrypt functions should do some sanity checks.
|
|
|
|
* dynload: implement the hint stuff.
|
1999-07-12 12:57:54 +00:00
|
|
|
* "gpg filename.tar.gz.asc" should work like --verify (-sab).
|
1999-05-22 20:54:54 +00:00
|
|
|
* for messages created with "-t", it might make sense to append the
|
|
|
|
verification status of the message to the output (i.e. write something to
|
|
|
|
the --output file and not only to stderr.
|
1999-07-12 16:49:22 +00:00
|
|
|
* configure option where to find zlib
|
1999-07-23 12:03:01 +00:00
|
|
|
* Display more validity information about the user IDs at certain places.
|
|
|
|
We need a more general function to extract such kind of info from the
|
|
|
|
trustdb.
|
|
|
|
* Evaluate whether it make sense to replace the namehashs either by
|
|
|
|
using the user ID directly or by using pointers into the trustdb.
|
1999-08-04 08:45:27 +00:00
|
|
|
* --gen-prime may trigger a log_bug; should be a log_fatal.
|
1999-05-22 20:54:54 +00:00
|
|
|
|