esp-idf/components/esp-tls
Aditya Patwardhan e957b50e50
fix(esp-tls): Reduce parameter check for esp_tls_conn_read
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.
2024-08-23 12:08:42 +05:30
..
esp-tls-crypto mbedtls-3 update: 2022-03-03 01:37:10 +05:30
private_include fix(esp-tls): Use 64 bit variable for time instead of 32 bit 2024-05-02 18:34:29 +05:30
test_apps feat(esp32c61): disable unsupported build test 2024-07-16 16:06:19 +08:00
CMakeLists.txt fix(esp-tls): Use 64 bit variable for time instead of 32 bit 2024-05-02 18:34:29 +05:30
esp_tls_error_capture.c feat(build): add COMPILER_STATIC_ANALYZER option 2024-06-18 14:25:37 +08:00
esp_tls_errors.h fix(esp-tls): Add headers in esp_tls_errors.h header file 2023-12-01 14:15:43 +05:30
esp_tls_mbedtls.c fix: Fix error logging formatting bug for nano formatting 2024-04-23 00:02:46 +05:30
esp_tls_platform_port.c fix(esp-tls): Fix compilation for linux target on macos 2024-05-13 10:13:54 +02:00
esp_tls_wolfssl.c change(esp-tls): make wolfSSL backend send SNI and enable OCSP 2024-05-30 21:02:12 +08:00
esp_tls.c fix(esp-tls): Reduce parameter check for esp_tls_conn_read 2024-08-23 12:08:42 +05:30
esp_tls.h refactor: migrate atecc608a_ecdsa example to crypto authlib repository 2023-12-22 09:11:41 +05:30
Kconfig refactor: migrate atecc608a_ecdsa example to crypto authlib repository 2023-12-22 09:11:41 +05:30