OVMS3-idf/components/protocomm/test
Anurag Kar 86e9acc2c9 Protocomm : Added new APIs for opening and closing secure sessions
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
2019-04-16 13:50:01 +05:30
..
CMakeLists.txt cmake: Add support for test build 2018-10-20 12:07:24 +08:00
component.mk Protocomm : Added unit tests and protobuf-c generated files 2018-10-02 19:07:28 +05:30
test_protocomm.c Protocomm : Added new APIs for opening and closing secure sessions 2019-04-16 13:50:01 +05:30