2 * add some status output put for signing and encryption.
3 replace the putc in primegen with some kind of status-fd outputs.
5 * Fix revocation and expire stuff.
7 * Check calculation of key validity.
9 * See why we always get this "Hmmm public key lost" - Is it fixed?
11 * print a warning when a revoked/expired secret key is used.
13 * remove more "Fixmes"
15 * Use capabilities if available. glibc2 does not support it yet?
16 What about 2.2 or should we use the system calls directly?
18 * when decryptiong multiple key: print a warning only if no usable pubkey
19 encrypt package was found. Extension: display a list of all recipients.
21 * Add NO_PUBKEY and NO_SECKEY status lines.
22 * Add more NODATA status lines
24 * Solaris make as problems with the generated POTFILES - seems to be a
27 * Need suffix rules for .S to produce .s for some systems
29 * do a chmod as soon as the secring is created. Print a warning if
30 the directory mode is wrong.
35 * use DEL and ^H for erasing the previous character (util/ttyio.c).
36 * replace the keyserver stuff either by a call to a specialized
37 utility or SOCKSify the stuff.
38 * Do a real fix for bug #7 or document that it is a PGP 5 error.
39 * clearsig: Keep lineendings while writing the output of a clearsig
40 * preferences of hash algorithms are not yet used.
41 * new menu to delete signatures and list signature in menu
42 * Replace the SIGUSR1 stuff by semaphores to avoid loss of a signal.
43 or use POSIX.4 realtime signals. Overhaul the interface and the
44 test program. Use it with the test suite?
45 * add test cases for invalid data (scrambled armor or other random data)
46 * add checking of armor trailers
47 * Burn the buffers used by fopen(), or use read(2). Does this
49 * change the fake_data stuff to mpi_set_opaque
50 * Stats about used random numbers.