Re: crlutil: stuck in infinite loop when creating a new crl

2006-06-01 Thread Nelson B. Bolyard
Paul Neyman wrote: > Hello! > > I've been trying to create a new CRL using crlutil, and it gets stuck in > an infinite loop. I've traced it down to SECU_FindCrlIssuer function. > Here's the excerpt from the code: > So, if the certificate is not trusted, and the call to CheckCertUsage > does not

Re: crlutil: stuck in infinite loop when creating a new crl

2006-06-01 Thread Julien Pierre
Paul Neyman wrote: Hello! I've been trying to create a new CRL using crlutil, and it gets stuck in an infinite loop. I've traced it down to SECU_FindCrlIssuer function. Here's the excerpt from the code: while ( ! CERT_LIST_END(node, certList) ) { cert = node->cert; if (CERT