esp-idf/tools/test_apps/protocols/openssl
David Cermak cfc001870c openssl: Add deprecation warning to ssl.h
OpenSSL component will be discontinued in ESP-IDF v5.x. The only official TLS API will be esp-tls
Add docs warning about deprecation in v5.x

Removed all examples demonstrating usage of openssl in IDF
2021-10-05 11:45:52 +02:00
..
client_certs ESP-OPENSSL-tests : Added new test-app to check esp-ssl connection 2020-10-23 11:43:59 +00:00
main openssl: Add deprecation warning to ssl.h 2021-10-05 11:45:52 +02:00
server_certs ESP-OPENSSL-tests : Added new test-app to check esp-ssl connection 2020-10-23 11:43:59 +00:00
app_test.py style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08: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 Support ESP32S3 Beta 3 target 2021-03-18 10:24:22 +08:00

Supported Targets ESP32 ESP32-S2 ESP32-C3

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.