Bugzilla – Attachment #21306: pkcs7_vulnerability.patch for bug #57153
{
*until = cert->notAfter;
if (same_dn(cert->issuer, cert->subject))
plog("end certificate with identical subject and issuer not accepted");
return FALSE;
}
for (;;)
x509cert_t *issuer_cert;