-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to respond to incorrect security codes #144
Comments
We've defined how to handle this is in TLC: https://rsmp-nordic.github.io/rsmp_specifications/rsmp_sxl_traffic_lights/1.2/security_codes.html |
To clarify, security codes is not a concept in core, but is specific to the TLC SXL. But not sending back the current values is not consistent with the current core spec. |
Another option would be to remove security codes from the TLC SXL. This would not require any change to core. |
Security codes is not secure, but rather just a way to check that you're sending a command to the right controller. They're also send in cleartext. Proposal is to handle this in the TLC SXL:
|
If a command cannot be exectured, the normal behaviour is to send back the current values.
But if a command include incorrect security codes, it's not a good idea to return the correct codes.
We should somehow clarify or allow this in the core spec, although security codes is specific to the TLC sxl.
Previous discussion:
rsmp-nordic/rsmp#47
Or we wait until a possible v4 provides a new security model.
The text was updated successfully, but these errors were encountered: