Re: GPGME signing problem

2005-12-20 Thread Milan Lehocky
Milan On 12/20/05, Werner Koch <[EMAIL PROTECTED]> wrote: > On Thu, 15 Dec 2005 17:46:05 +0100, Milan Lehocky said: > > > fd 3: got `[GNUPG:] GET_HIDDEN passphrase.enter > > ' > > posix-io.c:340: gpgme:select on [ r3 r10 ] > > posix-io.c:386: select

Re: GPGME signing problem

2005-12-15 Thread Milan Lehocky
ing happens On 12/14/05, Werner Koch <[EMAIL PROTECTED]> wrote: > On Tue, 13 Dec 2005 17:35:05 +0100, Milan Lehocky said: > > > The passphrase callback function is never called.. - that is strange. > > I'm running SunOS 5.8. > > Please run in debug mode: &g

GPGME signing problem

2005-12-13 Thread Milan Lehocky
t;", &signers_key, 1); fail_if_err (err); err = gpgme_signers_add(ctx, signers_key); fail_if_err (err); printf("before\n"); err = gpgme_op_sign(ctx, in, out_signed, GPGME_SIG_MODE_CLEAR); printf("after\n"); // this never hapens.. But it hangs, too. Do you ha

gpgme streaming example

2005-12-02 Thread Milan Lehocky
Hi, i'm trying to write o code (using gpgme library) with on-the-fly encryption. The amount of data is about 10MB and i don't want them to be saved on the file system. Is it possible? Can you provide me an example code please? How can I use gpgme_data_new_from_stream() ? Thanks, Milan __