aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO11
1 files changed, 8 insertions, 3 deletions
diff --git a/TODO b/TODO
index 6edd5d523..e8fabe51d 100644
--- a/TODO
+++ b/TODO
@@ -13,9 +13,7 @@
* complete cipher/cast.c
* complete cipher/dsa.c
- * add g10 stuff to Mutt's pgpinvoke.c
-
- * Burn the buffers used by fopen().
+ * Burn the buffers used by fopen(), or use read(2).
* bug: g10/trustdb.c#build_sigrecs called to often by do_list_path
and remove the bad kludge. Maybe we should put all sigs into the trustdb
@@ -34,4 +32,11 @@
them to your key and because the user id which is signed by others has
also be signed by you, all user-ids are bound together.
+ * add an option to re-create a public key from a secret key
+
+ * should we have a simple menu for all the key management options?
+
+ * cleanup mainproc.c, much stuff is duplicated.
+
+ * remove key management stuff from sign.c.