Page MenuHome GnuPG

D296.id.diff
No OneTemporary

D296.id.diff

Index: gnupg2-2.1.10/g10/getkey.c
===================================================================
--- gnupg2-2.1.10/g10/getkey.c
+++ gnupg2-2.1.10/g10/getkey.c
@@ -2614,6 +2614,13 @@
continue;
}
+ if ((req_usage & PUBKEY_USAGE_SIG) && agent_probe_secret_key (NULL, pk))
+ {
+ if (DBG_LOOKUP)
+ log_debug ("\tno secret key for signing\n");
+ continue;
+ }
+
if (DBG_LOOKUP)
log_debug ("\tsubkey might be fine\n");
/* In case a key has a timestamp of 0 set, we make sure

File Metadata

Mime Type
text/plain
Expires
Fri, May 9, 8:38 AM (16 h, 13 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
23/57/bd1d640cf7347b929860e5a18da1

Event Timeline