Re: CRL question

2004-12-13 Thread Charles B Cranston
CRLs are signed by the CA certificate whose subsidiary certificates are mentioned (or not) in the CRL. So a CRL is verified just like any other signed document. You need any certificates in the chain, which may or may not be supplied along with the CRL, see PKCS#7 format and/or the openssl crl2pk

Re: crl question

2001-10-17 Thread Ravi Prakash B.V.
After revoking the certificate, you didnt generate the CRL file. First generate the CRL file and then ckeck. cheers, Ravi Prakash B.V. On Wed, 17 Oct 2001, Juan Carlos Albores Aguilar wrote: > Hi, i'm using openssl and i've created my own CA so i can sign certificates, >revocate them and eve

Re: CRL Question

1999-08-30 Thread Michael Ströder
ssl wrote: > > On Mon, 30 Aug 1999, Michael Ströder wrote: > > > ssl wrote: > > > > > > below the cert info, you'll see the "Check Certificate Status" button, > > > [..] > > > By this method, the cert must have "nsRevocationUrl" pointing > > > to a cgi to check it. > > > > This on-line certifica

Re: CRL Question

1999-08-30 Thread ssl
Ah yes, getting confused. rather, the cgi should check the crl whether that serial is revoked. On Mon, 30 Aug 1999, Michael Ströder wrote: > ssl wrote: > > > > below the cert info, you'll see the "Check Certificate Status" button, > > [..] > > By this method, the cert must have "nsRevocationUrl