On Mon, 11 Aug 1997 root(_at_)mars(_dot_)ceddec(_dot_)com wrote:
if ( hash_alg != SHA1_hash )
return (bad_alg)
Now that I have downloaded the source:
pgpDSAKey.c, around line 175, in dsaVerify:
if (h->type != PGP_HASH_SHA)
return 0; /* No match for sure! */
--- reply to tzeruch - at - ceddec - dot - com ---