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

2013-08-10 Thread Sanjay Kumar (sanjaku5)
Thanks Tom Added OpenSSL_add_all_digests() It is working From: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org] On Behalf Of Tom marchand Sent: Saturday, August 10, 2013 5:25 AM To: openssl-users@openssl.org Subject: Re: Issue facing while using function "const E

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 running

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 ht

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 #include int main(int argc, char *argv[