Re: CRL in OpenSSL 0.9.6c

2002-03-09 Thread Boguslaw Brandys
s Boguslaw - Original Message - From: "Dr S N Henson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, March 09, 2002 8:25 PM Subject: Re: CRL in OpenSSL 0.9.6c > Bogus³aw Brandys wrote: > > > > Hello, > > > > I have one question about CRL

Re: CRL in OpenSSL 0.9.6c

2002-03-09 Thread Dr S N Henson
Bogus³aw Brandys wrote: > > Hello, > > I have one question about CRL: is X509_verify_cert parse CRL list ? > I had try to use X509_STORE_load_locations to load CRL file with revokation > of certificate which is used for signing. Surpsise is that verify is always > successful neither certificate

CRL in OpenSSL 0.9.6c

2002-03-09 Thread Bogusław Brandys
Hello, I have one question about CRL: is X509_verify_cert parse CRL list ? I had try to use X509_STORE_load_locations to load CRL file with revokation of certificate which is used for signing. Surpsise is that verify is always successful neither certificate is signed as revoked in CRL or not. Ma