[issue77] gpgsm --list-external-keys <fingerprint> doesn't work
Marc Mutz <[email protected]>
| Newsgroups | gmane.comp.encryption.gpg.gpa.devel |
|---|---|
| Message-ID | <[email protected]> |
New submission from Marc Mutz <[email protected]>: The algorithm for chain listing: gpgme_set_keylist_mode( ...EXTERN ); ... const char * pattern[2] = { key->chain_id, 0 }; gpgme_keylist_ext_start( ..., &pattern, ... ); gpgme_next_key( ..., &key ); therefore fails, since chain_id is the issuer's cert's fingerprint. Yes, I tried <fingerprint>, 0x<fingerprint>, <fi:ng:er:pr:in:t> and 0x<fi:ng:er:pr:in:t> on the command line - none work. ---------- assignedto: werner messages: 309 nosy: marc, werner priority: feature status: unread title: gpgsm --list-external-keys <fingerprint> doesn't work topic: gpgsm ______________________________________________________ Aegypten issue tracker <[email protected]> <https://intevation.de/roundup/aegypten/issue77> ______________________________________________________