mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* mainproc.c (check_sig_and_print), keyserver.c
(keyserver_import_pka), card-util.c (fetch_url): Always require a scheme:// for keyserver URLs except when used as part of the --keyserver command for backwards compatibility.
This commit is contained in:
parent
5bce704dd3
commit
1315171b07
4 changed files with 8 additions and 3 deletions
|
@ -623,7 +623,7 @@ fetch_url(void)
|
|||
gpg_strerror(rc));
|
||||
else if (info.pubkey_url && *info.pubkey_url)
|
||||
{
|
||||
spec=parse_keyserver_uri(info.pubkey_url,0,NULL,0);
|
||||
spec=parse_keyserver_uri(info.pubkey_url,1,NULL,0);
|
||||
if(spec && info.fpr1valid)
|
||||
{
|
||||
/* This is not perfectly right. Currently, all card
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue