Merge pull request #2829 from cconlon/pkcs7multioctets

PKCS7/CMS EnvelopedData support for fragmented encrypted content
This commit is contained in:
JacobBarthelmeh
2020-03-16 13:12:23 -06:00
committed by GitHub
3 changed files with 120 additions and 39 deletions

View File

@@ -19355,7 +19355,7 @@ static void test_wc_PKCS7_BER(void)
XFILE f;
byte der[4096];
#ifndef NO_DES3
byte decoded[1024];
byte decoded[2048];
#endif
word32 derSz;
int ret;