aboutsummaryrefslogtreecommitdiffstats
path: root/dirmngr/server.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2016-05-18 07:46:22 +0000
committerWerner Koch <[email protected]>2016-05-18 07:46:22 +0000
commitcf97769906337d65289ad58225a5ecc53c715550 (patch)
tree1ac109f16ff0e5a8e73655cce62c960744303699 /dirmngr/server.c
parentgpg: Emit new status line KEY_CONSIDERED. (diff)
downloadgnupg-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.c2
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)