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 (gpg

Re: Parse LISTKEYS output

2015-06-05 Thread Dmitry Falko
Sorry, I read gpgme manual one more time, and find all i need. 05.06.2015 12:29, Dmitry Falko пишет: I can't use gpgme, because it doesn't have(or I couldn't find) specific functions. I need IMPORT key function with --re-import flag. I do it from C and use libassuan. I do some

Re: Parse LISTKEYS output

2015-06-05 Thread Dmitry Falko
rn colon-separated information about certificate IMPORT --re-import 04.06.2015 19:06, Neal H. Walfield wrote: 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

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! ___ Gnupg-

gpgsm --list-external-keys over TLS

2015-05-14 Thread Dmitry Falko
Hello! Is it possible to connect to the ldap server by TLS(ldaps). -- Best Regards! ___ Gnupg-users mailing list Gnupg-users@gnupg.org http://lists.gnupg.org/mailman/listinfo/gnupg-users

Re: Ability to send certificates to public(or private) server

2015-04-30 Thread Dmitry Falko
On Thu, 30 Apr 2015 13:21, dfa...@digiflak.com said: I try to use it direct, but can't. gpgsm says: "no public key", but if I import key direct from file it works fine. It is because external key is ephemeral? Yeah, is is a bit weird. We developed this along with Kleopatra and GPA and thus s

Re: Ability to send certificates to public(or private) server

2015-04-30 Thread Dmitry Falko
Thank you for your help, I appreciate it very much! You can export and import them to make the visible but you may also use them direct. The Assuan interface for import as an extra option to make this for efficient. I try to use it direct, but can't. gpgsm says: "no public key", but if I i

Re: Ability to send certificates to public(or private) server

2015-04-29 Thread Dmitry Falko
Ok list-external-keys return information about cert, but how can i receive(download) this cert to use it with gpgsm? 29.04.2015 15:53, Werner Koch пишет: On Wed, 29 Apr 2015 11:56, dfa...@digiflak.com said: I can't find any information about this command in master branch, could you point me w

Re: Ability to send certificates to public(or private) server

2015-04-29 Thread Dmitry Falko
Thanks for the reply. Current gpgsm does not have these commands at all. I check the 2.0.26, in master branch this commands are commented. No, there are no public X.509 servers. You need to configure LDAP servers in dirmngr and use gpgsm --search-external-keys. In truth, I am interested in

Ability to send certificates to public(or private) server

2015-04-29 Thread Dmitry Falko
Hello! In GPG we can send or retrieve keys from a public server. GPGSM have commands send-keys and recv-keys, but their not implemented. Do you plan to add this functionality? -- Best Regards! ___ Gnupg-users mailing list Gnupg-users@gnupg.org htt

Certificate server

2015-04-27 Thread Dmitry Falko
Hello! First of all, sorry for my english. I use gpgsm (x.509 certificates) to encrypt the data and wanted to know whether there is a chance to work through gpgsm with certificates server as GPG works with the key server. I saw that Cleopatra can recieve x.509 certificates from ldap server, b