Cannot enable MBEDTLS_SSL_PROTO_TLS1_3 when MBEDTLS_DYNAMIC_BUFFER=y (IDFGH-14708) #15448
Open
3 tasks done
Labels
Status: Opened
Issue is new
Answers checklist.
General issue report
Currently MBEDTLS_SSL_PROTO_TLS1_3 depends on !MBEDTLS_DYNAMIC_BUFFER.
But disabling MBEDTLS_DYNAMIC_BUFFER takes too much memory (about 20K) for ESP32.
So due to the limited memory size on esp32, it's almost not possible to support TLS1.3
for existing products using esp32.
I had asked this issue several months ago: #14126 (comment)
However, there is no update even after @AdityaHPatwardhan replied "will soon update regarding dynamic buffers with TLS 1.3". #14126 (comment) (It was 3 Months ago).
Can someone help to update the status? @mahavirj
The text was updated successfully, but these errors were encountered: