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
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", &q
VP_MD
*EVP_get_digestbyname(const char *name)"
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 wh
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
>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 info
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(
There are a few places these things are specified -- in the names given to the
OID arcs, which means looking in SSL, TLS, CMS, S/MIME, etc. OpenSSL has a
pretty complete list of those. Another source is in the URI's for things like
XMLDSig and XMLEncryption.
Your approach of having an 'alias t
I'm trying to develop an application with OpenSSL that needs to verify
a variety of digital signatures from different places. Currently I use
EVP_get_digestbyname to get an EVP_MD handle identifying the algorithm
used, and this works well for things that originally came from OpenSSL,
but
On Wed, Feb 01, 2006, Milan Tomic wrote:
>
> Is EVP_get_digestbyname() safe for usage in multithreading programs
> (multiple concurent calls)?
>
It should be since certificate verification uses it.
Steve.
--
Dr Stephen N. Henson. Email, S/MIME and PGP keys: see homepage
OpenSSL
Is EVP_get_digestbyname() safe for usage in multithreading programs
(multiple concurent calls)?
Thank you in advance,
Milan
__
OpenSSL Project http://www.openssl.org
User Support Mailing List
10 matches
Mail list logo