mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-28 09:12:19 +01:00
Lengths were signed int for decrypt while unsigned int for encrypt. Use word32 across the board. Also fix AES-NI code on Windows to cast lengths to word64 before multiplying by 8 to avoid averflow.