Kaushalye Kapuruge wrote:
Hi list,
Here is my code to get the issuer of an X509 certificate in PEM format. I'm using X509_NAME_oneline() to convert the X509_NAME to a string. But the man page discourage the use of it. Is there any other function serves for the same purpose.

X509_NAME_print_ex() ... it's described in the same manpage.

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