-
Notifications
You must be signed in to change notification settings - Fork 8.3k
tests: Bluetooth: Mesh: remove key ID distribution in mesh bsim #85069
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
tests: Bluetooth: Mesh: remove key ID distribution in mesh bsim #85069
Conversation
omkar3141
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me as discussed.
|
Seems there are already some ranges allocated without any centralized header\document and etc in Zephyr. |
|
Superseded by #85581. |
Hi @tomi-font, mostly yes. However, mesh requires some cleaning up due to your changes. I'll wait until your PR is merged and then rebase and continue cleaning changes here. |
Commit removes centralized PSA key ID distribution in mesh bsim tests since secure storage is instantiated on every simulated device. Signed-off-by: Aleksandr Khromykh <[email protected]>
Commit removes weak attribute and renames some functions in crypto_psa.c since there is no centralized distribution of the PSA key ID in bsim tests and no necessity to reimplement native mesh approach. Signed-off-by: Aleksandr Khromykh <[email protected]>
43c14cb to
c466797
Compare
PR: