OVMS3-idf/components/esp-tls
Mahavir Jain 6f034e9194 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:56:00 +05:30
..
private_include esp-tls: extending error handle to contain error descriptors with last mbedtls failure and latest certificate verification result flags, reworked tcp_transport to use this error handle 2019-07-04 20:55:10 +02:00
CMakeLists.txt components: fix incorrect include dir args 2019-08-28 10:28:17 +08:00
component.mk esp-tls: capturing specific errors to be available in tcp_transport and then in application code 2019-07-04 20:55:10 +02:00
esp_tls.c esp-tls: enable TLS renegotiation using explicit API call 2020-07-13 15:56:00 +05:30
esp_tls.h esp_tls: added connection timeout to esp_tls_conn_new_sync() 2020-01-20 07:26:51 +01:00
Kconfig esp_tls: Add support for server side SSL/TLS connection 2019-06-25 23:43:35 +00:00