Aside: GPG-1.2 useless

Larry Ellis Larry_C_Ellis@hotmail.com
Thu Sep 26 15:01:02 2002


This is a multi-part message in MIME format.

------=_NextPart_000_0037_01C26532.D8E8C9A0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hugh Daniel wrote:
>
>   Sadly GPG-1.2 still can not do the PGP2 protocol correctly, so it is
> only somewhat useful as a file integrity check system...still.
>
>   Quickly the failure is simple:
>
> ahost$ echo "This is a test." > foo
> ahost$ gpg --no-options --pgp2 --armor -r (((your_key))) --sign =
--encrypt
foo
> ahost$ pgp2 foo.asc
> ...
> Unsupported packet format - you need a newer version of PGP for this =
file.
> ...


It looks like the problem is that gpg 1.20 is not setting =
"force-v3-sigs"
when --pgp2 is specifed.  If  "force-v3-sigs" is specified, the example
shown below works fine.








------=_NextPart_000_0037_01C26532.D8E8C9A0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2719.2200" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>Hugh Daniel wrote:<BR>&gt;<BR>&gt;&nbsp;&nbsp; =
Sadly=20
GPG-1.2 still can not do the PGP2 protocol correctly, so it is<BR>&gt; =
only=20
somewhat useful as a file integrity check=20
system...still.<BR>&gt;<BR>&gt;&nbsp;&nbsp; Quickly the failure is=20
simple:<BR>&gt;<BR>&gt; ahost$ echo "This is a test." &gt; foo<BR>&gt; =
ahost$=20
gpg --no-options --pgp2 --armor -r (((your_key))) --sign=20
--encrypt<BR>foo<BR>&gt; ahost$ pgp2 foo.asc<BR>&gt; ...<BR>&gt; =
Unsupported=20
packet format - you need a newer version of PGP for this file.<BR>&gt;=20
...<BR><BR><BR>It looks like the problem is that gpg 1.20 is not setting =

"force-v3-sigs"<BR>when --pgp2 is specifed.&nbsp; If&nbsp; =
"force-v3-sigs" is=20
specified, the example<BR>shown below works =
fine.<BR><BR><BR><BR><BR><BR>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV></BODY></HTML>

------=_NextPart_000_0037_01C26532.D8E8C9A0--