How to convert certificate from .pem to .der format

2008-09-30 Thread praveens
-certificate-from-.pem-to-.der-format-tp19722997p19722997.html Sent from the OpenSSL - User mailing list archive at Nabble.com. __ OpenSSL Project http://www.openssl.org User Support Mailing List

Re: How to convert certificate from .pem to .der format

2008-09-30 Thread delcour.pierre
praveens wrote: I want to know the openssl APIs to convert a certificate from .pem to .der format. I know about the openssl command which does the same. But Can you tell me how to do it in a Cprogram using openssl or any other method Hi, load your x509 file using loaded = PEM_read_X509(f,

Re: How to convert certificate from .pem to .der format

2008-09-30 Thread ugen
. But Can you tell me how to do it in a Cprogram using openssl or any other method -- View this message in context: http://www.nabble.com/How-to-convert-certificate-from-.pem-to-.der-format-tp19722997p19748370.html Sent from the OpenSSL - User mailing list archive at Nabble.com