mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
e957b50e50
Previously the *data parameters of esp_tls_conn_read was required to be non-NULL after espressif/esp-idf!28358. This prevents users from using a functionality in esp_tls_conn_read where calling `esp_tls_conn_read(ctx, NULL, 0);` triggers the transfer of contents from tcp layer to mbedtls (ssl) layer. After this the user can read the contents from esp_tls_get_bytes_avail(). This commit removes the additional NULL check on the data field to keep this functionality enabled. |
||
---|---|---|
.. | ||
esp-tls-crypto | ||
private_include | ||
test_apps | ||
CMakeLists.txt | ||
esp_tls_error_capture.c | ||
esp_tls_errors.h | ||
esp_tls_mbedtls.c | ||
esp_tls_platform_port.c | ||
esp_tls_wolfssl.c | ||
esp_tls.c | ||
esp_tls.h | ||
Kconfig |