On Mon, Nov 05, 2012, Erik Tkal wrote:

> I have a tool that is creating a cert using X509_sign.  I noticed that there
> are no EVP_MD structs that handle ECDSA properly and found this thread from
> a while back.
> 

What version of OpenSSL is this for?

For OpenSSL 1.0.0 and later you just pass the correct key and digest in. So if
you pass an EC key and EVP_sha256() it will use the correct algorithms and set
up the ASN1 strutucture appropriately.

Steve.
--
Dr Stephen N. Henson. OpenSSL project core developer.
Commercial tech support now available see: http://www.openssl.org
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to