Summary | For idn-adresses (umlaut-domains) the punny-code address should be used to create GPG keys |
Queue | IMP |
Queue Version | 6.1.4 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | peter.meier+horde (at) immerda (dot) ch |
Created | 10/06/2013 (4289 days ago) |
Due | |
Updated | 10/07/2013 (4288 days ago) |
Assigned | |
Resolved | 10/07/2013 (4288 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Assigned to Michael Slusarz
State ⇒ Resolved
commit 31147d950c514390c6ba5986f77fc3de3347c94a
Author: Michael M Slusarz <slusarz@horde.org>
Date: Sun Oct 6 20:27:08 2013 -0600
Bug #12737: Fix creating PGP keys for email with IDN domainimp/lib/Prefs/Special/PgpPrivateKey.php | 2 +-
imp/package.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/31147d950c514390c6ba5986f77fc3de3347c94a
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ For idn-adresses (umlaut-domains) the punny-code address should be used to create GPG keys
Type ⇒ Bug
State ⇒ Unconfirmed
to create a GPG key, Horde is proposing the idn-domain as an
emailadress for the key. However, GPG can't use such addresses and
requires the punny-code domain. Therefore, creating a key fails with
the message: ""Error when parsing dot-atom.""
If one puts the punny-code domain into the address field for the new
key, everything works fine.
So either Horde should propose the punny-code address as the e-mail
address for the gpg-key, or transparently translate from the
idn-address to the punny-code address while passing things down to gpg.