Re: GPG does not build on SuSE SLES 11

2010-11-19 Thread Florian Schwind
On 19.11.2010 11:12, Florian Schwind wrote: Hi all, I was not able to run the "make ckeck" for GPG 1.4.10 on a SLES 11 (i386) successfully (I also tried 1.4.11). Since I'm not sure if there is some configuration issue with my server, I'm sending this to the bug-address and t

GPG does not build on SuSE SLES 11

2010-11-19 Thread Florian Schwind
Hi all, I was not able to run the "make ckeck" for GPG 1.4.10 on a SLES 11 (i386) successfully (I also tried 1.4.11). Since I'm not sure if there is some configuration issue with my server, I'm sending this to the bug-address and the user-list as well. Maybe someone experienced similar probl

Re: gpg encryption failed no public key

2010-03-12 Thread Florian Schwind
Hi, On 12.03.2010 07:11, nagaram.c wrote: Thanks for the response, the command gpg --recepient testuserID --encrypt abc.txt I used has double dashes still I gives the same error. I think I am using the default keyring as I didn't change its location try using the "--homedir " option Tha

How to decrypt signatures with gpgme?

2010-02-25 Thread Florian Schwind
Hello List, when I create a signature with "gpg --sign", I'm able to use "gpg --decrypt" to get the plaintext from the signature. When I'm try to to this using gpgme resp. gpgme_op_decrypt (gpgme_ctx_t ctx, gpgme_data_t cipher, gpgme_data_t plain) I'm getting a GPG_ERR_NO_DATA error if ciphe

Re: gpeme_get_key returns a 'general error' after some time.

2010-02-17 Thread Florian Schwind
Hi, On 25.01.2010 13:41, Werner Koch wrote: On Mon, 25 Jan 2010 10:10, f.schw...@chili-radiology.com said: Then you need to use finer grained debug control. Probably you need to modify something in gpgme. I updated to gpg 1.4.10 and gpgme 1.2.0 but this doesn't solve the problem. I will put

Re: gpeme_get_key returns a 'general error' after some time.

2010-01-27 Thread Florian Schwind
ppens. Salam-Shalom, Werner Best Regards Florian Schwind ___ Gnupg-users mailing list Gnupg-users@gnupg.org http://lists.gnupg.org/mailman/listinfo/gnupg-users

Re: gpeme_get_key returns a 'general error' after some time.

2010-01-25 Thread Florian Schwind
Hi, On 22.01.2010 18:51, Werner Koch wrote: On Thu, 21 Jan 2010 11:43, f.schw...@chili-radiology.com said: I have some strange problems using gpg (1.4.9) resp. gpgme (1.1.4) and hope someone can help me. Please update gpgme to 1.2.0; there a couple of minor bug fixes. Further GPGME has far b

gpeme_get_key returns a 'general error' after some time.

2010-01-21 Thread Florian Schwind
meone has any idea how to fix this? Thanks for your help! Regards Florian Schwind ___ Gnupg-users mailing list Gnupg-users@gnupg.org http://lists.gnupg.org/mailman/listinfo/gnupg-users

Re: gpgme on windows

2009-03-20 Thread Florian Schwind
Gordian Klein wrote: > Is it possible to build a static library with mingw or cygwin that i can > link against with VS? Have a look at: http://clbianco.altervista.org/gnupg/eng/gnupg.html I don't think this is a complete tutorial, but I managed to compile gpgme after a few days :-). When you fini

Re: gpgme on windows

2009-03-19 Thread Florian Schwind
Gordian Klein wrote: > Hello, > > i want to use gpgme with Visual Studio on Windows. > Therefore i downloaded gpg4win and now succesfully use the > libgpgme-11.dll from it with VS. > But i have some trouble with the password callback function. > It looks like this: > > static gpgme_error_t passph

Re: PHP Frontend

2009-01-20 Thread Florian Schwind
zim2901 wrote: > I want to create a frontend to generate gpg public keys in PHP. > My question is, if it is possible to generate keys without do that dialog? > In an other forum, sombody explains that this is not possible, because of > secureness... If that is true, my whole projekt stops! The re

gpgme 1.1.7 and verify signature

2008-10-20 Thread Florian Schwind
Hello List. I tried to uses the new gpgme-1.1.7 on linux with gpg-1.4.9 and I now get a gpgme "Bad file descriptor" error when I try to verify a normal signature with "gpgme_op_verify(ctx, sig, NULL, plain);" which worked fine with gpgme-1.1.4. Anyone else discovered this behavior or can help me?

Re: keyserver with gpgme

2008-10-06 Thread Florian Schwind
Werner Koch wrote: > The latest stable one is 1.1.6,from January. However you should better > use the SVN version or this snapshot: > > ftp://ftp.g10code.com/g10code/scratch/gpgme-1.1.7-svn1327.tar.bz2 > > (that one my be removed at any time) How do I know which one is stable? And why isn't th

Re: keyserver with gpgme

2008-09-29 Thread Florian Schwind
First of all there is no t-gpgconf.c in my /tests/gpg/ directory (using the latest gpgme from gnupg.org, which is 1.1.4) And what I'm actually looking for, is a way to use a keyserver with gpgme like I'm used to with the console-application e.g. for verification: gpg --keyserver subkeys.pgp.net

keyserver with gpgme

2008-09-29 Thread Florian Schwind
Hi. It would be real nice if someone could point me in the right direction with this. I still don't know how to communicate with a keyserver using gpgME. Or is this the wrong group to ask? Thanks Florian > Hi. > > Is it possible to use a keyserver for verification of signatures with > gpgme? (

keyserver with gpgme

2008-09-19 Thread Florian Schwind
Hi. Is it possible to use a keyserver for verification of signatures with gpgme? (I think it is possible with the gpg commandline client). Best Regards Florian ___ Gnupg-users mailing list Gnupg-users@gnupg.org http://lists.gnupg.org/mailman/listinf

import and export with different gpg versions

2008-08-18 Thread Florian Schwind
Hi. I exported an key from my keyring with gpg 1.4.9 and tried to import it with gpg 1.2.4 on an other system. The import worked well until I tried to run gpg --update-trust-db which halted with an error: gpg: kein uneingeschränkt vertrauenswürdiger Schlüssel 080CB4A8 gefunden (which probabl

Re: Passphrase caching with gpgme and gpg2

2008-08-11 Thread Florian Schwind
Werner Koch wrote: On Mon, 11 Aug 2008 12:43, [EMAIL PROTECTED] said: passphrases. What is the recommended way to handle the passphrase with gpgme and gpg2? Since I'm building a server application I can not use You need to use gpg-preset-passphrase. I recently tested that I found that there

Passphrase caching with gpgme and gpg2

2008-08-11 Thread Florian Schwind
Hi. I already send this question to gnupg-devel... which might not be the right place because I didn't get an answer there :-) May be someone from gnupg-users might help me with this issue. With gpg-1.4.9 I used the passphrase_cb() from gpgme to handle passphrases. What is the recommended wa