mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-28 03:52:22 +01:00
When the key is small relative to the digest (1024-bit key, 64-byte hash, 61-byte salt length), the internal message to hash is larger than the output size. Allocate a buffer for the message when this happens.