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                    [email protected]
Automated List Manager                           [email protected]
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                    [email protected]
Automated List Manager                           [email protected]

Reply via email to