-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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_security: cracen: Fix configuration system #14323
Conversation
You can find the documentation preview for this PR at this link. It will be updated about 10 minutes after the documentation build succeeds. Note: This comment is automatically posted by the Documentation Publishing GitHub Action. |
54f5744
to
b7a4ec8
Compare
The following west manifest projects have been modified in this Pull Request:
Note: This message is automatically posted and updated by the Manifest GitHub Action. |
8b9176a
to
72a051a
Compare
bc72cab
to
e9ade7e
Compare
Test specificationCI/Jenkins/NRF
CI/Jenkins/integration
Detailed information of selected test modules Note: This message is automatically posted and updated by the CI |
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.
I've done a first review pass, but if you don't mind, I would like to review after we have a green CI :)
e9ade7e
to
101bc89
Compare
101bc89
to
4a459c1
Compare
3a5fe0a
to
2f3dba6
Compare
2f3dba6
to
ff5f1b0
Compare
ff5f1b0
to
0d604b0
Compare
8c73702
to
dae9ac1
Compare
This reverts commit 7d1fb3c. Signed-off-by: Markus Swarowsky <[email protected]>
The CRACEN configuration system wasn't working with oberon core 1.2.1.1 As the key management changed, this fixed that for CRACEN Signed-off-by: Markus Swarowsky <[email protected]>
This kconfig should be part of zephyr/modules/mbedtls/Kconfig.psa and not in the cracen Kconfig so removing it here to add it to zephyr Ref: NCSDK-26142 Signed-off-by: Markus Swarowsky <[email protected]>
After the sample was changed to import keys instead of generating them the log messages were not all changed Signed-off-by: Markus Swarowsky <[email protected]>
Only add the context of enabled algorithms, this saves space as the SRP context is more than twice as big as the jpake ctx Signed-off-by: Markus Swarowsky <[email protected]>
Add missing CONFIG_PSA_WANT_KEY_TYPE_ECC_PUBLIC_KEY=y Signed-off-by: Markus Swarowsky <[email protected]>
dae9ac1
to
22837b2
Compare
The CRACEN configuration system wasn't working with oberon core 1.2.1.1 As the key management changed, this fixed that for CRACEN
test_crypto: PR-609