[issue77] gpgsm --list-external-keys <fingerprint> doesn't work

Marc Mutz aegypten-issues at intevation.de
Thu Feb 5 19:31:36 CET 2004


New submission from Marc Mutz <marc at klaralvdalens-datakonsult.se>:

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 <aegypten-issues at intevation.de>
<https://intevation.de/roundup/aegypten/issue77>
______________________________________________________



More information about the Gpa-dev mailing list