esp-idf
esp-idf copied to clipboard
Make esp_mbedtls_server_session_create async compatible (IDFGH-13606)
This makes esp_mbedtls_server_session_create
async-friendly by splitting up the function into two parts. This change was originally proposed here in order to make an asynchronous TLS server possible: https://github.com/esp-rs/esp-idf-svc/pull/368#discussion_r1512376482