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 cipher

Re: How to decrypt signatures with gpgme?

2010-02-25 Thread Werner Koch
On Thu, 25 Feb 2010 12:35, f.schw...@chili-radiology.com said: when I create a signature with gpg --sign, I'm able to use gpg --decrypt to get the plaintext from the signature. You might want to use: gpg --verify --output PAINTEXT.TXT SIGNED.GPG So is there a way to get the plaintext from