Is the header file gpgme.h complete?

2017-03-10 Thread Marcel Wagner
I try to generate a language binding for the gpgme library from the gpgme.h header file. The generator creates a binding from the header file, but it seems that some functions are missing. For example the context functions are missing. I checked the gpgme.h file and with my old C/C++ know how,

RE: Problems with GPGME returning "Not Implemented" or "Configuration error"

2017-03-10 Thread Jeffrey Stedfast
Aha! This makes a lot of sense. Thanks Werner! Jeff > -Original Message- > From: Werner Koch [mailto:w...@gnupg.org] > Sent: Friday, March 10, 2017 4:33 AM > To: Jeffrey Stedfast > Cc: gnupg-users@gnupg.org > Subject: Re: Problems with GPGME returning "Not Implemented" or > "Configurati

Help Needed: I am able to decrypt file when I run package manually but when I run through sql sever agent, it is not decrypting.

2017-03-10 Thread Pankaj Kumar. Chaurasia
Hello Gnupg Users, I am writing this mail regarding the issue facing to decrypt file through my SSIS Package. Below is the command I am using: gpg2.exe --batch --yes --status-fd 2 --passphrase-fd 0 --armor --output E:\File.csv --decrypt E:\File.pgp When I run my SSIS package manually through

Error searching key from keyserver in gpg 2.1.19

2017-03-10 Thread Alexander Strobel
I have installed GnuPG 2.1.19 on my Windows 8.1 (x64) machine. When I search for a key on a keyserver it shows this error: gpg: error searching keyserver: Input/output error gpg: Suche auf dem Schlüsselserver fehlgeschlagen: Input/output error My commandline: gpg --keyserver hkp://subset.p

Re: Problems with GPGME returning "Not Implemented" or "Configuration error"

2017-03-10 Thread Werner Koch
On Wed, 8 Mar 2017 00:57, jeste...@microsoft.com said: > I spotted the fact that I was (incorrectly) using > gpgme_op_decrypt_verify() when I think I should be using > gpgme_op_decrypt(), so I fixed that but I still get “Not Implemented”. The reason why it shows "Not implemented" is that you use