Daniel Pouzzner a3fb5029f8 clean up trailing whitespace and misplaced CRLFs, add missing final newlines, remove stray UTF8 nonprintables (BOMs) and ASCIIfy stray homoglyphs (spaces and apostrophes), guided by expanded coverage in wolfssl-multi-test check-source-text. hace 2 meses
..
CMakeLists.txt b8997d0b47 revert test_wolfssl.c changes hace 3 años
README.md a3fb5029f8 clean up trailing whitespace and misplaced CRLFs, add missing final newlines, remove stray UTF8 nonprintables (BOMs) and ASCIIfy stray homoglyphs (spaces and apostrophes), guided by expanded coverage in wolfssl-multi-test check-source-text. hace 2 meses
component.mk 9d2294b967 Support AES and SHA hw acceleration on esp32-wroom-32 hace 5 años
test_wolfssl.c 8851065848 cppcheck fixes hace 1 año

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 [https://docs.espressif.com/projects/esp-idf/en/latest/api-guides/unit-tests.html] for more information about unit test app.