esp-idf/components/esp-tls
Mahavir Jain 52469c8505 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-03 05:52:22 +00:00
..
private_include
CMakeLists.txt
Kconfig
component.mk
esp_tls.c
esp_tls.h
esp_tls_mbedtls.c esp-tls: enable TLS renegotiation using explicit API call 2020-07-03 05:52:22 +00:00
esp_tls_wolfssl.c esp_tls_wolfssl: fix incorrect error message after handshake fails 2020-06-18 10:10:40 +05:30