gpgme doesn't seem to return the signatures

Folkert van Heusden folkert at vanheusden.com
Fri May 20 15:28:23 CEST 2005


Ah great, that fixed it! Thanks.

On Fri, May 20, 2005 at 09:41:25PM +0900, Randall Wood wrote:
> see the function gpgme_set_keylist_mode(gpgme_ctx_t CTX, 
> gpgme_keylist_mode_t MODE)
> to solve your problem. Since I only use gpgme via the GPGME.framework 
> Objective-C wrapper, I can't help beyond that except to note that gpgme 
> by default will not list signatures.
> 
> On 20 May 2005, at 21:34, Folkert van Heusden wrote:
> 
> >I'm doing:
> >        (void)gpgme_check_version(NULL);
> >        err = gpgme_new(&ctx);
> >        err = gpgme_op_keylist_start (ctx, NULL, 0);
> >	err = gpgme_op_keylist_next(ctx, &r_key);
> >	gpgme_user_id_t uids = r_key -> uids;
> >	...for each uid...
> >		gpgme_key_sig_t sigs = uids -> signatures;
> >
> >Now sigs in this case is *always* NULL!
> >And I've verified (with gpg --list-sigs) that *all* keys have one or 
> >more signature.


Folkert van Heusden

-- 
Auto te koop, zie: http://www.vanheusden.com/daihatsu.php
Op zoek naar een IT of Finance baan? Mail me voor de mogelijkheden.
--------------------------------------------------------------------
 UNIX admin? Then give MultiTail (http://vanheusden.com/multitail/) 
 a try, it brings monitoring logfiles to a different level! See     
 http://vanheusden.com/multitail/features.html for a feature-list.  
--------------------------------------------------------------------
Phone: +31-6-41278122, PGP-key: 1F28D8AE
Get your PGP/GPG key signed at www.biglumber.com!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 282 bytes
Desc: Digital signature
Url : /pipermail/attachments/20050520/fe1f6d16/attachment.pgp


More information about the Gnupg-devel mailing list