mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-04-28 22:13:23 +02:00
ESP-IDF port
Overview
ESP-IDF development framework with wolfSSL by setting WOLFSSL_ESPIDF definition
Including the following examples:
- Simple TLS client/server
- Cryptographic test
- Cryptographic benchmark
The user_settings.h file enables some of the hardened settings.
Requirements
Setup for Linux
- Run
setup.shat /path/to/wolfssl/IDE/Espressif/ESP-IDF/to deploy files into ESP-IDF tree - Find Wolfssl files at /path/to/esp
/esp-idf/components/wolfssl/ - Find Example programs under /path/to/esp
/esp-idf/examples/protocols/wolfssl_xxx(where xxx is the project name)
Setup for Windows
- Run ESP-IDF Command Prompt (cmd.exe) or Run ESP-IDF PowerShell Environment
- Run
setup_win.batat.\IDE\Espressif\ESP-IDF\ - Find Wolfssl files at /path/to/esp
/esp-idf/components/wolfssl/ - Find Example programs under /path/to/esp
/esp-idf/examples/protocols/wolfssl_xxx(where xxx is the project name)
Configuration
- The
user_settings.hcan be found in /path/to/esp/esp-idf/components/wolfssl/include/user_settings.h
Build examples
- See README in each example folder
Support
For question please email [support@wolfssl.com]
Note: This is tested with :
- OS: Ubuntu 20.04.3 LTS and Microsoft Windows 10 Pro 10.0.19041 and well as WSL Ubuntu
- ESP-IDF: ESP-IDF v4.3.2
- Module : ESP32-WROOM-32