mirror of
git://git.gnupg.org/gnupg.git
synced 2025-02-21 19:48:05 +01: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:
parent
ff71521d96
commit
cf97769906
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user