docs: Add section for server verification (esp_https_ota)

- Updated OTA example README
This commit is contained in:
Laukik Hase
2022-04-26 18:04:56 +05:30
parent f38e6cb4fa
commit 1a7eac2d69
3 changed files with 17 additions and 6 deletions

View File

@@ -40,6 +40,8 @@ The ESP-TLS component has a file :component_file:`esp-tls/esp_tls.h` which cont
of the two SSL/TLS Libraries between mbedtls and wolfssl for its operation. API specific to mbedtls are present in :component_file:`esp-tls/private_include/esp_tls_mbedtls.h` and API
specific to wolfssl are present in :component_file:`esp-tls/private_include/esp_tls_wolfssl.h`.
.. _esp_tls_server_verification:
TLS Server verification
-----------------------