gojimmypi a13f48aea0 Update Espressif Examples il y a 1 mois
..
CMakeLists.txt b8997d0b47 revert test_wolfssl.c changes il y a 3 ans
README.md a13f48aea0 Update Espressif Examples il y a 1 mois
component.mk 9d2294b967 Support AES and SHA hw acceleration on esp32-wroom-32 il y a 5 ans
test_wolfssl.c 8851065848 cppcheck fixes il y a 1 an

README.md

wolfSSL unit-test app

The test contains of wolfSSL unit-test app on Unity.

When you want to run the app

  1. Go to /esp-idf/tools/unit-test-app/ folder
  2. idf.py menuconfig to configure unit test app.
  3. idf.py -T wolfssl build to build wolfssl unit test app.

See Espressif for more information about unit test app.