Skip to content
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

[nrf fromtree] kconfig: openthread: Fix PSA Key Ref config for RCP architecture #1699

Merged
merged 1 commit into from
May 14, 2024

Conversation

maciejbaczmanski
Copy link
Member

OPENTHREAD_PLATFORM_KEY_REF should not be selected for RCP architecture, as keys are handled on host's side and passed to device over Spinel, and therefore they cannot be exported on platform from reference with PSA Crypto API.

Signed-off-by: Maciej Baczmanski maciej.baczmanski@nordicsemi.no
(cherry picked from commit 479e957)

…chitecture

`OPENTHREAD_PLATFORM_KEY_REF` should not be selected for RCP
architecture, as keys are handled on host's side and passed to
device over Spinel, and therefore they cannot be exported
on platform from reference with PSA Crypto API.

Signed-off-by: Maciej Baczmanski <maciej.baczmanski@nordicsemi.no>
(cherry picked from commit 479e957)
@nordicjm nordicjm merged commit bec3732 into nrfconnect:main May 14, 2024
16 checks passed
@maciejbaczmanski maciejbaczmanski deleted the ot_rcp_optim branch May 14, 2024 06:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants