mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-17 23:28:15 +00:00

New APIs: * protocomm_open_session() * protocomm_close_session() This allows external applications using protocomm to manually create and close sessions. These internally call the new_transport_session() and close_transport_session() APIs implemented by the security scheme in use. Updated unit tests with usage of new APIs