Hi Patrick Eisenacher I converted this crl to PEM format which worked like charm. Is there any restriction like CRL's should be in PEM for mat only?
Thanks Radhakrishna. -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Eisenacher, Patrick Sent: Tuesday, December 08, 2009 5:51 PM To: '[email protected]' Subject: RE: Unable to load CRL Hi Radhakrishna, -----Original Message----- > From: owner-openssl-users On Behalf Of Radha krishna Meduri -X > Sent: Tuesday, December 08, 2009 12:29 PM > To: [email protected] > 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 [email protected] Automated List Manager [email protected] ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [email protected] Automated List Manager [email protected]
