1998-10-18 15:21:22 +00:00
|
|
|
|
1999-03-14 18:35:18 +00:00
|
|
|
* add some status output put for signing and encryption.
|
1999-03-17 12:13:04 +00:00
|
|
|
replace the putc in primegen with some kind of status-fd outputs.
|
1999-03-14 18:35:18 +00:00
|
|
|
|
1999-04-28 11:06:52 +00:00
|
|
|
* Speed up calculation of key validity.
|
1998-11-13 19:41:41 +00:00
|
|
|
|
1999-04-18 08:18:52 +00:00
|
|
|
* See why we always get this "Hmmm, public key not anymore available"
|
1999-01-03 14:33:35 +00:00
|
|
|
|
1999-04-26 15:53:01 +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-25 17:51:55 +00:00
|
|
|
* when decryptiong multiple key: print a warning only if no usable pubkey
|
1999-02-26 16:59:48 +00:00
|
|
|
encrypt package was found. Extension: display a list of all recipients.
|
1999-02-24 10:12:32 +00:00
|
|
|
|
1999-03-17 12:13:04 +00:00
|
|
|
* Add NO_PUBKEY and NO_SECKEY status lines.
|
1999-03-14 18:35:18 +00:00
|
|
|
|
1999-04-09 10:34:44 +00:00
|
|
|
* Solaris make has problems with the generated POTFILES - seems to be a
|
1999-03-20 10:53:39 +00:00
|
|
|
gettext bug.
|
1999-03-14 18:35:18 +00:00
|
|
|
|
1999-04-18 08:18:52 +00:00
|
|
|
* cvs -d :pserver:anoncvs@anoncvs.gnu.org:/gd/gnu/anoncvsroot co common
|
|
|
|
|
1999-04-18 18:53:34 +00:00
|
|
|
* find a way to allow the import of non-self-signed keys. This is needed
|
|
|
|
for the IN ENCR/SIGN hack.
|
1999-01-12 10:20:24 +00:00
|
|
|
|
1998-12-23 12:41:40 +00:00
|
|
|
Nice to have
|
|
|
|
------------
|
1999-04-18 08:18:52 +00:00
|
|
|
* Offcial 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-04-09 10:34:44 +00:00
|
|
|
* Print a warning if the directory mode is wrong.
|
1999-03-20 10:53:39 +00:00
|
|
|
* replace the keyserver stuff either by a call to a specialized
|
|
|
|
utility or SOCKSify the stuff.
|
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-03-02 15:48:37 +00:00
|
|
|
* clearsig: Keep lineendings while writing the output of a clearsig
|
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.
|
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
|
|
|
|
really make sense?
|
|
|
|
* change the fake_data stuff to mpi_set_opaque
|
|
|
|
* Stats about used random numbers.
|
1999-04-18 08:18:52 +00:00
|
|
|
* the pubkey encrypt functions should do some sanity checks.
|
|
|
|
* dynload: implement the hint stuff.
|
1999-01-07 17:05:48 +00:00
|
|
|
|