On Thu, Feb 09, 2006, Bob Mearns wrote:
>
> genkeys() {
> DSA *dsa;
> unsigned char encodedPubKey[MAX];
> int pubLen, genstat;
> dsa = DSA_generate_parameters(...);
> /* error check*/
> genStat = DSA_generate_key(dsa);
> /* error check */
> pubLen =
I have code which successfully signs
and verifies documents on Redhat9, but
fails on Solaris 8. Specifically, the failure
is reported in DSA_verify(). Errors strings
are as follows:
error:0D0680A8:asn1 encoding routines:ASN1_CHECK_TLEN:wrong tag
wrong tag
error:0D07803A:asn1 encoding routines:A