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
commit e07e07f831
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 */