Re: GPG as a PGP replacement

1999-05-18 Thread Steve Haslam
On Tue, May 18, 1999 at 08:44:36AM +0200, Michael Meskes wrote: > Not true with my version anymore. The files are only under > /usr/doc/gpg-rsa/examples. Hm, I still have a diversion from /usr/bin/gpg to /usr/bin/gpg.gnupg, where /usr/bin/gpg is a script to load the rsa/idea extensions and add the

Re: GPG as a PGP replacement

1999-05-18 Thread Michael Meskes
On Tue, May 18, 1999 at 01:31:36AM +0200, Alexander N. Benner wrote: > >From /var/lib/dpkg/diverts: > /usr/bin/gpg > /usr/bin/gpg.gnupg > gpg-rsa > /usr/man/man1/gpg.1.gz > /usr/man/man1/gpg.gnupg.1.gz > gpg-rsa Not true with my version anymore. The files are only under /usr/doc/gpg-rsa/examples.

Re: GPG as a PGP replacement

1999-05-18 Thread Alexander N. Benner
Hi Ship's Log, Lt. Steve Haslam, Stardate 170599.1408: > > The gpg-pgp script and pgp2 compatibility hackage is in gpg-rsaidea, not > gnupg (afaicr). >From /var/lib/dpkg/diverts: /usr/bin/gpg /usr/bin/gpg.gnupg gpg-rsa /usr/man/man1/gpg.1.gz /usr/man/man1/gpg.gnupg.1.gz gpg-rsa I think you are

Re: GPG as a PGP replacement

1999-05-17 Thread Steve Haslam
On Mon, May 17, 1999 at 11:27:39AM +0200, Alexander N. Benner wrote: > Ship's Log, Lt. Michael Meskes, Stardate 140599.1439: > > Which version do you use? I don't have that script. > > > Was it removed in the l8est Version ? > Cannot check the changelog as I still have it ;-) The gpg-pgp script

Re: GPG as a PGP replacement

1999-05-17 Thread Alexander N. Benner
Hi Ship's Log, Lt. Michael Meskes, Stardate 140599.1439: > Which version do you use? I don't have that script. > ii gnupg 0.9.6-1GNU privacy guard - a free PGP replacement. > I have: Desired=Unknown/Install/Remove/Purge | Status=Not/Installed/Config-files/Unpacked/Failed-confi

Re: GPG as a PGP replacement

1999-05-16 Thread Michael Meskes
On Thu, May 13, 1999 at 12:51:03PM +0200, Alexander N. Benner wrote: > oops .. have you looked at the debian gpg? > It is actually a script callin gpg.gnupg (the binary) with exactly these > options (except the debian-keyring) Which version do you use? I don't have that script. Desired=Unknown/In

Re: GPG as a PGP replacement

1999-05-14 Thread Michael Sobolev
On Fri, May 14, 1999 at 09:25:49AM -0600, Jason Gunthorpe wrote: > > gpgm is not available anymore. I don't have an idea whether this is by > > design. > > Oh? Hmm that I should look into, I've been using it :| It is by desing. As of version 0.9.6. -- Mike

Re: GPG as a PGP replacement

1999-05-14 Thread Jason Gunthorpe
On Thu, 13 May 1999, Michael Meskes wrote: > keyring /home/meskes/.gnupg/pubring.gpg > secret-keyring /home/meskes/.gnupg/secring.gpg I'm not sure, I think gpg may add them on its own? > > PGP 2.x compatible signatures can be generated using this command: > > > > gpg --rfc-1991 -a --clearsi

Re: GPG as a PGP replacement

1999-05-14 Thread Michael Meskes
On Wed, May 12, 1999 at 09:34:25PM -0600, Jason Gunthorpe wrote: > load-extension rsa > load-extension idea > keyring /usr/share/keyrings/debian-keyring.pgp > keyring /usr/share/keyrings/debian-keyring.gpg > keyring /home/jgg/.pgp/pubring.pgp > secret-keyring /home/jgg/.pgp/secring.pgp Okay, I did

Re: GPG as a PGP replacement

1999-05-14 Thread Jason Gunthorpe
On Fri, 14 May 1999, Steve Haslam wrote: > On Thu, May 13, 1999 at 05:19:44PM -0600, Jason Gunthorpe wrote: > > > (I did "gpg --no-options --load-extension rsa --load-extension idea \ > > > --clearsign -u 0x6494661D --secret-keyring ~/.pgp/secring.pgp \ > > > < testfile > testfile

Re: GPG as a PGP replacement

1999-05-14 Thread Joel Klecker
Incidentally, using a dpkg-buildpackage hacked to use gpg with my RSA key, I was able to produce a signature that dinstall successfully verified. Evil patch follows. --- /usr/bin/dpkg-buildpackage~ Wed Apr 28 22:56:38 1999 +++ /usr/bin/dpkg-buildpackage Thu May 13 08:59:24 1999 @@ -34,7 +34,7 @

Re: GPG as a PGP replacement

1999-05-13 Thread Steve Haslam
On Thu, May 13, 1999 at 05:19:44PM -0600, Jason Gunthorpe wrote: > > (I did "gpg --no-options --load-extension rsa --load-extension idea \ > > --clearsign -u 0x6494661D --secret-keyring ~/.pgp/secring.pgp \ > > < testfile > testfile.out") > > Try using cat, gpg may try to use fstat

Re: GPG as a PGP replacement

1999-05-13 Thread Jason Gunthorpe
On Thu, 13 May 1999, Steve Haslam wrote: > gpg --clearsign works, gpg --sign doesn't, seemingly. (ERROR: Nested > data has unexpected format. CTB=0xCB) > > (I did "gpg --no-options --load-extension rsa --load-extension idea \ > --clearsign -u 0x6494661D --secret-keyring ~/.pgp/secring.p

Re: GPG as a PGP replacement

1999-05-13 Thread Steve Haslam
On Thu, May 13, 1999 at 02:33:49PM -0600, Jason Gunthorpe wrote: > > On Thu, 13 May 1999, Marco d'Itri wrote: > > > AFAIK this is not needed. The only compatibility options I have in my > > ~/.gnupg/options file are: > > I was unable to make it work without the --rfc-1991 argument afaicr, you

Re: GPG as a PGP replacement

1999-05-13 Thread Jason Gunthorpe
On Thu, 13 May 1999, Marco d'Itri wrote: > >PGP 2.x compatible signatures can be generated using this command: > > gpg --rfc-1991 -a --clearsign foo.txt > AFAIK this is not needed. The only compatibility options I have in my > ~/.gnupg/options file are: I was unable to make it work without t

Re: GPG as a PGP replacement

1999-05-13 Thread Marco d'Itri
On May 13, Jason Gunthorpe <[EMAIL PROTECTED]> wrote: >PGP 2.x compatible signatures can be generated using this command: > gpg --rfc-1991 -a --clearsign foo.txt AFAIK this is not needed. The only compatibility options I have in my ~/.gnupg/options file are: compress-algo 1 force-v3-sigs no-co

Re: GPG as a PGP replacement

1999-05-13 Thread Alexander N. Benner
Hi Ship's Log, Lt. Jason Gunthorpe, Stardate 120599.2134: > > Hi all, > > I have been doing some reasearch here and I have been able to determine > that right now GPG represents (with the non-free RSA and IDEA modules) a > functional replacement for PGP 2.x for both checking signatures and > cre