View | Details | Raw Unified | Return to bug 57153
Collapse All | Expand All

(-)strongswan-2.1.1/programs/pluto/x509.c (+6 lines)
Lines 1852-1857 Link Here
1852
{
1852
{
1853
    *until = cert->notAfter;
1853
    *until = cert->notAfter;
1854
1854
1855
    if (same_dn(cert->issuer, cert->subject))
1856
    {
1857
	plog("end certificate with identical subject and issuer not accepted");
1858
	return FALSE;
1859
    }
1860
1855
    for (;;)
1861
    for (;;)
1856
    {
1862
    {
1857
	x509cert_t *issuer_cert;
1863
	x509cert_t *issuer_cert;

Return to bug 57153