aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO25
1 files changed, 8 insertions, 17 deletions
diff --git a/TODO b/TODO
index 9833173c9..0e35c6c8f 100644
--- a/TODO
+++ b/TODO
@@ -1,17 +1,14 @@
- * 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.
+ replace the putc in primegen with some kind of status-fd outputs.
* Finish the EGD module.
- * Implement 256 bit key Twofish (wait until the 2nd AES conference).
+ * Implement 256 bit key Twofish.
- * Check revocation and expire stuff. [I'm currently working on this.]
+ * Check revocation and expire stuff.
- * Check calculation of key validity. [I'm currently working on this.]
+ * Check calculation of key validity.
* See why we always get this "Hmmm public key lost"
@@ -25,17 +22,11 @@
* 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
-
-
+ * Add NO_PUBKEY and NO_SECKEY status lines.
+ * Add more NODATA status lines
+ * gpg --keyserver wwwkeys.us.pgp.net --importserver 0x12345678
+ (or --importserver [email protected], etc)
Nice to have