1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-04 22:57:47 +02:00

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
This commit is contained in:
Werner Koch 2016-05-18 09:46:22 +02:00
parent ff71521d96
commit cf97769906
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B

View File

@ -834,8 +834,6 @@ cmd_wkd_get (assuan_context_t ctx, char *line)
uri = strconcat ("https://", uri = strconcat ("https://",
domain, domain,
"/.well-known/openpgpkey/hu/", "/.well-known/openpgpkey/hu/",
domain,
"/",
encodedhash, encodedhash,
NULL); NULL);
if (!uri) if (!uri)