mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-10 04:40:49 +02:00
3926ccd39b
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.