Re: gpg2: unable to use secret key from OpenKeychain

2018-12-07 Thread justina colmena via Gnupg-users
binoc22_9r__X.bin Description: application/pgp-encrypted encrypted.asc Description: Binary data ___ Gnupg-users mailing list Gnupg-users@gnupg.org http://lists.gnupg.org/mailman/listinfo/gnupg-users

Re: gpg2 --refresh-keys does not talk to dirmngr?

2018-07-03 Thread Werner Koch
On Mon, 2 Jul 2018 21:22, dirk.gottschalk1...@googlemail.com said: > localhost. This is not my intention. I have a running server in my > network which rund Suid/Provoxy/TOR. Is it possible to connect to this > tor server on the socks port for doing LDAP, WKD, or DANE Lookups? No, this is curren

Re: gpg2 --refresh-keys does not talk to dirmngr?

2018-07-02 Thread Dirk Gottschalk via Gnupg-users
Hello Werner, thanks for your answer. The Issue with Proxy was my fault. I didn't recognize a running dirmngr in background. After I killed this process, it worked. Am Montag, den 02.07.2018, 08:40 +0200 schrieb Werner Koch: > On Fri, 29 Jun 2018 16:12, gnupg-users@gnupg.org said: > > Note that

Re: gpg2 --refresh-keys does not talk to dirmngr?

2018-07-01 Thread Werner Koch
On Fri, 29 Jun 2018 16:12, gnupg-users@gnupg.org said: > I have set up a local proxy server with a squid/privoxy/TOR chain and > set it up in dirmngr.conf. Now, after deleting the keyserver line from > gpg.conf, I found out that gpg2 seems not to talk to dirmngr when using > gpg2 --refresh keys. N

Re: gpg2

2018-06-27 Thread aarontovo
(GMT-06:00) To: gnupg-users@gnupg.org Subject: Re: gpg2 > Some hints: Please *don't* do this.  BZIP2 compression is common enough that if a GnuPG build doesn't have it, the best course of action is to get a properly-done build. Removing BZIP2 from the preference list will hide the p

Re: gpg2

2018-06-27 Thread Robert J. Hansen
> Some hints: Please *don't* do this. BZIP2 compression is common enough that if a GnuPG build doesn't have it, the best course of action is to get a properly-done build. Removing BZIP2 from the preference list will hide the problem (no support for BZIP2), not address it! __

Re: gpg2

2018-06-26 Thread Robert J. Hansen
> $ gpg2 -k > gpg: invalid item 'BZIP2' in preference string > gpg: invalid default preferences Try "gpg2 --version" and look for a line like: Compression: Uncompressed, ZIP, ZLIB, BZIP2 ... I suspect you'll discover whoever compiled your GnuPG 2 neglected to include support for th

Re: gpg2

2018-06-26 Thread john doe
On 6/27/2018 5:10 AM, Aaron Tovo wrote: 'gpg2 -k' gives me the following error: $ gpg2 -k gpg: invalid item 'BZIP2' in preference string gpg: invalid default preferences But 'gpg -k' works fine. However, I to use gpg2 in my Thunderbird-with-Enigmail email client because I've read

Re: gpg2 export secret key without passphrase

2017-12-29 Thread Werner Koch
On Wed, 27 Dec 2017 18:13, calebc...@gmail.com said: > How does one export a gpg2 private key without a passphrase? See MFPA's recipe for a workaround. We have an open bug for this: https://dev.gnupg.org/T1753 Shalom-Salam, Werner -- Die Gedanken sind frei. Ausnahmen regelt ein Bundesges

Re: gpg2 export secret key without passphrase

2017-12-28 Thread MFPA
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On Wednesday 27 December 2017 at 5:13:53 PM, in , Caleb Case wrote:- > How does one export a gpg2 private key without a > passphrase? Here, using GnuPG 2.2.4 under Windows, I was able to:- 1. gpg --edit-key KeyID passwd. 2. enter the key's ex

Re: gpg2 on a Windows 10 Pro 64 bit machine

2017-02-27 Thread Jerry
On Mon, 27 Feb 2017 05:59:09 -0500, Jerry stated: >On Sun, 26 Feb 2017 20:56:55 -0500, Robert J. Hansen stated: <> I was just thinking that it might be nice to have a way to "LOG" the output of the program so that a user could inspect it later to see what transpired or if an error occurred. Ther

Re: gpg2 on a Windows 10 Pro 64 bit machine

2017-02-27 Thread Jerry
On Sun, 26 Feb 2017 20:56:55 -0500, Robert J. Hansen stated: >> I am not sure what that is referring to. Also, there are numerous >> keys listed as revoked or expired. Is there a anything I can run >> from the command line that will automatically remove all revoked or >> expired keys? > >Kinda-s

Re: gpg2 on a Windows 10 Pro 64 bit machine

2017-02-26 Thread Robert J. Hansen
> I am not sure what that is referring to. Also, there are numerous keys > listed as revoked or expired. Is there a anything I can run from the > command line that will automatically remove all revoked or expired keys? Kinda-sorta, but yes! WARNING: this works on my laptop for both GnuPG 2.0 and

Re: gpg2 on a Windows 10 Pro 64 bit machine

2017-02-26 Thread antony
On February 26, 2017 5:30:20 AM EST, Jerry wrote: > >gpg: can't handle key algorithm 22 >gpg: can't handle key algorithm 18 > >I am not sure what that is referring to. Also, there are numerous keys >listed as revoked or expired. Is there a anything I can run from the >command line that will automa

Re: gpg2 export-secret-key if no master key present

2016-12-14 Thread Marat Stanichenko
Hello, > Hope that helps Definitely, that answers my question completely. Thank you very much, Marat ___ Gnupg-users mailing list Gnupg-users@gnupg.org http://lists.gnupg.org/mailman/listinfo/gnupg-users

Re: gpg2 export-secret-key if no master key present

2016-12-13 Thread Damien Goutte-Gattat
On 12/13/2016 10:12 AM, Marat Stanichenko wrote: Hello, Could you please elaborate what exactly is returned in the former and the latter cases? In the former case (in the absence of the secret primary key), the --export-secret-keys command will still export a secret packet key corresponding

Re: gpg2 --version gpg: Fatal: libgcrypt is too old (need 1.7.0, have 1.6.3)

2016-11-19 Thread David Adamson
Running ldconfig as root resolved the issue I was having! Now when I type gpg2 --version in a new shell it reports the following: gpg (GnuPG) 2.1.15 libgcrypt 1.7.3 Thanks for the help. ___ Gnupg-users mailing list Gnupg-users@gnupg.org http://lists.gn

Re: gpg2 --version gpg: Fatal: libgcrypt is too old (need 1.7.0, have 1.6.3)

2016-11-19 Thread Peter Lebbing
On 19/11/16 15:13, David Adamson wrote: > Are you proposing I do this every time I wish to use gpg2? > Is this behavior expected in a successful installation or what did I > do wrong and can I fix it? Did you issue a # ldconfig as root after you installed the libraries? Because you say you run D

Re: gpg2 --version gpg: Fatal: libgcrypt is too old (need 1.7.0, have 1.6.3)

2016-11-19 Thread David Adamson
That worked thank you but only for that session and I read that it's generally not good practice to make that path permanent. Are you proposing I do this every time I wish to use gpg2? Is this behavior expected in a successful installation or what did I do wrong and can I fix it? Thanks again. P

Re: gpg2 --version gpg: Fatal: libgcrypt is too old (need 1.7.0, have 1.6.3)

2016-11-19 Thread Werner Koch
On Sat, 19 Nov 2016 00:24, davidadamson...@gmail.com said: > gpg: Fatal: libgcrypt is too old (need 1.7.0, have 1.6.3). You built gpg2 against Libgcrypt 1.7 but the system can't find that library at runtime and uses the system provided version (1.6.3). Quick workaround (assuming gpg was built wi

Re: gpg2 --fetch-keys

2016-05-28 Thread Dashamir Hoxha
On Sat, May 28, 2016 at 5:23 PM, Kristian Fiskerstrand < kristian.fiskerstr...@sumptuouscapital.com> wrote: > On 05/28/2016 03:32 PM, Dashamir Hoxha wrote: > > Hi, > > > > I get this general error and I have no idea what is wrong: > > you can increase the dirmngr verbosity in dirmngr.conf using lo

Re: gpg2 --fetch-keys

2016-05-28 Thread Kristian Fiskerstrand
On 05/28/2016 03:32 PM, Dashamir Hoxha wrote: > Hi, > > I get this general error and I have no idea what is wrong: you can increase the dirmngr verbosity in dirmngr.conf using log-file and debug / debug-level / debug-all . at least two things to look for, (i) is dirmngr compiled with gnutls supp

Re: GPG2 encryption options

2013-10-09 Thread Peter Lebbing
On 09/10/13 01:15, MFPA wrote: > Another suggestion is to store the files on an encrypted disk instead of > using GnuPG. This would require disk encryption software, of which one > example is TrueCrypt (see ). I think this is the best suggestion so far, if I understand t

Re: GPG2 encryption options

2013-10-08 Thread MFPA
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi On Thursday 3 October 2013 at 5:46:24 AM, in , mightymouse2045 wrote: > There are some files I don't like having to enter a > passphrase for each time due to them be accessed very > frequently, but I don't want the contents of them being > st

Re: GPG2 encryption options

2013-10-08 Thread Peter Humphreys
inutes for example? Kind Regards, Peter Humphreys From: Peter Lebbing To: Peter Pentchev Cc: mightymouse2045 ; gnupg-users@gnupg.org Sent: Thursday, 3 October 2013 8:09 PM Subject: Re: GPG2 encryption options On 03/10/13 13:35, Peter Pentchev wrote: >

Re: GPG2 encryption options

2013-10-08 Thread Peter Lebbing
On 07/10/13 20:44, Peter Humphreys wrote: > Firstly I'm not 100% sure your getting my replies if I reply directly from > my mail client (new to mailing lists). As long as you send it to gnupg-users@gnupg.org, people on the list will get the mail. Additionally, you can add specific people to To: an

Re: GPG2 encryption options

2013-10-03 Thread Peter Humphreys
passphrase for. Is that something that I can configure on the command line for gpg-agent or the options file? Regards, Peter From: Peter Lebbing To: Peter Pentchev Cc: mightymouse2045 ; gnupg-users@gnupg.org Sent: Thursday, 3 October 2013 8:09 PM Subject: R

Re: GPG2 encryption options

2013-10-03 Thread Peter Lebbing
On 03/10/13 13:35, Peter Pentchev wrote: > a smartcard that caches the PIN for a limited > amount of time Small detail: this feature is not working in the current stable versions. GnuPG 2.1 will support this. I use the following script to make the card forget its PIN: --8<---

Re: GPG2 encryption options

2013-10-03 Thread Peter Pentchev
On Thu, Oct 03, 2013 at 02:33:32PM +0300, Peter Pentchev wrote: > On Wed, Oct 02, 2013 at 09:46:24PM -0700, mightymouse2045 wrote: > > Hi there, > > > > I'm wondering if gpg2 can be used to encrypt a file using a keyfile. The > > term keyfile is used to refer to a static file where the contents ar

Re: GPG2 encryption options

2013-10-03 Thread Peter Pentchev
On Wed, Oct 02, 2013 at 09:46:24PM -0700, mightymouse2045 wrote: > Hi there, > > I'm wondering if gpg2 can be used to encrypt a file using a keyfile. The > term keyfile is used to refer to a static file where the contents are read > into gpg2 to be used as the passphrase for the encryption process

Re: GPG2 encryption options

2013-10-03 Thread Peter Lebbing
On 03/10/13 06:46, mightymouse2045 wrote: > Is this possible with gpg2? I like this because I can use random files taken > from the 100,000's+ static non-changing files 100,000 tries for an attacker amounts to 17 bits of security. This is as little as nothing at all. > There are some files I don'

Re: gpg2 does not ask for pass phrase

2013-04-11 Thread Henry Hertz Hobbit
On 04/10/2013 03:18 PM, Werner Koch wrote: > Hi, > > please write to gnupg-users@gnupg.org and not to the webmaster address. > > Thanks, > > Werner > Sorry. Right now I am not subscribed and haven't been for years. It is just that this is a serious issue where I had no way that I could eas

Re: GPG2 and IDEA

2013-03-20 Thread Peter Lebbing
> Sorry, I meant that I was able to run it in gpg 1.4 not 2 > this is ok for me. In that case you can just use the latest 1.4.13, as Werner indicated. It comes with IDEA support by default because the patent has expired worldwide now. No need to compile a separate module. Peter. -- I use the GN

Re: GPG2 and IDEA

2013-03-19 Thread Jan Chaloupecky
Sorry, I meant that I was able to run it in gpg 1.4 not 2 this is ok for me. -- Jan On Tuesday, March 19, 2013 at 11:59 PM, Werner Koch wrote: > On Tue, 19 Mar 2013 16:56, chal...@gmail.com (mailto:chal...@gmail.com) said: > > I actually managed to compile just the module and load it dynamica

Re: GPG2 and IDEA

2013-03-19 Thread Werner Koch
On Tue, 19 Mar 2013 16:56, chal...@gmail.com said: > I actually managed to compile just the module and load it dynamically in > gpg: I doubt that. Looking at the 2.0 branch I see this in gpg.c: case oLoadExtension: /* Dummy so that gpg 1.4 conf files can work. Should

Re: GPG2 and IDEA

2013-03-19 Thread Jan Chaloupecky
I actually managed to compile just the module and load it dynamically in gpg: > wget ftp://ftp.uwsg.indiana.edu/linux/gentoo/distfiles/idea.c.gz > gcc -Wall -O2 -shared -fPIC -o idea idea.c > cp idea /usr/lib/gnupg/ > echo -e "\nload-extension idea" >> ~/.gnupg/gpg.conf > gpg --version >... >C

Re: GPG2 and IDEA

2013-03-19 Thread Werner Koch
On Tue, 19 Mar 2013 11:57, chal...@gmail.com said: >> wget ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-1.2.4.tar.bz2 That is a pretty old version. You should move to a decent one; at least 1.4.x or better the latest 1.5.1. There is no IDEA support there, regular support is only available in

Re: gpg2

2012-04-24 Thread Mika Suomalainen
On 24.04.2012 19:47, da...@gbenet.com wrote: > On 24/04/12 13:33, Peter Lebbing wrote: >> On 24/04/12 14:20, da...@gbenet.com wrote: >>> I too ran the gpg -k on a new user accounts and got the same results as >>> you. The question >>> is: Are both run at launch time? Or can you set which one to ru

Re: gpg2

2012-04-24 Thread da...@gbenet.com
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 24/04/12 13:33, Peter Lebbing wrote: > On 24/04/12 14:20, da...@gbenet.com wrote: >> I too ran the gpg -k on a new user accounts and got the same results as you. >> The question >> is: Are both run at launch time? Or can you set which one to run? >

Re: gpg2

2012-04-24 Thread Peter Lebbing
On 24/04/12 14:20, da...@gbenet.com wrote: > I too ran the gpg -k on a new user accounts and got the same results as you. > The question > is: Are both run at launch time? Or can you set which one to run? Perhaps you should explain what you are trying to accomplish in the end. I read something ab

Re: gpg2

2012-04-24 Thread da...@gbenet.com
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 24/04/12 12:41, Werner Koch wrote: > On Tue, 24 Apr 2012 12:04, da...@gbenet.com said: > >> I have done as you have suggested. It is to be noted that whenever I >> install a new Linux disro I always run gpg --version - Linux Mint does >> not create

Re: gpg2

2012-04-24 Thread Werner Koch
On Tue, 24 Apr 2012 12:04, da...@gbenet.com said: > I have done as you have suggested. It is to be noted that whenever I > install a new Linux disro I always run gpg --version - Linux Mint does > not create ~/.gnupg automatically one has I did a quick test by adding a new user on a pretty standar

Re: gpg2

2012-04-24 Thread da...@gbenet.com
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 24/04/12 10:19, Mika Suomalainen wrote: > Hi, > > 24.04.2012 10:14, da...@gbenet.com kirjoitti: >> Hi All, >> >> I'm using Mint Linux - gpg2 and gpg are both using /.gpg I have no /.gpg2 >> dir on my system >> and no dir gets created when I run gp

Re: gpg2

2012-04-24 Thread da...@gbenet.com
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 24/04/12 09:51, Werner Koch wrote: > On Tue, 24 Apr 2012 09:14, da...@gbenet.com said: > >> I'm using Mint Linux - gpg2 and gpg are both using /.gpg I have no /.gpg2 >> dir on my system > > Are you sure? The default home directory is ~/.gnupg an

Re: gpg2

2012-04-24 Thread Mika Suomalainen
Hi, 24.04.2012 10:14, da...@gbenet.com kirjoitti: > Hi All, > > I'm using Mint Linux - gpg2 and gpg are both using /.gpg I have no /.gpg2 dir > on my system > and no dir gets created when I run gpg2 --version. No dirs are created in > usr/bin either - > in fact I had to create a home/david/.gpg

Re: gpg2

2012-04-24 Thread Werner Koch
On Tue, 24 Apr 2012 09:14, da...@gbenet.com said: > I'm using Mint Linux - gpg2 and gpg are both using /.gpg I have no /.gpg2 dir > on my system Are you sure? The default home directory is ~/.gnupg and not ~/.gpg . It is not advisable to have different directories for both versions. We took gre

Re: GPG2 hangs the system if I activate another window

2012-02-09 Thread Raffaele Ricciardi
On 02/09/2012 09:20 AM, Werner Koch wrote: > On Wed, 8 Feb 2012 23:15, rfflrc...@gmail.com said: > >> It seems GPG2 on my system is running Seahorse, a Gnome front end for GnuPG: >> >> GPG_AGENT_INFO=/tmp/seahorse-PDdgFx/S.gpg-agent:2402:1 >> > > Seahorse and gnome-keyring are hijacking the gpg

Re: GPG2 hangs the system if I activate another window

2012-02-09 Thread Werner Koch
On Wed, 8 Feb 2012 23:15, rfflrc...@gmail.com said: > It seems GPG2 on my system is running Seahorse, a Gnome front end for GnuPG: > > GPG_AGENT_INFO=/tmp/seahorse-PDdgFx/S.gpg-agent:2402:1 > Seahorse and gnome-keyring are hijacking the gpg-agent connection. It is a source of constant frustrati

Re: GPG2 hangs the system if I activate another window

2012-02-08 Thread Raffaele Ricciardi
> Date: Tue, 07 Feb 2012 10:11:33 + > From: gn...@lists.grepular.com > To: gnupg-users@gnupg.org > Subject: Re: GPG2 hangs the system if I activate another window > Message-ID: <4f30f8d5.8070...@lists.grepular.com> > Content-Type: text/plain; charset=ISO-8859-1 &

Re: GPG2 hangs the system if I activate another window

2012-02-07 Thread Peter Lebbing
On 07/02/12 11:11, gn...@lists.grepular.com wrote: >> When GPG2 opens a popup to ask for a password, I can't switch to >> another window without locking up the desktop. Neither the mouse >> nor any key works anymore, not even the power button, and I have to >> keep it pressed for 6 seconds to forc

Re: GPG2 hangs the system if I activate another window

2012-02-07 Thread gnupg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/02/12 01:09, Raffaele Ricciardi wrote: > I've downloaded and compiled GPG2 on Debian Linux (Gnome). > > When GPG2 opens a popup to ask for a password, I can't switch to > another window without locking up the desktop. Neither the mouse > nor a

Re: GPG2 SSH SmartCard Private Key Auth

2010-07-25 Thread Werner Koch
On Sat, 24 Jul 2010 15:09, frankste...@gmail.com said: > gpg-protect-tool: invalid S-Expression in > E1771DB82D9516EE5866A3E617AE04ACE36B3574.key' (off=0): Unexpected > reserved punctuation in S-expression There is somewthing wrong ;-). You need to look at the file to see what the problem is. O

Re: GPG2 SSH SmartCard Private Key Auth

2010-07-24 Thread Frank Stefan Sundberg Solli
On 24.07.10 08:21, Werner Koch wrote: The problem though is when I'm trying to get SSH to work with it. It wont authenticate. Does "ssh-add -l" sdhow the key? Yes it shows up here 2010-07-23 20:01:57 gpg-agent[1315] gpg-agent (GnuPG) 2.0.13 started It would better to try 2.0.16 becuase that

Re: GPG2 SSH SmartCard Private Key Auth

2010-07-24 Thread Werner Koch
> The problem though is when I'm trying to get SSH to work with it. It > wont authenticate. Does "ssh-add -l" sdhow the key? > 2010-07-23 20:01:57 gpg-agent[1315] gpg-agent (GnuPG) 2.0.13 started It would better to try 2.0.16 becuase that is the one I can test. > 2010-07-23 20:03:38 gpg-agen

Re: gpg2 says "No Secret Key", gpg1.x says there is

2010-05-10 Thread Werner Koch
On Sat, 8 May 2010 21:14, please.p...@publicly.invalid said: > for some time gpg2 from subversion has been giving me grief, claiming > there was no secret key, while gpg1.xxx says there is: This is the development version and you can't expect that it will work. In particular we are doing lots o

Re: gpg2 says "No Secret Key", gpg1.x says there is

2010-05-09 Thread Charly Avital
gpg2 requires gpg-agent to be available (installed and configured). When it is not, the error warning is usually "...secret key not available". Hope this helps Charly Sent from my iPhone On May 8, 2010, at 22:14, Andreas Mattheiss > wrote: Hello, for some time gpg2 from subversion has b

Re: gpg2 does not detect smart card adapter

2009-07-11 Thread Jan Suhr
Hi Werner! In installed gnupg from svn so that "scdaemon --version" reports to be 2.0.13-svn5074. Unfortunately I experience the same behaviour. gpg-agent is up and running All files in /dev/bus/usb/NNN/MMM have write permissions. gpg-connect-agent 'SCD getinfo version' /bye replies: "ERR 103 u

Re: gpg2 does not detect smart card adapter

2009-07-08 Thread Werner Koch
--- Begin Message --- On Fri, 3 Jul 2009 21:38, jan.s...@privacyfoundation.de said: > I retrieve: "ERR 103 unknown command" Way too old software. > I was told that you also will release 1.4.10 with support for the > OpenPGP Card V2. Do you have any schedule when this will be available? This mo

Re: gpg2 does not detect smart card adapter

2009-07-06 Thread Jan Suhr
I installed gnupg 2.0.12 but this had no effect. Unfortunately the error is still the same. Please note that I did _not_ upgraded the required libraries but used the version which are provided in Ubuntu. Do you recommend to upgrade the required libraries as well? Any suggestion how to "fix" the e

Re: gpg2 does not detect smart card adapter

2009-07-03 Thread Jan Suhr
> and then enter at the prompt > > SCD GETINFO version > BYE I retrieve: "ERR 103 unknown command" > But better update gnupg or wait a few days until 2.0.13 will be > released. Okay. I was told that you also will release 1.4.10 with support for the OpenPGP Card V2. Do you have any schedule

Re: gpg2 does not detect smart card adapter

2009-07-03 Thread Werner Koch
On Fri, 3 Jul 2009 17:33, jan.s...@privacyfoundation.de said: > I get the following message: > "Aufruf: gpg-connect-agent [Optionen] (-h für Hilfe)" That is a petty old version of GnuPG. You may want to resort to gpg-connect-agent and then enter at the prompt SCD GETINFO version BYE

Re: gpg2 does not detect smart card adapter

2009-07-03 Thread Jan Suhr
>>>gpg-connect-agent 'SCD getinfo version' /bye >> Executing this command does not work. gpg-connect-agent says it got >> wrong arguments. Or do you mean to replace 'SCD getinfo version' by > > See: > > $ gpg-connect-agent 'SCD getinfo version' /bye > D 2.0.13-svn5056 > OK > > Please g

Re: gpg2 does not detect smart card adapter

2009-07-03 Thread pri-jans
Hi! > Is the gpg-agent running? Run "gpg-agent" and it will tell you. yes, running and ready. > Is the scdaemon installed? Run Do you mean pcscd? Yes it is installed and running. >gpg-connect-agent 'SCD getinfo version' /bye Executing this command does not work. gpg-connect-agent says it

Re: gpg2 does not detect smart card adapter

2009-07-02 Thread Werner Koch
On Thu, 2 Jul 2009 00:43, jan.s...@privacyfoundation.de said: > smart card adapter and tells me "OpenPGP Karte ist nicht vorhanden: > Umbekanntes IPC Kommando" (OpenPGP card ist not available: unknown IPC > command). My system is Ubuntu and I used its gnupg(1) and gnupg2 packages. Is the gpg-age

Re: GPG2 compile problems on cygwin

2008-07-09 Thread John Clizbe
Kevin Hilton wrote: > Perhaps the belongs in development section. Ummm, yeah. It does. > Again have never successfully compiled gpg2 for cygwin. I'm trying to > compile gnupg2 svn version 4797. I'm getting following error (I've > received same error with many of previous revisions also:) You s

Re: GPG2 compile problems on cygwin

2008-07-09 Thread Robert J. Hansen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Kevin Hilton wrote: > Again have never successfully compiled gpg2 for cygwin. I'm trying to > compile gnupg2 svn version 4797. I'm getting following error (I've > received same error with many of previous revisions also:) At present, the only supp

Re: gpg2 for windows?

2007-07-20 Thread Werner Koch
On Thu, 19 Jul 2007 16:34, [EMAIL PROTECTED] said: > What i am trying to say, is that, there are some of the software in the > gpg4win package, that i dont like (Actually all the addons, that i The interesting thing with gpg4win is that this is a meta installer. Thus anyone with a little bit of

Re: gpg2 for windows?

2007-07-19 Thread Michael Kesper
Hi, Jørgen Christiansen Lysdal schrieb: > What i am trying to say, is that, there are some of the software in the > gpg4win package, that i dont like (Actually all the addons, that i > think is too incomplete) Well, you're not forced to install them. Best wishes Michael -- Nobody can save your

Re: gpg2 for windows?

2007-07-19 Thread Jørgen Christiansen Lysdal
Henry Hertz Hobbit wrote: > Nevertheless, use it. It is what they are standardizing on and > you can pick and choose what you want. I have no problems with > them doing it this way either. Now that they have done it you > can go to GnuPG2 on Windows. That makes me a happy camper! Or > you can

Re: gpg2 for windows?

2007-07-19 Thread Werner Koch
On Wed, 18 Jul 2007 20:41, [EMAIL PROTECTED] said: > ZIP add on program do you want the GnuPG team to standardize on? On > the 'nix systems they just call bzip2 natively via pipes. On Windows Actually we are using libzip2. Support for bzip2 is thus compiled in if this library and its correspon

Re: gpg2 for windows?

2007-07-18 Thread Henry Hertz Hobbit
On Wed, 2007-07-18 at 12:41 -0600, Henry Hertz Hobbit wrote: > On Wed, 2007-07-18 at 00:08 +0200, Werner Koch wrote: > I would say it a little differently than that Werner. bzip2 is NOT part > of Windows. It sounds to me like you are asking for the world. Which > ZIP add on program do you want

Re: gpg2 for windows?

2007-07-18 Thread Henry Hertz Hobbit
On Wed, 2007-07-18 at 00:08 +0200, Werner Koch wrote: > On Wed, 18 Jul 2007 00:08, [EMAIL PROTECTED] said: > > > Are there any plans to provide a gpg2 installer for windows? > > as i am not interested in using the gpg4win package. Nevertheless, use it. It is what they are standardizing on and y

Re: gpg2 for windows?

2007-07-18 Thread Werner Koch
On Wed, 18 Jul 2007 00:08, [EMAIL PROTECTED] said: > Are there any plans to provide a gpg2 installer for windows? > as i am not interested in using the gpg4win package. Actually gpg4win 1.1.1 already features gnupg2. However it is at this point not very usabable some command line actions do work

Re: gpg2 vs. gpg and OpenPGP card

2005-10-10 Thread Werner Koch
On Mon, 10 Oct 2005 11:15:51 +0200, Wolfgang Rosenauer said: >>> So I'm still not sure how to add the key from the card to the gpg-agent >>> by using ssh-add. >> >> You don't need. If there is a card in the reader it will get displayed. > not for me :-( I need to see some more debug output. Pl

Re: gpg2 vs. gpg and OpenPGP card

2005-10-10 Thread Wolfgang Rosenauer
Werner Koch wrote: > On Mon, 10 Oct 2005 09:31:51 +0200, Wolfgang Rosenauer said: > >> gpg --card-status is not my problem. That works. > > Does it show an authentication key? yes Authentication key: C598 483F 4D8C 65CA B6BD 0248 8EBB 3693 A3ED 2695 created : 2005-05-03 12:44:34 >> S

Re: gpg2 vs. gpg and OpenPGP card

2005-10-10 Thread Werner Koch
On Mon, 10 Oct 2005 09:31:51 +0200, Wolfgang Rosenauer said: > gpg --card-status is not my problem. That works. Does it show an authentication key? > So I'm still not sure how to add the key from the card to the gpg-agent > by using ssh-add. You don't need. If there is a card in the reader it w

Re: gpg2 vs. gpg and OpenPGP card

2005-10-10 Thread Wolfgang Rosenauer
Werner Koch wrote: > On Fri, 07 Oct 2005 14:38:11 +0200, Wolfgang Rosenauer said: > >> But as using ssh-add -l with running gpg-agent can't find my key on the >> card: >> "The agent has no identities." > > There are a lot of reasons for this. Did you install scdaemon? > Doesit work? You might

Re: gpg2 vs. gpg and OpenPGP card

2005-10-07 Thread Werner Koch
On Fri, 07 Oct 2005 14:38:11 +0200, Wolfgang Rosenauer said: > But as using ssh-add -l with running gpg-agent can't find my key on the > card: > "The agent has no identities." There are a lot of reasons for this. Did you install scdaemon? Doesit work? You might want kill a running scdaemon and

Re: gpg2 vs. gpg and OpenPGP card

2005-10-07 Thread Wolfgang Rosenauer
Hi, Werner Koch wrote: > On Fri, 07 Oct 2005 11:29:48 +0200, Wolfgang Rosenauer said: > >> I want to perform SSH authentication the the card and therefore have to >> use gpg-agent. I just wanted to see if gpg2 - gpg-agent - scdaemon does > > Where is the problem? I am doing this for since early

Re: gpg2 vs. gpg and OpenPGP card

2005-10-07 Thread Werner Koch
On Fri, 07 Oct 2005 11:29:48 +0200, Wolfgang Rosenauer said: > I want to perform SSH authentication the the card and therefore have to > use gpg-agent. I just wanted to see if gpg2 - gpg-agent - scdaemon does Where is the problem? I am doing this for since early this year. >From the GnuPG 1.9 RE

Re: gpg2 vs. gpg and OpenPGP card

2005-10-07 Thread Wolfgang Rosenauer
Hi, Werner Koch wrote: > On Fri, 07 Oct 2005 09:14:35 +0200, Wolfgang Rosenauer said: > >> my OpenPGP card works without problems with gpg (1.4.2) and an OpenPGP card. >> But if I use gpg2 (1.9.18) I get only the following: > > You shall not use gpg2 - it even does not get build by default. Are

Re: gpg2 vs. gpg and OpenPGP card

2005-10-07 Thread Werner Koch
On Fri, 07 Oct 2005 09:14:35 +0200, Wolfgang Rosenauer said: > my OpenPGP card works without problems with gpg (1.4.2) and an OpenPGP card. > But if I use gpg2 (1.9.18) I get only the following: You shall not use gpg2 - it even does not get build by default. Are the notes > gpg: WARNING: This v