mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-02-01 12:39:16 +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.