OVMS3-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 esp_tls_wolfssl: 1) Fix SNI for wolfSSL 2020-02-27 15:20:22 +05:30
CMakeLists.txt secure_element: atecc608_ecdsa example 2020-05-21 13:08:30 +05:30
component.mk ESP_TLS: Restructuring esp_tls 2019-10-28 16:05:22 +05:30
esp_tls.c tcp_transport: close to return error only for socket error or invalid args 2020-05-05 15:53:09 +02:00
esp_tls.h secure_element: atecc608_ecdsa example 2020-05-21 13:08:30 +05:30
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
Kconfig secure_element: atecc608_ecdsa example 2020-05-21 13:08:30 +05:30