Change GnuPG key trust from within PHP

2007-11-09 Thread Gerhard
Hi! I tried to implement gnupgp to my webmail program (written in php) via the PECL extension gnupg-1.3.1 but it was not possible to change the trust for the keys of the keyring. Then i tried the same via command line from within php. This was also not working. I tried it via the --batch command

Re: Keyserver name command

2007-11-09 Thread Ron Rogers Jr.
On Fri, 09 Nov 2007 20:20:18 + Bob Henson <[EMAIL PROTECTED]> wrote: > Two of my keys have keyserver names built in by using PGP's > simple key editing UI. I haven't got PGP installed now, and > wanted to change the keyserver using "gpg --keyserver name", > as the server in the keys has now d

Re: Keyserver name command

2007-11-09 Thread David Shaw
On Fri, Nov 09, 2007 at 08:20:18PM +, Bob Henson wrote: > Two of my keys have keyserver names built in by using PGP's simple key > editing UI. I haven't got PGP installed now, and wanted to change the > keyserver using "gpg --keyserver name", as the server in the keys has > now disappeared or

Keyserver name command

2007-11-09 Thread Bob Henson
Two of my keys have keyserver names built in by using PGP's simple key editing UI. I haven't got PGP installed now, and wanted to change the keyserver using "gpg --keyserver name", as the server in the keys has now disappeared or no longer functions. I'd like to either remove it altogether and not

Re: how to use gpg with a smartcard, when there is no smartcard

2007-11-09 Thread Michael Kesper
Hi, On Fri, Nov 09, 2007 at 10:28:19AM +0100, Stephan Hermann wrote: > Hi, > > I have a little problem with gnupg and smartcards. > I added to my key a signing subkey for my smartcard. This works great > when the smartcard reader is attached to my computer, which is my home > workstation. > >

Re: how to use gpg with a smartcard, when there is no smartcard

2007-11-09 Thread Werner Koch
On Fri, 9 Nov 2007 10:28, [EMAIL PROTECTED] said: > There must be a possibility to sign something without having a smartcard > reader attached, right? Sure. You need to tell gpg to use a different key for signing gpg -s -u other-key will work. If that other key is a subkey and tehre is

Re: compiling gpg 147

2007-11-09 Thread Werner Koch
On Thu, 8 Nov 2007 16:40, [EMAIL PROTECTED] said: > I just reinstalled Cygwin and compiling 1.4.7 went ok except that at the > end 16 of 27 tests failed. Is there a file in which I can see what went > wrong? The log files are all named checks/*.test.log. Salam-Shalom, Werner -- Die Ged

how to use gpg with a smartcard, when there is no smartcard

2007-11-09 Thread Stephan Hermann
Hi, I have a little problem with gnupg and smartcards. I added to my key a signing subkey for my smartcard. This works great when the smartcard reader is attached to my computer, which is my home workstation. Now I have a copy of my secret key etc. on my usb stick and want to use my key for si