summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>1997-12-09 13:46:23 +0100
committerWerner Koch <wk@gnupg.org>1997-12-09 13:46:23 +0100
commit935965049d424d3bb69efb672f9f44c36e7cbcb6 (patch)
tree37113923fa101828e1b43a8a71b9a85e17cd82a8 /TODO
parentdetached signatures are working (diff)
downloadgnupg2-935965049d424d3bb69efb672f9f44c36e7cbcb6.tar.xz
gnupg2-935965049d424d3bb69efb672f9f44c36e7cbcb6.zip
fingerprints and self signatures added
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 4 insertions, 4 deletions
diff --git a/TODO b/TODO
index 03f4faa4b..21e51d0c1 100644
--- a/TODO
+++ b/TODO
@@ -4,15 +4,13 @@
this shoud espceially done for the buffer in the chain.
* add a way to difference between errors and eof in the underflow/flush
function of iobuf.
- * filter all output read from the input when displaying it to the user.
+ * check that all output is filtered when displayed.
* keyring editing
* add trust stuff
* make ttyio.c work (hide passwords etc..)
- * add detached signatures
* add option file handling.
* use correct ASN values for DEK encoding
* add checking of armor trailers
- * fix the memory stuff (secure memory)
* add real secure memory
* look for a way to reuse RSA signatures
* find a way to remove the armor filter after it
@@ -24,10 +22,12 @@
* enable a SIGSEGV handler while using zlib functions
* PGP writes the signature and then the file, this is not
- a good idea, we can't write such files if we take input rom stdin.
+ a good idea, we can't write such files if we take input from stdin.
So the solution will: accept such packet, but write
signature the corret way: first the data and then the signature[s]
this is much easier to check, also we must read the entire data
before we can check wether we have the pubkey or not. The one-pass
signature packets should be implemented to avoid this.
+ * compress does not work always!
+