I am trying to convert a CRL from DER to PEM, using openSSL
0.9.4-SNAP-19990906:
openssl crl -text -inform DER -outform PEM -text -in test.crl
but fails with the following error:
............
unable to load CRL
25061:error:0D0A4008:asn1 encoding routines:d2i_X509_CRL_INFO:asn1
length mismatch:x_crl.c:208:address=1705212 offset=111
25061:error:0D0A3004:asn1 encoding routines:d2i_X509_CRL:nested asn1
error:x_crl.c:234:address=1705208 offset=4
............
I can dump the file using 'openssl asn1parse' without any problem.
Attaching the crl-file.
/Bo
test.crl