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
This commit is contained in:
David Cermak
2021-09-21 13:51:11 +02:00
parent e35a87f723
commit cfc001870c
31 changed files with 25 additions and 1015 deletions
@@ -1,6 +1,8 @@
OpenSSL-APIs
------------
.. note:: The OpenSSL-API will be discontinued in ESP-IDF from v5.0. Please use ESP-TLS <esp_tls> instead.
The code of this API (located in :component:`openssl` directory), does not contain OpenSSL itself but is intended as a wrapper for applications using the OpenSSL API.
It uses mbedTLS to do the actual work, so anyone compiling openssl code needs the mbedtls library and header file.