Re: CRLs and X509_verify_cert

2001-08-05 Thread Lutz Jaenicke
On Sun, Aug 05, 2001 at 02:22:59AM +, Peter Shannon wrote: I've been using the X509_STORE commands to verify certs but it seems as thought the X509_verify_cert() function has no code to process CRLs. The only mention of crls in x509_cfy.c is a comment with no associated code...

CRLs and X509_verify_cert

2001-08-04 Thread Peter Shannon
Hi, I've been using the X509_STORE commands to verify certs but it seems as thought the X509_verify_cert() function has no code to process CRLs. The only mention of crls in x509_cfy.c is a comment with no associated code... /* CRL CHECK */ Just wondered if sombody could tell me if