Re: [openssl-users] Valid strings to be passed to EVP_get_digestbyname()

2016-02-18 Thread Michael Wojcik
orithms. Michael Wojcik Technology Specialist, Micro Focus From: openssl-users [mailto:openssl-users-boun...@openssl.org] On Behalf Of Nayna Jain Sent: Thursday, February 18, 2016 06:41 To: openssl-users@openssl.org Subject: [openssl-users] Valid strings to be passed to EVP_get_digestbyname() H

[openssl-users] Valid strings to be passed to EVP_get_digestbyname()

2016-02-18 Thread Nayna Jain
Hi, I am trying to use EVP APIs for generating sha256 hashes. I think of the step is to pass the digest name to EVP_get_digestbyname() and get the EVP_MD* structure However, I am not able to find the valid string to be passed for SHA256 hash algorithm.. I tried passing "sha256", "SHA256", it s