diff options
author | Werner Koch <[email protected]> | 1999-03-08 19:50:18 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1999-03-08 19:50:18 +0000 |
commit | b31145f3e25a3dd99ad2b84a4cd7ec0f43aafe2f (patch) | |
tree | c55d9d29f4fe50c598024dbaa31f8fb9f4c56299 /BUGS | |
parent | add some demo keys (diff) | |
download | gnupg-b31145f3e25a3dd99ad2b84a4cd7ec0f43aafe2f.tar.gz gnupg-b31145f3e25a3dd99ad2b84a4cd7ec0f43aafe2f.zip |
See ChangeLog: Mon Mar 8 20:47:17 CET 1999 Werner Koch
Diffstat (limited to 'BUGS')
-rw-r--r-- | BUGS | 37 |
1 files changed, 1 insertions, 36 deletions
@@ -18,12 +18,6 @@ and after about half a day in the rsync snapshots. and pgp263in has problems if the clearsign has been created by pgp263ia. -[***] #2 1999-02-21 - Problem while importing or deleting public keys in 0.9.3 - 0.9.2 - worked fine. Error message: - gpg:[stdin]: key A6A59DB9: secret key not found: public key not found - FIX: 1999-02-22 wk - [ *] #3 --list-packets should continue even w/o a passphrase (or in batch mode). Maybe we have to move it to a separate program?? @@ -50,35 +44,6 @@ and after about half a day in the rsync snapshots. Buserror on IRIX 6.4: Crash while doing a keygen. I think while creating the prime. Other buserrors are reported when doing a "gpg README" on sparc-solaris2.6. - --> I hope I've fixed this: Please, can check someone it. + --> I hope I've fixed this: Please, can someone check this. I can't reproduce it on the alpha I have access to. -[ *] #7 1999-02-22 <[email protected]> 0.9.3 - Conventional encrytion incompatibilty: - $ gpg -c --cipher-algo cast5 --compress-algo 1 --no-comment secrets.txt - Creates a file that gpg can decrypt, but PGP 5.5 has problems with it. - PGP decrypts 6416k out of 6424k, then complains with "PGP Warning", - "The keyring contains a bad (corrupted) PGP packet". The resulting - file is missing information from the front. - [26.02.99: temporary fix in encrypt_simple()] - -[ *] #8 1999-02-25 <[email protected]> 0.9.3 - %gpg --encrypt -r [email protected] --batch foo - gpg: Warning: using insecure memory! - gpg: 11C23F61: no info to calculate a trust probability - This creates a symmetrically encrypted message WITHOUT a session key - encrypted with public cryptographic(i.e. foo.gpg). This is probably - FIX: 199-02-26 wk - -[ **] #9 1999-02-25 - Misalignment in md5.c#md5_write. - FIX: 1999-02-26 wk - -[ **] #10 1999-03-01 - Armor detection code is broken. Direct import of keyrings is not possible. - FIX: 1999-03-02 wk - -[***] #11 1999-02-25 - "cipher algo 10 not found". - FIX: 1999-02-25 wk - |