esp-idf/tools/test_apps/protocols/openssl
David Cermak 8bd758b72a ci: Removed remaining binary size checks in app-tests
Also removes unused references to http-request app size in idf_performance.h
2020-11-25 21:22:18 +01:00
..
client_certs ESP-OPENSSL-tests : Added new test-app to check esp-ssl connection 2020-10-23 11:43:59 +00:00
main Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
server_certs ESP-OPENSSL-tests : Added new test-app to check esp-ssl connection 2020-10-23 11:43:59 +00:00
CMakeLists.txt ESP-OPENSSL-tests : Added new test-app to check esp-ssl connection 2020-10-23 11:43:59 +00:00
README.md ESP-OPENSSL-tests : Added new test-app to check esp-ssl connection 2020-10-23 11:43:59 +00:00
app_test.py ci: Removed remaining binary size checks in app-tests 2020-11-25 21:22:18 +01:00

README.md

ESP-OPENSSL connect test project

Main purpose of this application is to test the ESP-OPENSSL library to correctly connect/refuse connectio with TLS servers. It is possible to run this example manually without any test to exercise ESP-OPENSSL library.

Runtime settings

This app waits for user input to provide these parameters: test-type: "conn" connection test (host, port, test-case)

Hardware Required

This test-app can be executed on any ESP32 board, the only required interface is WiFi and connection to a local network and tls server.