esp-idf/components/protocomm/src
Piyush Shah 541cf16c9e protocomm security1: Restart security session if SESSION_STATE_CMD0 is received
With the introduction of cookies to track a session, it is possible that the
clients restart the provisioning on the same session, specifically when a user
cancels a current provisioning attempt. This can result in an error as the state
on the device side and client side will go out of sync.

This has now been changed such that if SESSION_STATE_CMD0 is received on
an existing session, the state is reset and flow allowed to continue.
2021-01-13 04:34:10 +00:00
..
common tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07:00
security protocomm security1: Restart security session if SESSION_STATE_CMD0 is received 2021-01-13 04:34:10 +00:00
simple_ble Protocomm/simple_ble: Make gatt table map size equal to number of handles received 2020-11-05 08:53:13 +00:00
transports protocomm_httpd: Use HTTP cookies to track session 2021-01-13 04:34:10 +00:00