OVMS3-idf/components/esp-tls
Vikram Dattu 60dc4285f4 Fixed esp_tls_conn_write documentation.
Return value `0` in actual is case of partial write and not error as per `mbedtls_ssl_write`
Modified documentation of `esp_tls_conn_write` accordingly.

Even `esp_wolfssl_write` API considers just negative returns as errors.

Signed-off-by: Vikram Dattu <vikram.dattu@espressif.com>
2020-04-01 11:04:09 +00:00
..
private_include esp_tls_wolfssl: 1) Fix SNI for wolfSSL 2020-02-27 15:20:22 +05:30
CMakeLists.txt ESP_TLS: Restructuring esp_tls 2019-10-28 16:05:22 +05:30
component.mk ESP_TLS: Restructuring esp_tls 2019-10-28 16:05:22 +05:30
esp_tls.c esp-tls: Add support for https_server using wolfSSL 2020-02-27 15:20:22 +05:30
esp_tls.h Fixed esp_tls_conn_write documentation. 2020-04-01 11:04:09 +00:00
esp_tls_mbedtls.c Add ESP certificate bundle feature 2020-03-04 10:51:43 +08:00
esp_tls_wolfssl.c esp_tls_wolfssl: Added mutex to allow only one TLS conn using PSK at a time 2020-03-26 17:30:05 +05:30
Kconfig esp_tls_wolfssl: Add support for PSK using wolfSSL, 2020-03-26 16:02:57 +05:30