Hi all
 
I need to read a DER encoded X509 certificate from file to get the public
key to verify an ECDSA signature. Can anyone please give me a pointer as to
what to do?
What I need is to: 
Read the X509 certificate
Get the EC_KEY (maybe an EVP_PKEY).
 
I already got the ECDSA_verify method working, so all I need now is the
EC_KEY public key from the file.
 
Regards
Alfred Thomas

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to