Bizhan Gholikhamseh (bgholikh) wrote:
Hi All,
I need to convert a public key in PEM format to Hex format.
Thanks,
B
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List openssl-users@openssl.org
Automated List Manager majord...@openssl.org
Use of the PEM_read_*() functions to read the PEM key into an
internal structure. You can then use the i2d_*() functions to convert that
into a binary representation.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List openssl-users@openssl.org
Automated List Manager majord...@openssl.org