summaryrefslogtreecommitdiffstats
path: root/BUGS
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>1999-04-05 22:11:52 +0200
committerWerner Koch <wk@gnupg.org>1999-04-05 22:11:52 +0200
commit88d44edc56e8dac254e2cc5837d88cacfdfb076c (patch)
tree47f3efc638dce54bbf6c31ddf1743526cdd9ba1d /BUGS
parentSee ChangeLog: Sat Mar 20 18:03:17 CET 1999 Werner Koch (diff)
downloadgnupg2-88d44edc56e8dac254e2cc5837d88cacfdfb076c.tar.xz
gnupg2-88d44edc56e8dac254e2cc5837d88cacfdfb076c.zip
./BUGS
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS21
1 files changed, 20 insertions, 1 deletions
diff --git a/BUGS b/BUGS
index 27e37940c..785a1d656 100644
--- a/BUGS
+++ b/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