mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-27 19:42:23 +01:00
--- variable md5_hash moved to the heap (up to 256 bytes saved) --- variable sha_hash moved to the heap (up to 256 bytes saved) --- variable labelSeed moved to the heap (up to 128 bytes saved) --- variable md5_result moved to the heap (up to 224 bytes saved) --- variable sha_result moved to the heap (up to 224 bytes saved) tls: refactoring PRF to reduce stack usage: --- variable labelSeed moved to the heap (up to 128 bytes saved)