Hi Vesna,
there is a small bug in SSLeay-0.8.1/apps/crl.c that causes the segmentation
fault.
apps/crl.c line 211
X509_NAME_oneline(x->crl->issuer,buf,256);
substitute with
str=X509_NAME_oneline(x->crl->issuer,buf,256);
Lars <[EMAIL PROTECTED]>
+-------------------------------------------------------------------------+
| Administrative requests should be sent to [EMAIL PROTECTED] |
| List service provided by Open Software Associates, http://www.osa.com/ |
+-------------------------------------------------------------------------+