Hi Radhakrishna, -----Original Message----- > From: owner-openssl-users On Behalf Of Radha krishna Meduri -X > Sent: Tuesday, December 08, 2009 12:29 PM > To: openssl-users@openssl.org > Subject: Unable to load CRL > > I am not able to load the crl in text format and I am getting following error > while issuing following command "openssl crl -in abcd.crl -text" > > unable to load CRL > 28950:error:0906D06C:PEM routines:PEM_read_bio:no start > line:pem_lib.c:642:Expecting: X509 CRL > > Any idea what could be issue?
that means that abcd.crl has no proper PEM-encoding (base64 plus header and footer). The error messages states that openssl can't find the header. For more info about the header and footer, see http://www.openssl.org/docs/apps/crl.html#NOTES HTH, Patrick Eisenacher ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org