mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-28 01:42:19 +01:00
* Added new `WOLFSSL_TELIT_M2MB` build option to enable support for RNG, Time, Mutex, FileSystem and Directory. * Added `XTIME_MS` macro to simplify the tls13.c layer time requirement. * Cleanup of the wolfCrypt benchmark and test printf remapping. * Added wolfCrypt optional memory test enabled with `COMPLEX_MEM_TEST`. * Added wolfCrypt test / benchmark feature for allowing "sleep" between long operations using `TEST_SLEEP()`. * Fix for extern with `sp_ModExp_2048` when building with `--cpp` option.