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
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
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_CheckCertUsage(ce
3 matches
Mail list logo