mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-28 01:42:19 +01:00
wc_PKCS7_AddDataToStream() was called the first time prior to BERtoDER conversion, subsequent times afterwards which meant the stream idx pointer was incorrect. This patch restarts the stream after conversion. Fixes ZD13476