Files
wolfssl/wolfcrypt
Colton Willey 0ca238c50e Scope PKCS7 truncation check to NO_PKCS7_STREAM and guard test underflow
- 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.
2026-06-02 16:39:26 -07:00
..
2026-05-26 14:54:30 +02:00