diff options
author | Werner Koch <[email protected]> | 1999-04-05 20:11:52 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1999-04-05 20:11:52 +0000 |
commit | 88d44edc56e8dac254e2cc5837d88cacfdfb076c (patch) | |
tree | 47f3efc638dce54bbf6c31ddf1743526cdd9ba1d | |
parent | See ChangeLog: Sat Mar 20 18:03:17 CET 1999 Werner Koch (diff) | |
download | gnupg-88d44edc56e8dac254e2cc5837d88cacfdfb076c.tar.gz gnupg-88d44edc56e8dac254e2cc5837d88cacfdfb076c.zip |
./BUGS
Diffstat (limited to '')
-rw-r--r-- | BUGS | 21 | ||||
-rw-r--r-- | g10/armor.c | 1 | ||||
-rw-r--r-- | g10/mainproc.c | 1 |
3 files changed, 20 insertions, 3 deletions
@@ -48,5 +48,24 @@ and after about half a day in the rsync snapshots. --> IRIX bug still there -Next #13 +[ *] #13 1999-04-05 + Trying to generate very large keys fails with a BUG in read_pool() + + +[ *] #14 1999-04-05 <anonymous> + If you have the following lines in your "options" file: + load-extension twofish + cipher-algo twofish + s2k-cipher-algo twofish + and then try to "gpg --gen-key", everything goes along fine until you + verify your password. Then the program crashes with a BUG at line 226 + of passphrase.c. + + +[ **] #15 199-04-05 + Hash calculation for subkey bindings is not according to rfc2440 if + a 4 byte length header is used for the subkey. + + +Next #16 diff --git a/g10/armor.c b/g10/armor.c index cadebadbb..c49dc5cad 100644 --- a/g10/armor.c +++ b/g10/armor.c @@ -30,7 +30,6 @@ #include "iobuf.h" #include "memory.h" #include "util.h" -#include "iobuf.h" #include "filter.h" #include "packet.h" #include "options.h" diff --git a/g10/mainproc.c b/g10/mainproc.c index dd91fcc5e..bb78f4b4e 100644 --- a/g10/mainproc.c +++ b/g10/mainproc.c @@ -33,7 +33,6 @@ #include "cipher.h" #include "keydb.h" #include "filter.h" -#include "cipher.h" #include "main.h" #include "status.h" #include "i18n.h" |