mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-07 18:10:53 +02:00
1a4bc322f7
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