Hi folks!
 
I need to convert a certificate in PEM format stored in char array to X509 certificate in DER format.
I have tried to use BIO_f_base64() and PEM_read_bio_X509() to convert it but I haven�t got results.
Could anyone tell me how I can do it?
 
Thanks.

Reply via email to