Re: GnuPG 2.2.4 on Windows - problems accessing some HKPS keyservers

2018-01-24 Thread David Gray via Gnupg-users
Thanks, Phil - I appreciate your help and your response. Thanks, Dave Sent from my iPhone > On Jan 23, 2018, at 9:51 PM, Phil Pennock wrote: > > Looks to me like a GnuPG bug. In fact, it looks very much like > https://dev.gnupg.org/T1447 which has been marked resolved. > > The hostname th

GnuPG 2.2.4 on Windows - problems accessing some HKPS keyservers

2018-01-23 Thread David Gray via Gnupg-users
Good Evening - I'm running GnuPG 2.2.4 on Windows. I'm able to successfully query the SKS keyserver pool via HKPS (hkps://hkps.pool.sks-keyservers.net) with no problems. I'm trying to query the hkps://keys.mailvelope.com keyserver, and I'm not having any luck. I suspect I don't have the appr

Re: Problems with cert validation via CRL

2017-02-23 Thread David Gray
le to validate the cert, but I will dig into that. Thanks again for your help - it's very much appreciated! Sent from my Mobile Device > On Feb 21, 2017, at 9:31 PM, NIIBE Yutaka wrote: > > Hello, again, > > David Gray wrote: >> dave@dave-VirtualBox:~

RE: Problems with cert validation via CRL

2017-02-22 Thread David Gray
tremely helpful. Thanks! Dave -Original Message- From: Peter Lebbing [mailto:pe...@digitalbrains.com] Sent: Tuesday, February 21, 2017 10:13 AM To: David Gray ; NIIBE Yutaka Cc: gnupg-users@gnupg.org Subject: Re: Problems with cert validation via CRL On 21/02/17 13:20, David

Re: Problems with cert validation via CRL

2017-02-21 Thread David Gray
;m at work but once I get home I'll check it out and report back. Really appreciate the help, Dave Sent from my iPhone > On Feb 21, 2017, at 10:13 AM, Peter Lebbing wrote: > >> On 21/02/17 13:20, David Gray wrote: >> I'm no expert, but when I look at the debug info

Re: Problems with cert validation via CRL

2017-02-21 Thread David Gray
date that it is able to parse and interpret the CRL (or the associated .db file in crl.d) to see if that is the issue? I appreciate your help very much. Thanks, Dave Sent from my Mobile Device > On Feb 20, 2017, at 9:32 PM, NIIBE Yutaka wrote: > > Hello, > > David Gray w

Problems with cert validation via CRL

2017-02-20 Thread David Gray
Hello - new user here; this may be an obvious question but I haven't been able to find the answer. Ultimately, this may just highlight some of the problems inherent in a hierarchical trust model. I've got a free x.509 email certificate generated by Comodo. I've got Ubuntu 16.04 LTS runni

RE: No secret key under different account

2009-11-09 Thread David Gray
o: GnuPG Users Cc: David Gray Subject: Re: No secret key under different account David Gray wrote: > > What are peoples thoughts on which is the best option: > > a) copy the secring.gpg & pubring.gpg files to the second user account? > b) export and import the keys to the

RE: gpg.conf

2009-11-04 Thread David Gray
, Nov 02, 2009 at 10:51:46AM -, David Gray wrote: > Could anyone point me in the right direction for a manual/examples > on how to edit the gpg.conf file for GnuPG 2.0.12 (GPG 4 Win)? http://www.gnupg.org/documentation/manuals/gnupg/Invoking-GPG.html#Invoking-GPG Within this manual you&#

RE: gpg.conf

2009-11-02 Thread David Gray
ount needs to see the keyrings owned by Administrator. Apart from that it's good to see what else can be changed and the skeleton you sent me is a good place to begin. Regards Dave -Original Message- From: John Clizbe [mailto:j...@mozilla-enigmail.org] Sent: 02 November 20

gpg.conf

2009-11-02 Thread David Gray
Hi Could anyone point me in the right direction for a manual/examples on how to edit the gpg.conf file for GnuPG 2.0.12 (GPG 4 Win)? The pdf manual which gets installed with this kit contains no references and the readme only tells me that gpg.conf gets created during install. I w

RE: No secret key under different account

2009-11-02 Thread David Gray
xample of the syntax for adding keyring references to gpg.conf? Thanks Dave -Original Message- From: gnupg-users-boun...@gnupg.org [mailto:gnupg-users-boun...@gnupg.org] On Behalf Of John Clizbe Sent: 30 October 2009 21:27 To: GnuPG Users Subject: Re: No secret key under different accou

RE: No secret key under different account

2009-10-30 Thread David Gray
t: 30 October 2009 14:43 To: David Gray Subject: RE: No secret key under different account Logon to the server as the account you wish to use to encrypt the files. Import public key as you did prior and sign the key as you did prior. This worked for me. I am not in my office, but there are 2 command

No secret key under different account

2009-10-30 Thread David Gray
Hello all, GPG 2.0.12 Windows Server 2003 I've written a C# application which scans for input files and decrypts using GPG. This applications works fine when run under the account (Administrator) that GPG was installed under but when run from a different account (SQLService) I get this err

can't connect to `C:/Program Files/GNU/GnuPG//S.gpg-agent'

2009-10-29 Thread David Gray
Hi, Has anyone got any idea how to resolve the following error: can't connect to `C:/Program Files/GNU/GnuPG//S.gpg-agent' I get this error when issuing the following command gpg --passphrase-fd 0 --batch --output out.dat --decrypt in.pgp This worked fine until a few days ago but now it won

RE: Testing the exit status

2009-10-12 Thread David Gray
compatible with GPG v2. Contacted the auther who is looking at an upgrade. Regards David -Original Message- From: Werner Koch [mailto:w...@gnupg.org] Sent: 12 October 2009 11:00 To: David Gray Cc: gnupg-users@gnupg.org Subject: Re: Testing the exit status On Mon, 12 Oct 2009 11:2

gpgme on Windows

2009-10-12 Thread David Gray
Hi all, Been doing some searching this morning to see if gpgme is available for Windows and can be used commercially. Is anyone using this product on Windows under .net 3.5 (C#) that can give advice? Also does anyone know where the Windows download site is? Thanks in advance Dave Regis

RE: Testing the exit status

2009-10-12 Thread David Gray
ctober 2009 15:14 To: David Gray Cc: gnupg-users@gnupg.org Subject: Re: Testing the exit status On Fri, 9 Oct 2009 13:47, david.g...@turpin-distribution.com said: > Does GPG return different status codes when it exits? > I'm specifically looking for different types of error, such >

Testing the exit status

2009-10-09 Thread David Gray
Hi, Does GPG return different status codes when it exits? I'm specifically looking for different types of error, such as file not found, key not found, invalid passphrase etc. I'm using the Windows version if that makes any difference. Rgds Dave Registered Office: Turpin Distribution Servic

RE: Signing vs. encrypting was: Cipher v public key.

2006-05-31 Thread David Gray
Hi, Thanks to all who have responded to these questions. Getting my head around it Now. Will suggest to the customer that we use signed & encrypted transmissions. The only Issue we then have is that they wish to be custodians of the private key, they are Looking into commerical methods fo

RE: Cipher v public key.

2006-05-31 Thread David Gray
> Sorry I may be missing the point but why does it now show AES or > AES256 as a pukey? >Do you mean "does it _now_ show" or "does it _not_ show"? I meant why does it not show AES256 and also meant pubkey not pukey. More speed less haste I think :-) > Home: /SYS$LOGIN/gnupg > Supported a

V1.4.3 for VMS

2006-05-30 Thread David Gray
Hi, Does anyone know if GnuPG v1.4.3 has been ported to VMS? I can't find it anywhere on the net and the version hosted by HP is v1.2.3 Dave. ___ Gnupg-users mailing list Gnupg-users@gnupg.org http://lists.gnupg.org/mailman/listinfo/gnupg-users

RE: Cipher v public key.

2006-05-30 Thread David Gray
On Fri, May 26, 2006 at 05:20:04PM +0100, David Gray wrote: >> AES256 is listed as a cipher but not a public key? What is the >> The difference? I was hoping to use asymmetric keys with me >> Giving the public key to the customer. As mentioned before this all >>

RE: Cipher v public key.

2006-05-30 Thread David Gray
from HP. The version they host is... GNUPG-1_2_3_AXP.EXE! for Alpha GNUPG-1_2_3_VAX.EXE! for VAX Anyone know if the later versions are available for VMS? Thanks Dave -Original Message- From: Robert J. Hansen [mailto:[EMAIL PROTECTED] Sent: 26 May 200

Cipher v public key.

2006-05-26 Thread David Gray
Hi all, Just starting a project where one of our customers will be sending encrypted data files from their windows based servers to be decrytpted on our VMS servers. They have not yet decided which product they will use for for encryption but I'm hoping to steer them down the GnuPG path as

RE: question about compiling gpg with cygwin

2006-05-26 Thread David Gray
Hi all, Just starting a project where one of our customers will be sending encrypted data files from their windows based servers to be decrytpted on our VMS servers. They have not yet decided which product they will use for for encryption but I'm hoping to steer them down the GnuPG path as

RE: Rijndael usage

2006-05-10 Thread David Gray
reader.Dispose(); cryptstream.Dispose(); return returnstring; } -Original Message- From: David Shaw [mailto:[EMAIL PROTECTED] Sent: 09 May 2006 22:16 To: gnupg-users@gnupg.org Subject: Re: Rijndael usage On Tue, May 09, 2006 at 03:55:15PM +0100, David Gray wrote: > Hell

Rijndael usage

2006-05-09 Thread David Gray
Hello all, Wonder if anyone could give advice on using GnuPG to decrypt Files encoded with the Rijndael cipher. One of our customers is using a software house to build a website that will send encrypted order files to us (the distributor of their stock). The files Are basically CSV format