diff options
author | Werner Koch <wk@gnupg.org> | 1999-05-23 20:32:31 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 1999-05-23 20:32:31 +0200 |
commit | 0a43b9777381333cb6eeadeacb27622db5f03039 (patch) | |
tree | 27e7a5d26fd3495719c0a2ede065fa9b310f8789 /OBUGS | |
parent | mkwebpage (diff) | |
download | gnupg2-0a43b9777381333cb6eeadeacb27622db5f03039.tar.xz gnupg2-0a43b9777381333cb6eeadeacb27622db5f03039.zip |
See ChangeLog: Sun May 23 20:25:57 CEST 1999 Werner KochV0-9-7
Diffstat (limited to 'OBUGS')
-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 <Bodo_Moeller@public.uni-hamburg.de> 0.9.6 + Import does not detect identical user IDs. + FIX: 1999-05-22 |