Summary | Verifying PGP passphrases is broken |
Queue | Horde Framework Packages |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | slusarz (at) horde (dot) org |
Requester | jan (at) horde (dot) org |
Created | 06/15/2009 (5863 days ago) |
Due | |
Updated | 06/18/2009 (5860 days ago) |
Assigned | |
Resolved | 06/18/2009 (5860 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
clear that 'recips' is mandatory. So I have re-added the necessary
'recips' generation code to verifyPassphrase().
State ⇒ Assigned
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Verifying PGP passphrases is broken
Queue ⇒ Horde Framework Packages
Assigned to Michael Slusarz
Milestone ⇒
Patch ⇒ No
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.