mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-06 11:10:48 +02:00
0ca238c50e
- pkcs7.c: wrap the AuthEnvelopedData encryptedContentSz bounds check entirely in #ifdef NO_PKCS7_STREAM so the default streaming build carries no empty/no-op branch (behavior unchanged). - test_pkcs7.c: assert the encoded size is >32 so the encSz-32 and encSz-1 truncations can't underflow.