Commit 853eae51 authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

Implement CMS_NOCRL.

parent b4be3808
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -336,6 +336,7 @@ int CMS_verify(CMS_ContentInfo *cms, STACK_OF(X509) *certs,
	if (!(flags & CMS_NO_SIGNER_CERT_VERIFY))
		{
		cms_certs = CMS_get1_certs(cms);
		if (!(flags & CMS_NOCRL))
			crls = CMS_get1_crls(cms);
		for (i = 0; i < sk_CMS_SignerInfo_num(sinfos); i++)
			{