diff options
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,4 +1,6 @@ + * Don't access the trustdb if always-trust is active. + * add some status output put for signing and encryption. replace the putc in primegen with some kind of status-fd outputs. @@ -33,7 +35,7 @@ Nice to have or better readline. * Print a warning if the directory mode is wrong. * replace the keyserver stuff either by a call to a specialized - utility or SOCKSify the stuff. + utility and SOCKSify this utility. * Do a real fix for bug #7 or document that it is a PGP 5 error. * clearsig: Keep lineendings while writing the output of a clearsig * preferences of hash algorithms are not yet used. @@ -52,4 +54,8 @@ Nice to have * "gpg filename.tar.gz.asc" sollte wie mit --verify funktionieren (-sab). * Den Dateinamen aus der message nicht benutzen, sondern nur das gpg/asc strippen. + * 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. + |