diff options
author | Werner Koch <[email protected]> | 2016-05-18 07:46:22 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2016-05-18 07:46:22 +0000 |
commit | cf97769906337d65289ad58225a5ecc53c715550 (patch) | |
tree | 1ac109f16ff0e5a8e73655cce62c960744303699 /dirmngr/server.c | |
parent | gpg: Emit new status line KEY_CONSIDERED. (diff) | |
download | gnupg-cf97769906337d65289ad58225a5ecc53c715550.tar.gz gnupg-cf97769906337d65289ad58225a5ecc53c715550.zip |
dirmngr: Adjust the WKD lookup to specs version -01.
* dirmngr/server.c (cmd_wkd_get): Remove second occurrence of the
domain part.
--
This change updates gnupg to comply with
draft-koch-openpgp-webkey-service-01
Diffstat (limited to 'dirmngr/server.c')
-rw-r--r-- | dirmngr/server.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dirmngr/server.c b/dirmngr/server.c index 80ce5b59d..bca0d8ef2 100644 --- a/dirmngr/server.c +++ b/dirmngr/server.c @@ -834,8 +834,6 @@ cmd_wkd_get (assuan_context_t ctx, char *line) uri = strconcat ("https://", domain, "/.well-known/openpgpkey/hu/", - domain, - "/", encodedhash, NULL); if (!uri) |