esp-idf/components/mbedtls/port/dynamic
Mahavir Jain bf59005fe1 fix(mbedtls): dynamic buffer feature issue with mbedtls 3.5.0
Set max TLS version in the SSL context during setup phase. Dynamic
buffer feature overrides the `mbedtls_ssl_setup` API and hence
this change is required per upstream 3.5.0 codebase change.
2023-10-17 10:03:39 +00:00
..
esp_mbedtls_dynamic_impl.c fix(mbedtls): Build issue in dynamic buffer feature 2023-07-03 04:01:19 +00:00
esp_mbedtls_dynamic_impl.h mbedtls: MBEDTLS_PRIVATE & MBEDTLS_ALLOW_PRIVATE_ACCESS-related cleanup 2022-09-29 10:13:14 +05:30
esp_ssl_cli.c mbedtls: Fix build with dynamic buffers feature 2023-01-09 15:41:36 +05:30
esp_ssl_srv.c https_server: Fix example when MBEDTLS_DYNAMIC_BUFFER is enabled 2022-09-30 23:25:27 +05:30
esp_ssl_tls.c fix(mbedtls): dynamic buffer feature issue with mbedtls 3.5.0 2023-10-17 10:03:39 +00:00