<html><body><p>Hi,<br><br>I am trying to use EVP APIs for generating sha256 hashes.<br><br>I think of the step is to pass the digest name to EVP_get_digestbyname() and get the EVP_MD* structure<br><br>However, I am not able to find the valid string to be passed for SHA256 hash algorithm..  I tried passing "sha256", "SHA256", it shows "unknown message digest"<br><br>Tried to do doc and google search, couldn't find the list of valid strings.<br><br>Can someone please help me with this ?<br><br><br>Thanks & Regards,<br>Nayna Jain<BR>
</body></html>