Alfred Thomas wrote:
Hi Nils

Sorry, I am still very new to OpenSSL, thanks for your quick response. I
found the definition in obj_mac.h thanks, and I got the application to sign
and verify the data.
I am using low-level ECDSA_sign.
We receive the public key as a binary file (not in a PKCS12 or PEM file),
just the actual public key as binary. How do I get a EC_KEY from that binary
file?

did you try d2i_PUBKEY() ? In this functions doesn't work it would
be interesting to know what format the public key has.

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

Reply via email to