Replacing PGP (Freeware 7.0.3) by gnuPG + gpgSHELL

Werner Koch wk@gnupg.org
Thu Apr 25 17:23:01 2002


On Thu, 25 Apr 2002 09:53:56 -0400, "Toxik  said:

> I'd like to know how to determine if my signature on somebody else's key is
> exportable or not (it's already signed, but I don't remember).

Not easily:  export the key and run gpg --list-packets on it.  You
should see a signature subpacket like this

        hashed subpkt 4 len 2 (not exportable)

for non-exportable signatures.  With 1.0.7 you will see a line:

sig 2 L     A50283F1 2002-04-19   pgp2.6.3-test-key

where the L indicates such a signature.

> If it isn't, is there a way to make it exportable ?

1.0.7 will do so.

  Werner