Re: Parse LISTKEYS output

2015-06-05 Thread Werner Koch
On Fri, 5 Jun 2015 11:39, dfa...@digiflak.com said: Sorry, I read gpgme manual one more time, and find all i need. For reference: The following GPGME fucntion can be used: -- Function: gpgme_error_t gpgme_op_import_keys (gpgme_ctx_t CTX, gpgme_key_t *KEYS) The function

Re: Parse LISTKEYS output

2015-06-05 Thread Dmitry Falko
Thanks to all who responded! 05.06.2015 13:05, Werner Koch wrote: On Fri, 5 Jun 2015 11:39, dfa...@digiflak.com said: Sorry, I read gpgme manual one more time, and find all i need. For reference: The following GPGME fucntion can be used: -- Function: gpgme_error_t gpgme_op_import_keys

Re: Parse LISTKEYS output

2015-06-04 Thread Neal H. Walfield
Hi, At Thu, 04 Jun 2015 12:06:42 +0300, Dmitry Falko wrote: Is there a common way to parse data returned from LISTKEYS command. Callback function receives buffer with colon-separated information about certificate, i need fingerprint to use it with IMPORT --re-import command. Are you running:

Parse LISTKEYS output

2015-06-04 Thread Dmitry Falko
Hi! Is there a common way to parse data returned from LISTKEYS command. Callback function receives buffer with colon-separated information about certificate, i need fingerprint to use it with IMPORT --re-import command. -- Best Regards! ___