Re: BAD signatures for GnuPG Stable

2016-01-27 Thread Antony Prince
On 1/28/2016 12:45 AM, Antony Prince wrote: > F:\Downloads>gpg --version > gpg (GnuPG) 2.1.10 I also just realized that you said BAD signature with gnupg _stable_ and my test was not with stable. My apologies. -- Antony Prince Key ID: 0xAF3D4087301B1B19 Fingerprint: 591F F17F 7A4A A8D0 F659 C

Re: BAD signatures for GnuPG Stable

2016-01-27 Thread Robert J. Hansen
> Could this be some kind of man-in-the-middle attack? I don't recall > having seen a signature fail like this before. MitM is theoretically possible, but unlikely: an attacker would have to be both technically sophisticated and profoundly stupid. It's far more likely there's an innocuous explana

Re: BAD signatures for GnuPG Stable

2016-01-27 Thread Antony Prince
On 1/28/2016 12:12 AM, Aaron Tovo wrote: > It's definitely not an ascii file (having taken a peek at its content). > > I downloaded libgpg-error-1.21.tar.bz2 again today and it has a the > correct size (763186) > > -rw-rw-r-- 1 aaron aaron 763186 Jan 27 22:53 libgpg-error-1.21(1).tar.bz2 > > I

Re: BAD signatures for GnuPG Stable

2016-01-27 Thread Aaron Tovo
It's definitely not an ascii file (having taken a peek at its content). I downloaded libgpg-error-1.21.tar.bz2 again today and it has a the correct size (763186) -rw-rw-r-- 1 aaron aaron 763186 Jan 27 22:53 libgpg-error-1.21(1).tar.bz2 I re-downloaded sig file and it still fails the gpg --veri

RE: Cross Compiling libgpg-error-1.21 for rsyslog-8.15.0: unrecognized option '--64'.

2016-01-27 Thread Girish Kumar
Could you please guide me on the following . From: Gnupg-users [mailto:gnupg-users-boun...@gnupg.org] On Behalf Of Girish Kumar Sent: Wednesday, January 27, 2016 11:39 AM To: gnupg-users@gnupg.org Subject: Cross Compiling libgpg-error-1.21 for rsyslog-8.15.0: unrecognized option '--64'. Hi Al

What's the contextual definition of the term?... signature

2016-01-27 Thread Don Saklad
What's the contextual definition of the term?... signature as this term is used for GNUpg ___ Gnupg-users mailing list Gnupg-users@gnupg.org http://lists.gnupg.org/mailman/listinfo/gnupg-users

Re: Problems with 4096 keys on 2.1 card

2016-01-27 Thread Jorgen Ottosson
>> $ gpg2 --card-status >> gpg: selecting openpgp failed: Unsupported certificate > > That is an interesting error message because that one is only used by > gpgsm and not by any components involved in gpg2 --card-status. Please > enter > > gpg-connect-agent -v > > and on its prompt > > SCD GE

GPG Installation in Solaris system

2016-01-27 Thread anusha hegde
Hi, I would like to install GPG Console in Solaris 10 system. Please give the the information regarding the source code file name and the installation steps. I am new to Unix and don't know much about it. Please help me out. Thanks & Regards, Anusha Hegde

Re: Key generation with GPGME and GnuPG hangs at gpgme_op_genkey

2016-01-27 Thread Robert J. Hansen
> I feel like I should resign. Without exception, *every* good programmer I know feels this way on a regular basis. Writing good software is hard and frustrating. I've been writing C++ since 1989, and I still frequently feel like an idiot. And I'm not one, and neither are you. Don't give up!

AW: Key generation with GPGME and GnuPG hangs at gpgme_op_genkey

2016-01-27 Thread Sandra Schreiner
>I can't get that work. I copy pasted you code in my project and executed your >main, >but I still get a 'general error'. In the meanwhile I upgraded my system from >jesse to >debian 'testing'. I'm now using GnuPG 2.0.28 and GPGME 1.6 but the problem >stays the >same. I build the application wit

Key generation with GPGME and GnuPG hangs at gpgme_op_genkey

2016-01-27 Thread Sandra Schreiner
>> Yes, that was the problem. I installed haveged and it worked. But it seems >> that the key generation in my C++ application will not work, if a custom >> passphrase >> callback is set. The key generation code is unchanged, but with the callback >> I get an >> GPG_ERR_GENERAL error. The init an

Re: Key generation with GPGME and GnuPG hangs at gpgme_op_genkey

2016-01-27 Thread Robert J. Hansen
> Yes, that was the problem. I installed haveged and it worked. But it seems > that the key generation in my C++ application will not work, if a custom > passphrase > callback is set. The key generation code is unchanged, but with the callback > I get an > GPG_ERR_GENERAL error. The init and ca

RE: BAD signatures for GnuPG Stable

2016-01-27 Thread Steve Butler
Perhaps an ASCII download instead of binary? That would make the download file larger! -Original Message- From: Gnupg-users [mailto:gnupg-users-bounces+sbutler=fchn@gnupg.org] On Behalf Of Aaron Tovo Sent: Tuesday, January 26, 2016 8:45 PM To: gnupg-users@gnupg.org Subject: Re: BAD

Re: Problems with 4096 keys on 2.1 card

2016-01-27 Thread Andrew Gallagher
On 26/01/16 23:52, NIIBE Yutaka wrote: > > It had been difficult to configure GNOME keyring (to stop the feature > of gpg-agent) properly. Here is some info: > > http://www.gniibe.org/memo/notebook/gnome3-gpg-settings.html I fixed it by disabling gnome-keyring at system level. The following

Re: AW: AW: AW: Key generation with GPGME and GnuPG hangs at gpgme_op_genkey

2016-01-27 Thread Robert J. Hansen
I don't have a solution for you, but -- > static gpgme_error_t passphrase_cb(void *hook, const char *uid_hint, const > char *passphrase_info, >int prev_was_bad, int fd){ > > std::string passphraseString; > std::cout<< "Enter your password:"; > std:

AW: AW: AW: Key generation with GPGME and GnuPG hangs at gpgme_op_genkey

2016-01-27 Thread Sandra Schreiner
> If your problem is merely lack of entropy on a VM, then I'd recommend > installing haveged, available in Jessie. It > broadens the sources used by the kernel for the entropy pool. Yes, that was the problem. I installed haveged and it worked. But it seems that the key generation in my C++ appli

Re: AW: AW: Key generation with GPGME and GnuPG hangs at gpgme_op_genkey

2016-01-27 Thread Andrew Gallagher
> On 27 Jan 2016, at 10:06, Robert J. Hansen wrote: > > It compiled and ran just fine. This makes me think the problem is in > GnuPG's entropy collection and/or key generation -- not your code. If your problem is merely lack of entropy on a VM, then I'd recommend installing haveged, available

Re: AW: AW: Key generation with GPGME and GnuPG hangs at gpgme_op_genkey

2016-01-27 Thread Robert J. Hansen
For the record -- I used the code you provided with three minor changes: (a) in lieu of CONFIG_DIR, I used nullptr, (b) I released the context at the end of the code, and (c) I used C++14isms like nullptr, auto, and so on. It compiled and ran just fine. This makes me think the problem is in GnuPG

Re: Problems with 4096 keys on 2.1 card

2016-01-27 Thread Werner Koch
On Tue, 26 Jan 2016 23:59, list.gnupg-us...@acme.nu said: > $ gpg2 --card-status > gpg: selecting openpgp failed: Unsupported certificate That is an interesting error message because that one is only used by gpgsm and not by any components involved in gpg2 --card-status. Please enter gpg-conn

AW: AW: Key generation with GPGME and GnuPG hangs at gpgme_op_genkey

2016-01-27 Thread Sandra Schreiner
Von: Daniel Kahn Gillmor [d...@fifthhorseman.net] Gesendet: Dienstag, 26. Januar 2016 19:30 An: Sandra Schreiner; Robert J. Hansen; gnupg-users@gnupg.org Betreff: Re: AW: Key generation with GPGME and GnuPG hangs at gpgme_op_genkey On Tue 2016-01-26 06:02:09 -0500, Sandra Schreiner wrote: [ Robe