[Pkg-gnupg-commit] [gnupg2] 08/102: dirmngr: Adjust the WKD lookup to specs version -01.
Daniel Kahn Gillmor
dkg at fifthhorseman.net
Fri Jun 17 00:14:49 UTC 2016
This is an automated email from the git hooks/post-receive script.
dkg pushed a commit to branch experimental
in repository gnupg2.
commit cf97769906337d65289ad58225a5ecc53c715550
Author: Werner Koch <wk at gnupg.org>
Date: Wed May 18 09:46:22 2016 +0200
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
---
dirmngr/server.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/dirmngr/server.c b/dirmngr/server.c
index 80ce5b5..bca0d8e 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)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gnupg2.git
More information about the Pkg-gnupg-commit
mailing list