aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 0 insertions, 8 deletions
diff --git a/TODO b/TODO
index b1a7313c3..18f0314cb 100644
--- a/TODO
+++ b/TODO
@@ -12,14 +12,6 @@
* add signal handling
* 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 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.
-
* complete cipher/cast.c
* complete cipher/dsa.c