diff options
author | Werner Koch <wk@gnupg.org> | 1998-05-15 20:49:19 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 1998-05-15 20:49:19 +0200 |
commit | f9a70437820d05f7f98ffd1c9003edd83872e9b5 (patch) | |
tree | dc17bdc0dea76ddc28ae651a3dc341b83784dd12 /TODO | |
parent | can create v4 signatures (diff) | |
download | gnupg2-f9a70437820d05f7f98ffd1c9003edd83872e9b5.tar.xz gnupg2-f9a70437820d05f7f98ffd1c9003edd83872e9b5.zip |
new releaseV0-2-18
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 21 |
1 files changed, 10 insertions, 11 deletions
@@ -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) |