Re: CRL error

2001-08-16 Thread Dr S N Henson
Florian Delacroix wrote: > > Hi all, > > I have generated an empty CRL, added a cert ands signed the CRL using > following commands. > X509_CRL_new > sk_X509_REVOKED_push > X509_CRL_sign > That's not enough. You have to set up a few other things as well. Specifi

CRL error

2001-08-16 Thread Florian Delacroix
Hi all, I have generated an empty CRL, added a cert ands signed the CRL using following commands. X509_CRL_new sk_X509_REVOKED_push X509_CRL_sign Yet trying to output a text form with openssl command line tool gives me following error : * OpenSSL> crl