diff options
author | Werner Koch <wk@gnupg.org> | 1998-02-02 15:36:06 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 1998-02-02 15:36:06 +0100 |
commit | c8f12e218f81f9211920b6fe50a786b617a2aeae (patch) | |
tree | d042319be043090b02df4396c9880398b2b831ea /TODO | |
parent | auf tobold (diff) | |
download | gnupg2-c8f12e218f81f9211920b6fe50a786b617a2aeae.tar.xz gnupg2-c8f12e218f81f9211920b6fe50a786b617a2aeae.zip |
changed structure of trustdb
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -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 |