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 |
||
---|---|---|
.. | ||
esp_mbedtls_dynamic_impl.c | ||
esp_mbedtls_dynamic_impl.h | ||
esp_ssl_cli.c | ||
esp_ssl_srv.c | ||
esp_ssl_tls.c |