| Summary | Verifying PGP passphrases is broken |
| Queue | Horde Framework Packages |
| Queue Version | Git master |
| Type | Bug |
| State | Resolved |
| Priority | 2. Medium |
| Owners | Michael Slusarz <slusarz (at) horde (dot) org> |
| Requester | Jan Schneider <jan (at) horde (dot) org> |
| Created | 06/15/09 (276 days ago) |
| Due | |
| Updated | 06/18/09 (273 days ago) |
| Assigned | |
| Resolved | 06/18/09 (273 days ago) |
| Attachments | |
| Milestone | |
| Patch | No |
State ⇒ Resolved
clear that 'recips' is mandatory. So I have re-added the necessary
'recips' generation code to verifyPassphrase().
State ⇒ Assigned
Patch ⇒
Milestone ⇒
Assigned to Michael Slusarz
Queue ⇒ Horde Framework Packages
Summary ⇒ Verifying PGP passphrases is broken
Type ⇒ Bug
Priority ⇒ 2. Medium
The reason is that the complete first if-clause has been removed from
Horde_Crypt_Pgp during the H4 conversion. We don't specify 'recips'
when doing the test encryption to verify the passphrase. And the code
is no longer trying to get the recipients from the specified public key.