Hi ,
I need small help regarding this issue.
I have looked at the file " openssldsa_link.c " under the BIND-9.3 and found
below code snapshot where the problem occured.
status = DSA_do_verify(digest, ISC_SHA1_DIGESTLENGTH, dsasig, dsa);
DSA_SIG_free(dsasig);
if (status == 0)
Hi ,
I need small help regarding this issue.
I have looked at the file " openssldsa_link.c " under the BIND-9.3 and found
below code snapshot where the problem occured.
status = DSA_do_verify(digest, ISC_SHA1_DIGESTLENGTH, dsasig, dsa);
DSA_SIG_free(dsasig);
if (status == 0)
2 matches
Mail list logo