The OpenSSL wiki has moved to https://github.com/openssl/openssl/wiki. Information on this page is no longer edited and may be out-of-date.
Talk:EVP Signing and Verifying
From OpenSSLWiki
Jump to navigationJump to search
Clarification required
Why is
if(1 != EVP_DigestSignFinal(mdctx, *sig, slen)) goto err;
done two times?