mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-28 02:32:19 +01:00
1. _WIN64 doesn't have 128-bit type but now can use 64-bit sp_int_digit when assembly code snippets are being used. 2. Fix sp_div() to support values closer to maximum size. 3. Fix builds to work for more configurations. 4. Have ECC uncompressed code keep intermediate values in range of maximum (x^3 calculation fixed). 5. Fix configuation.ac's check of FIPS for using signed SP Math All. Default now not signed as intended.