[Tickets #13190] Re: import of large keyfiles fails
noreply at bugs.horde.org
noreply at bugs.horde.org
Fri May 23 21:16:52 UTC 2014
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/13190
------------------------------------------------------------------------------
Ticket | 13190
Updated By | Michael Slusarz <slusarz at horde.org>
Summary | import of large keyfiles fails
Queue | IMP
Version | 6.1.7
Type | Bug
State | Feedback
Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
Michael Slusarz <slusarz at horde.org> (2014-05-23 15:16) wrote:
> But IMP can't handle keyfiles that are exported by gpg command line.
> I exported my whole public keyring with "gpg -a --output $FILE
> --export".
> This file contains all public keys without a separator
There's your problem. Horde/IMP only supports armored PGP data. From
Horde_Crypt_Pgp_Parse:
"Provides method to parse PGP armored text data."
We don't support binary data.
For what it's worth, your gpg appears to be broken. "-a" means to
output armored text. And it works here:
slusarz at bigworm % gpg -a --export
-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: GnuPG v2.0.22 (GNU/Linux)
[snip]
More information about the bugs
mailing list