diff options
author | Werner Koch <wk@gnupg.org> | 1998-03-19 16:27:29 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 1998-03-19 16:27:29 +0100 |
commit | 6b91e7762c65097a103b2b17db304a4d85b3573d (patch) | |
tree | 4303dbf887db8130c58e1025cac3c8fe291c6ceb /TODO | |
parent | NEw test keyrings (diff) | |
download | gnupg2-6b91e7762c65097a103b2b17db304a4d85b3573d.tar.xz gnupg2-6b91e7762c65097a103b2b17db304a4d85b3573d.zip |
some cleanups
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 14 |
1 files changed, 8 insertions, 6 deletions
@@ -6,12 +6,12 @@ function of iobuf. * add checking of armor trailers * remove all "Fixmes" - * speed up the RIPE-MD-160 - * add signal handling + * enable a SIGSEGV handler while using zlib functions - * complete cipher/cast.c - * complete cipher/dsa.c + * complete cipher/cast.c -- have to use the PGP CFBug + + * key generation for dsa and subpacket support. * Burn the buffers used by fopen(), or use read(2). @@ -34,9 +34,11 @@ * 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. + * add fingerprint/keyid hashing. We need a new filed in PKC to + flag that we may have a cached signature for this (and use the address + of PKC to lookup the hash). + |