[#8351] Verifying PGP passphrases is broken
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

History
06/18/09 Michael Slusarz Comment #2
State ⇒ Resolved
Reply to this comment
I'm sure I originally removed that code because the documentation is 
clear that 'recips' is mandatory.  So I have re-added the necessary 
'recips' generation code to verifyPassphrase().
06/15/09 Jan Schneider Comment #1
State ⇒ Assigned
Patch ⇒
Milestone ⇒
Assigned to Michael Slusarz
Queue ⇒ Horde Framework Packages
Summary ⇒ Verifying PGP passphrases is broken
Type ⇒ Bug
Priority ⇒ 2. Medium
Reply to this comment
PGP passphrases for the private key can't be verified at the moment. 
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.