[openssl-dev] APIs to convert a downloaded DER format CRL file to PEM format

Matt Caswell matt at openssl.org
Tue Sep 6 07:55:49 UTC 2016



On 06/09/16 08:00, Patel, Anirudh (Anirudh) wrote:
> Now can I convert this dlCRL to PEM format? All this needs to be done
> programmatically and not by executing openssl crl commands.

Yes. Use PEM_write_bio_X509_CRL(), or PEM_write_X509_CRL():

https://www.openssl.org/docs/manmaster/crypto/PEM_read_X509.html

Matt


More information about the openssl-dev mailing list