On Wed, Mar 20, 2013, Leon Brits wrote:

> List,
> 
> I've continued so long to use the NIST prime curves to implement sign/verify
> using EVP. I am basically using the same code as for RSA and DSA. This
> mechanism is so transparent (nice!) that I just want to verify that it is
> using ECDSA at the backend? Do you have any reference to this fact, which I
> can add to my code for when the client audits the code?
> 

There are all sorts of ways to do this. One of which is to actually use the
printing routines which produce human readable output of the key components.
See EVP_PKEY_print_public et al manual pages.

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
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to