mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
./BUGS
This commit is contained in:
parent
5907a7838a
commit
88d44edc56
21
BUGS
21
BUGS
@ -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
|
||||
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user