esp-idf/components/esp-tls
Mahavir Jain 4c01c1a034 esp-tls: enable TLS renegotiation using explicit API call
mbedTLS stack does not keep TLS renegotiation enabled even if
relevant config option is turned on, it needs explicit API call
`mbedtls_ssl_conf_renegotiation` to do so.

This issue was observed in case of Azure IoT, where keys needs to
be refreshed periodically to keep TLS connection intact.
2020-07-13 15:35:57 +05:30
..
private_include ESP_TLS: Restructuring esp_tls 2019-10-28 16:05: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_mbedtls.c esp-tls: enable TLS renegotiation using explicit API call 2020-07-13 15:35:57 +05:30
esp_tls_wolfssl.c ESP_TLS: Generalizing error messages for esp_tls 2019-10-28 16:05:31 +05:30
esp_tls.c esp_tls: fail connection if esp_tls_conn_new() timeouts 2020-03-04 15:15:40 +00:00
esp_tls.h esp_tls: added connection timeout to esp_tls_conn_new_sync() 2020-03-04 15:15:40 +00:00
Kconfig ESP_TLS: Restructuring esp_tls 2019-10-28 16:05:22 +05:30