diff options
author | Werner Koch <[email protected]> | 2019-07-05 07:31:58 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2019-07-05 08:33:13 +0000 |
commit | 96bf8f477805bae58cfb77af8ceba418ff8aaad9 (patch) | |
tree | 5bb1ce772c99b93909a992fce98d945dbcb0ba2d /g10/keyserver.c | |
parent | wkd: Change client/server limit back to 64 KiB (diff) | |
download | gnupg-96bf8f477805bae58cfb77af8ceba418ff8aaad9.tar.gz gnupg-96bf8f477805bae58cfb77af8ceba418ff8aaad9.zip |
gpg: With --auto-key-retrieve prefer WKD over keyservers.
* g10/mainproc.c (check_sig_and_print): Print a hint on how to make
use of the preferred keyserver. Remove keyserver lookup just by the
keyid. Try a WKD lookup before a keyserver lookup.
--
The use of the the keyid for lookups does not make much sense anymore
since for quite some time we do have the fingerprint as part of the
signature.
GnuPG-bug-id: 4595
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'g10/keyserver.c')
-rw-r--r-- | g10/keyserver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/keyserver.c b/g10/keyserver.c index 3a6fe69a8..b07afb128 100644 --- a/g10/keyserver.c +++ b/g10/keyserver.c @@ -333,7 +333,7 @@ parse_keyserver_uri (const char *string,int require_scheme) { /* Three slashes means network path with a default host name. This is a hack because it does not crok all possible - combiantions. We should better repalce all code bythe parser + combinations. We should better replace all code by the parser from http.c. */ keyserver->path = xstrdup (uri+2); } |