mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
1c9592efc4
RX process caches the session information in "ssl->in_ctr" not in "ssl->in_buf". So when freeing the SSL, can't free the "ssl->in_ctr", because the "ssl->in_buf" is empty. Make the RX process like TX process, and cache the session information in "ssl->in_buf", so that the cache buffer can be freed when freeing the SSL. Closes https://github.com/espressif/esp-idf/issues/6104 |
||
---|---|---|
.. | ||
dynamic | ||
esp32 | ||
esp32s2 | ||
esp32s3 | ||
include | ||
sha | ||
esp_aes_xts.c | ||
esp_bignum.c | ||
esp_hardware.c | ||
esp_mem.c | ||
esp_timing.c | ||
mbedtls_debug.c | ||
net_sockets.c |