aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO15
1 files changed, 15 insertions, 0 deletions
diff --git a/TODO b/TODO
index 461abb447..9833173c9 100644
--- a/TODO
+++ b/TODO
@@ -2,6 +2,9 @@
* Replace --trusted-keys by a local certificate (which does not get
exported).
+ * add some status output put for signing and encryption.
+ replace the puc in primegen with some kind of status-fd outputs.
+
* Finish the EGD module.
* Implement 256 bit key Twofish (wait until the 2nd AES conference).
@@ -22,6 +25,18 @@
* when decryptiong multiple key: print a warning only if no usable pubkey
encrypt package was found. Extension: display a list of all recipients.
+* an ERRSIG argument like
+ ERRSIG <keyid>, where <keyid> is the id of the missing public key
+ or a new keyword
+ PUBLIC_MISSING <keyid>
+* a status line complaining about a missing secret key like
+ SECRET_MISSING <keyid>, where <keyid> is the id of the missing secret key
+* a status line complaining about a bad passphrase like
+ BADPASS
+
+
+
+
Nice to have
------------