mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-28 08:32:21 +01:00
* Signature wrapper improvements to eliminate mallocs/frees unless small stack is used. If small stack is used only one allocation is done based on actual max (was previously was allocating too much and in the encoding case was reallocating a second buffer).