Difference between revisions of "Talk:EVP Signing and Verifying"

From OpenSSLWiki
Jump to navigationJump to search
(Created page with "== Clarification required == Why is if(1 != EVP_DigestSignFinal(mdctx, *sig, slen)) goto err; done two times?")
(No difference)

Revision as of 16:52, 15 June 2013

Clarification required

Why is

 if(1 != EVP_DigestSignFinal(mdctx, *sig, slen)) goto err;

done two times?