Issue facing while using function const EVP_MD *EVP_get_digestbyname(const char *name)

2013-08-09 Thread Sanjay Kumar (sanjaku5)
Hello All, I have a test program to use the function EVP_get_digestbyname as below I am not able figure out why function EVP_get_digestbyname return NULL ? After running the program as below I am getting the print md is NULL Any help ? #include stdio.h #include openssl/evp.h int main(int

RE: Issue facing while using function const EVP_MD *EVP_get_digestbyname(const char *name)

2013-08-09 Thread Dave Thompson
From: owner-openssl-us...@openssl.org On Behalf Of Sanjay Kumar (sanjaku5) Sent: Friday, 09 August, 2013 19:17 I have a test program to use the function EVP_get_digestbyname as below I am not able figure out why function EVP_get_digestbyname return NULL ? get information about an error

Re: Issue facing while using function const EVP_MD *EVP_get_digestbyname(const char *name)

2013-08-09 Thread Tom marchand
Do you have to call OpenSSL_add_all_digests() first? On Aug 9, 2013, at 7:17 PM, Sanjay Kumar (sanjaku5) wrote: Hello All, I have a test program to use the function EVP_get_digestbyname as below I am not able figure out why function “EVP_get_digestbyname” return NULL ? After