David Garske
|
12d2d17d18
|
Minor cleanups to TLS bench tool configuration.
|
2019-11-18 10:29:50 -08:00 |
David Garske
|
7819fedca7
|
Update for OpenSTM32 project. Adds TLS benchmarking tool, which test client/server for each cipher suite.
|
2019-11-15 12:10:09 -08:00 |
David Garske
|
dcab2f47ee
|
Fixes for STM32 hardware acceleration. Adds CubeMX HAL hashing support for MD5, SHA1, SHA224 and SHA256. Adds support for STM32F7 (`WOLFSSL_STM32F7`). Fixes issue with AES-GCM and STM32F2. Cleanup of the STM32 macros (adds `NO_STM32_HASH`, `NO_STM32_CRYPTO` and `NO_STM32_RNG` to optionally disable hardware acceleration).
|
2017-09-15 10:39:09 -07:00 |
David Garske
|
a616513860
|
Added support for AES GCM with STM32F2/STM32F4 using Standard Peripheral Library and CubeMX. Added AES ECB Decrypt for Standard Peripheral Library. Fixes for wolfCrypt test with STM32 crypto hardware for unsupported tests (AES CTR plus 9 and AES GCM with IV != 12). Improve AES CBC for STM32 to handle block aligned only. Added IDE example for SystemWorkbench for STM32 (Open STM32 tools) IDE.
|
2017-05-19 11:15:46 -07:00 |