.vscode | ||
build | ||
components | ||
main | ||
trace | ||
.gitignore | ||
.gitmodules | ||
.travis.yml | ||
build_properties.temp.cmake | ||
CMakeLists.txt | ||
component_properties.temp.cmake | ||
example_test.py | ||
gdbinit | ||
Makefile | ||
partitions_example.csv | ||
README.md | ||
sdkconfig | ||
sdkconfig.ci.history | ||
sdkconfig.ci.nohistory | ||
sdkconfig.defaults | ||
sdkconfig.old |
Certificate authority on ESP32
Used examples in this project
- https://github.com/espressif/esp-idf/tree/master/examples/wifi/getting_started/station
- https://github.com/espressif/esp-idf/tree/master/examples/protocols/https_server
- https://github.com/espressif/esp-idf/tree/master/examples/system/console
- https://github.com/ARMmbed/mbedtls/blob/development/programs/pkey/gen_key.c
- https://github.com/ARMmbed/mbedtls/blob/development/programs/x509/cert_write.c