Compare commits
2 Commits
master
...
dkg/fix-48
Author | SHA1 | Date | |
---|---|---|---|
|
c4cf527ea2 | ||
|
f2aeb2563b |
@ -2961,6 +2961,7 @@ gpg_keylist_build_options (engine_gpg_t gpg, int secret_only,
|
||||
gpg_error_t err;
|
||||
|
||||
err = add_arg (gpg, "--with-colons");
|
||||
err = add_arg (gpg, "--with-keygrip");
|
||||
|
||||
/* Since gpg 2.1.15 fingerprints are always printed, thus there is
|
||||
* no more need to explicitly request them. */
|
||||
|
@ -91,7 +91,7 @@
|
||||
"can_sign": true,
|
||||
"can_certify": true,
|
||||
"can_authenticate": true,
|
||||
"secret": true,
|
||||
"secret": false,
|
||||
"is_qualified": false,
|
||||
"protocol": "OpenPGP",
|
||||
"fingerprint": "D695676BDCEDCC2CDD6152BCFE180B1DA9E3B0B2",
|
||||
|
Loading…
Reference in New Issue
Block a user