Re: [Announce] GnuPG 2.1.0 "modern" released

2014-11-07 Thread Werner Koch
On Thu, 6 Nov 2014 20:58, r...@sixdemonbag.org said: > Is there any guidance as to how to install this on Fedora 20? gnupg2 is Does the method I proposed on wiki.gnupg.org work for you? that is installing it in the HOME directory with PATH and LD_LIBRARY_PATH set accordingly? > The timing of

Re: gpg-agent forwarding

2014-11-07 Thread Werner Koch
On Thu, 6 Nov 2014 16:09, pe...@digitalbrains.com said: > is obviously not needed. Were you thinking of writing that functionality > for OpenSSH on Linux as well? Not required. I was thinking of extending the Putty client site. Salam-Shalom, Werner -- Die Gedanken sind frei. Ausnahmen

Re: Tweeting for GnuPG

2014-11-07 Thread Nan
Werner, depending on what you want, we might be able to help. Here are some kinds of tweets that might be good for gpg: * Links to mentions of gpg, and maybe pgp * Links to mentions of attacks when we can say "This wouldn't have happened with GPG would have stopped/resisted this." * News a

Problem compiling GnuPG 2.1.0 on OS X 10.10

2014-11-07 Thread Ramsey Dow
Hello, I am having a build failure with GnuPG 2.1.0 on OS X 10.10 using Xcode 6.1's compiler tools. I have successfully compiled and installed all of the prerequisite libraries (npth 1.1, libgpg-error 1.17, libksba 1.3.1, and libassuan 2.1.2). My build sequence is as follows: gpg --verify $MRT

Re: gpg-agent forwarding

2014-11-07 Thread Peter Lebbing
On 07/11/14 03:24, Kristian Fiskerstrand wrote: > See https://lists.gnupg.org/pipermail/gnupg-devel/2014-August/028697.html Right, thanks for the pointer! Peter. -- I use the GNU Privacy Guard (GnuPG) in combination with Enigmail. You can send me encrypted mail if you want some privacy. My key

GPG API: Open Crypto Engine

2014-11-07 Thread Nan
If you want to use gpg in an app, there's an easy way. The Open Crypto Engine is one API for multiple crypto plugins. Open source. We've released a Python version with a gpg plugin at https://gibhub.com/goodcrypto/. There's also a java version with more plugins. Nan GoodCrypto warning: Anyone

GnuPG 2.1 pinentry copy/paste on windows system

2014-11-07 Thread Mustrum
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 If you need to be able to past your 'very strong passphrase' (may be from keepass) you can use the old pinentry provided with gpg4win 2.2, without install it. Open the installer with 7z and copy all the dll and pinentry exec onto a new ditectory.

Re: GPG 2.1.0/Win32: keyserver lookup problems

2014-11-07 Thread Werner Koch
On Thu, 6 Nov 2014 16:58, r...@sixdemonbag.org said: > C:\utils>gpg --keyserver pool.sks-keyservers.net --recv-key d5078b4f > gpg: keyserver receive failed: Input/output error Well, you caught me. I only tested GPA and knowing that its keyserver access does not yet work I probably did no tests

Re: GPG 2.1.0/Win32: keyserver lookup problems

2014-11-07 Thread Werner Koch
On Thu, 6 Nov 2014 20:09, r...@sixdemonbag.org said: > getting all different kinds of weird errors, from the keyserver helper > not being able to communicate with the outside world, to GnuPG Well, there are no more keyserver helpers. All is done by dirmngr. > swearing it's created output but n

Re: GPG 2.1.0/Win32: keyserver lookup problems

2014-11-07 Thread Werner Koch
On Thu, 6 Nov 2014 17:12, r...@sixdemonbag.org said: > Next round of problems: doing a --list-secret-keys takes considerable > time -- approximately 28 seconds on a fairly modern > desktop. --list-keys, though, is pretty snappy. Found. The I/O layer received many EAGAIN (WSAEWOULDBLOCK). Basic

Re: GnuPG 2.1 pinentry copy/paste on windows system

2014-11-07 Thread Werner Koch
Hi, actually the delivered pinentry should be able to do that. It works on Unix but I just figured that it does not work on Windows. Salam-Shalom, Werner -- Die Gedanken sind frei. Ausnahmen regelt ein Bundesgesetz. ___ Gnupg-users mailing li

Clang with GnuPG 2.1.0

2014-11-07 Thread Robert J. Hansen
A great way to find hidden GNUisms is to use a non-GNU compiler, which is why I generally prefer to compile things with Clang -- it's a nice sanity check on code. GnuPG 2.1.0 is refusing to build on a freshly-updated Fedora 20 box using Clang 3.4. (It compiles just fine with GCC, incidentally