Merge pull request #2537 from JacobBarthelmeh/PKCS7

fix for pkcs7 verify streaming
This commit is contained in:
Chris Conlon
2019-11-01 10:15:44 -06:00
committed by GitHub

View File

@ -4818,6 +4818,7 @@ static int PKCS7_VerifySignedData(PKCS7* pkcs7, const byte* hashBuf,
ret = BUFFER_E; ret = BUFFER_E;
break; break;
} }
stateIdx = idx;
#endif #endif
/* set contentType and size after init of PKCS7 structure */ /* set contentType and size after init of PKCS7 structure */