summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>1998-05-15 20:49:19 +0200
committerWerner Koch <wk@gnupg.org>1998-05-15 20:49:19 +0200
commitf9a70437820d05f7f98ffd1c9003edd83872e9b5 (patch)
treedc17bdc0dea76ddc28ae651a3dc341b83784dd12 /TODO
parentcan create v4 signatures (diff)
downloadgnupg2-f9a70437820d05f7f98ffd1c9003edd83872e9b5.tar.xz
gnupg2-f9a70437820d05f7f98ffd1c9003edd83872e9b5.zip
new releaseV0-2-18
Diffstat (limited to 'TODO')
-rw-r--r--TODO21
1 files changed, 10 insertions, 11 deletions
diff --git a/TODO b/TODO
index 3355678e3..f31cbaa97 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,12 @@
+ * make --add-key work (to add an ElGamal key to a DSA key).
+
+ * add readline support. Must enhance libreadline - Anyone?
+
+ * Burn the buffers used by fopen(), or use read(2).
+
+ * enable a SIGSEGV handler while using zlib functions
+
* improve iobuf by reading more than one byte at once,
this shoud espceially done for the buffer in the chain.
Change the buffering to a mbuf like scheme? Need it for PSST anyway.
@@ -7,11 +15,6 @@
* add checking of armor trailers
* remove all "Fixmes"
- * enable a SIGSEGV handler while using zlib functions
-
- * key generation for dsa and subpacket support.
-
- * 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
@@ -38,13 +41,9 @@
flag that we may have a cached signature for this (and use the address
of PKC to lookup the hash).
- * change the misleading usage of public key certificate to public key data
- or something like this.
-
- * fix the problems with "\v" in gettext. Add nice formatting stuff to
- argparse.c
+ * change the misleading usage of "public key certificate" to
+ "public key data" or something like this.
* replace getkey.c#enum_secret_keys
- * add readline support (Must enhance libreadline)