diff options
author | Werner Koch <[email protected]> | 1999-05-23 18:32:31 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1999-05-23 18:32:31 +0000 |
commit | 0a43b9777381333cb6eeadeacb27622db5f03039 (patch) | |
tree | 27e7a5d26fd3495719c0a2ede065fa9b310f8789 /OBUGS | |
parent | mkwebpage (diff) | |
download | gnupg-0-9-7.tar.gz gnupg-0-9-7.zip |
See ChangeLog: Sun May 23 20:25:57 CEST 1999 Werner KochV0-9-7
Diffstat (limited to '')
-rw-r--r-- | OBUGS | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -4,6 +4,15 @@ (format: severity: [ *] to [***], no, first reported, by, version) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +[ *] #1 + pgp263in works fine even with a source file with CR,LF but GnuPG + and pgp263in has problems if the clearsign has been created by + pgp263ia. The reason for this problem is that pgp2 sometimes + converts CR,LF to CR,CR,LF and to fix for this it hashes both + versions. I was able to reproduce such a problem, that PGP263in + was not able to verify it's own signature. + FIX: 1999-05-19 (Most cases are now handled) + [***] #2 1999-02-21 Problem while importing or deleting public keys in 0.9.3 - 0.9.2 worked fine. Error message: @@ -64,4 +73,7 @@ Verifying detached signatures with an empty file yields a rc of 0. FIX: 1999-05-06 +[ **] #17 1999-05-18 <[email protected]> 0.9.6 + Import does not detect identical user IDs. + FIX: 1999-05-22 |