forked from wolfSSL/wolfssl
fix for pkcs7 verify streaming
This commit is contained in:
@ -4818,6 +4818,7 @@ static int PKCS7_VerifySignedData(PKCS7* pkcs7, const byte* hashBuf,
|
||||
ret = BUFFER_E;
|
||||
break;
|
||||
}
|
||||
stateIdx = idx;
|
||||
#endif
|
||||
|
||||
/* set contentType and size after init of PKCS7 structure */
|
||||
|
Reference in New Issue
Block a user