diff options
author | Werner Koch <wk@gnupg.org> | 1999-05-22 22:54:54 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 1999-05-22 22:54:54 +0200 |
commit | 9131432b4d17af907b9a235985864f1e88f571ff (patch) | |
tree | 64a60b3115ee1bfcba806c4b07919c6819e0c702 /TODO | |
parent | See ChangeLog: Thu May 20 14:04:08 CEST 1999 Werner Koch (diff) | |
download | gnupg2-9131432b4d17af907b9a235985864f1e88f571ff.tar.xz gnupg2-9131432b4d17af907b9a235985864f1e88f571ff.zip |
See ChangeLog: Sat May 22 22:47:26 CEST 1999 Werner Koch
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. + |