Summary | submitting public key to keyserver fails |
Queue | IMP |
Queue Version | 5.0.15 |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | slusarz (at) horde (dot) org |
Requester | nathan (at) lstc (dot) com |
Created | 01/18/2012 (4926 days ago) |
Due | |
Updated | 12/17/2013 (4227 days ago) |
Assigned | |
Resolved | 11/13/2013 (4261 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
commit 09c1913ecd9fbaebbfc72ae4be4f2472c62dd8ed
Author: Michael M Slusarz <slusarz@horde.org>
Date: Tue Nov 12 18:28:58 2013 -0700
[mms] Move PGP keyserver code to a separate
Horde_Crypt_Pgp_Keyserver class.
[mms] PGP keyserver code now uses Horde_Http_Client to connect to
the keyserver.
[mms] Fix submitting PGP keys to a public keyserver (
Bug #10931).framework/Crypt/lib/Horde/Crypt/Pgp.php | 199 +++--------------
framework/Crypt/lib/Horde/Crypt/Pgp/Keyserver.php | 236
++++++++++++++++++++
framework/Crypt/package.xml | 26 ++-
.../Crypt/test/Horde/Crypt/PgpKeyserverTest.php | 24 +-
framework/Crypt/test/Horde/Crypt/conf.php.dist | 2 +-
5 files changed, 306 insertions(+), 181 deletions(-)
http://git.horde.org/horde-git/-/commit/09c1913ecd9fbaebbfc72ae4be4f2472c62dd8ed
commit 47502c301a032da8d90d3f663fe055ca62d3449a
Author: Michael M Slusarz <slusarz@horde.org>
Date: Tue Nov 12 18:28:58 2013 -0700
[mms] Move PGP keyserver code to a separate
Horde_Crypt_Pgp_Keyserver class.
[mms] PGP keyserver code now uses Horde_Http_Client to connect to
the keyserver.
[mms] Fix submitting PGP keys to a public keyserver (
Bug #10931).framework/Crypt/lib/Horde/Crypt/Pgp.php | 199 +++--------------
framework/Crypt/lib/Horde/Crypt/Pgp/Keyserver.php | 236
++++++++++++++++++++
framework/Crypt/package.xml | 26 ++-
.../Crypt/test/Horde/Crypt/PgpKeyserverTest.php | 24 +-
framework/Crypt/test/Horde/Crypt/conf.php.dist | 2 +-
5 files changed, 306 insertions(+), 181 deletions(-)
http://git.horde.org/horde-git/-/commit/47502c301a032da8d90d3f663fe055ca62d3449a
commit 43c3dd7abd06ce6a566c5ba23d834591b08f3a7a
Author: Michael M Slusarz <slusarz@horde.org>
Date: Tue Nov 12 18:28:58 2013 -0700
[mms] Move PGP keyserver code to a separate
Horde_Crypt_Pgp_Keyserver class.
[mms] PGP keyserver code now uses Horde_Http_Client to connect to
the keyserver.
[mms] Fix submitting PGP keys to a public keyserver (
Bug #10931).framework/Crypt/lib/Horde/Crypt/Pgp.php | 199 +++--------------
framework/Crypt/lib/Horde/Crypt/Pgp/Keyserver.php | 236
++++++++++++++++++++
framework/Crypt/package.xml | 26 ++-
.../Crypt/test/Horde/Crypt/PgpKeyserverTest.php | 24 +-
framework/Crypt/test/Horde/Crypt/conf.php.dist | 2 +-
5 files changed, 306 insertions(+), 181 deletions(-)
http://git.horde.org/horde-git/-/commit/43c3dd7abd06ce6a566c5ba23d834591b08f3a7a
commit 03ca5ae47839ffe58eb82012418007fa86dd6b38
Author: Michael M Slusarz <slusarz@horde.org>
Date: Tue Nov 12 18:28:58 2013 -0700
[mms] Move PGP keyserver code to a separate
Horde_Crypt_Pgp_Keyserver class.
[mms] PGP keyserver code now uses Horde_Http_Client to connect to
the keyserver.
[mms] Fix submitting PGP keys to a public keyserver (
Bug #10931).framework/Crypt/lib/Horde/Crypt/Pgp.php | 199 +++--------------
framework/Crypt/lib/Horde/Crypt/Pgp/Keyserver.php | 236
++++++++++++++++++++
framework/Crypt/package.xml | 26 ++-
.../Crypt/test/Horde/Crypt/PgpKeyserverTest.php | 24 +-
framework/Crypt/test/Horde/Crypt/conf.php.dist | 2 +-
5 files changed, 306 insertions(+), 181 deletions(-)
http://git.horde.org/horde-git/-/commit/03ca5ae47839ffe58eb82012418007fa86dd6b38
Assigned to Michael Slusarz
State ⇒ Resolved
commit 6defd320c3049fac13514d9555f05452ea05b3da
Author: Michael M Slusarz <slusarz@horde.org>
Date: Tue Nov 12 18:28:58 2013 -0700
[mms] Move PGP keyserver code to a separate
Horde_Crypt_Pgp_Keyserver class.
[mms] PGP keyserver code now uses Horde_Http_Client to connect to
the keyserver.
[mms] Fix submitting PGP keys to a public keyserver (
Bug #10931).framework/Crypt/lib/Horde/Crypt/Pgp.php | 199 +++--------------
framework/Crypt/lib/Horde/Crypt/Pgp/Keyserver.php | 236
++++++++++++++++++++
framework/Crypt/package.xml | 26 ++-
.../Crypt/test/Horde/Crypt/PgpKeyserverTest.php | 24 +-
framework/Crypt/test/Horde/Crypt/conf.php.dist | 2 +-
5 files changed, 306 insertions(+), 181 deletions(-)
http://git.horde.org/horde-git/-/commit/6defd320c3049fac13514d9555f05452ea05b3da
appear to automatically get public keys. But uploads always give
the incorrect error,
"Key already exists on the public keyserver"
even when the key does not exist.
public key generated to the keyserver (pgp.mit.edu). Horde keeps
saying "Key already exists on the public keyserver"
While I try search through web interface of pgp.mit.edu, there is no
such key there.
This is one of those features/actions that SHOULDN'T be made
inherently simple - uploading should only be done when a user fully
understands the consequences and/or reasoning for doing so.
*easier* for users. It's probably debatable whether this is our job,
but it's as good our job as anyone else's. And if not making it easy
in a mail client where it's used most often, where else?
This is one of those features/actions that SHOULDN'T be made
inherently simple - uploading should only be done when a user fully
understands the consequences and/or reasoning for doing so.
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ submitting public key to keyserver fails
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
appear to automatically get public keys. But uploads always give the
incorrect error,
"Key already exists on the public keyserver"
even when the key does not exist.