removed check against producedAt date in ocsp, check not required

pull/1/head
John Safranek 2012-12-19 11:28:33 -08:00
parent 4e657debfc
commit 26cf98c878
1 changed files with 0 additions and 2 deletions

View File

@ -4374,8 +4374,6 @@ static int DecodeResponseData(byte* source,
if (GetBasicDate(source, &idx, resp->producedDate,
&resp->producedDateFormat, size) < 0)
return ASN_PARSE_E;
if (!ValidateDate(resp->producedDate, resp->producedDateFormat, BEFORE))
return ASN_BEFORE_DATE_E;
if (DecodeSingleResponse(source, &idx, resp, size) < 0)
return ASN_PARSE_E;