[nrf noup] modules: trusted-firmware-m: Add KConfig for KEY_WRAPPING_MODULE#3774
[nrf noup] modules: trusted-firmware-m: Add KConfig for KEY_WRAPPING_MODULE#3774AntonZma wants to merge 1 commit intonrfconnect:mainfrom
Conversation
Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-zephyr#3774 Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
70d052b to
966fd25
Compare
Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-zephyr#3774 Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
tejlmand
left a comment
There was a problem hiding this comment.
why is this a noup patch ?
We have our own glue layer in sdk-nrf, https://github.com/nrfconnect/sdk-nrf/tree/main/modules/trusted-firmware-m, and one reason that is to avoid noup up patches.
…MODULE This commit adds KConfig option for the TFM_CRYPTO_KEY_WRAPPING_MODULE_ENABLED to enable support for AES key wrap APIs. This commit is noup since: 1. key wrapping is not yet supported by upstream TF-M (key wrapping was introduced by PSA API v1.4); 2. key wrapping functionality added on top of PAKE support for TF-M, which is also noup. Ref: NCSDK-29189 Ref: NCSDK-28740 Signed-off-by: Anton Zyma <anton.zyma@nordicsemi.no>
966fd25 to
6095d8e
Compare
Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-zephyr#3774 Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
nordicjm
left a comment
There was a problem hiding this comment.
Not following the discussion but I don't understand the need for this given that there is a modules directory in sdk-nrf, and it's used for exactly that purpose as other modules do, e.g sdk-mcuboot does it, see Kconfig and CMake files in https://github.com/nrfconnect/sdk-nrf/tree/main/modules the MCUboot ones are in https://github.com/nrfconnect/sdk-nrf/tree/main/modules/mcuboot and this is even further expanded in sdk-nrf-bm here: https://github.com/nrfconnect/sdk-nrf-bm/tree/main/modules which actually has the BM sdk-mcuboot module file used which uses the sdk-nrf sdk-mcuboot module file which uses the mcuboot files
|
Will be done within the following PR: nrfconnect/sdk-nrf#27150 |
This PR adds KConfig option for the
TFM_CRYPTO_KEY_WRAPPING_MODULE_ENABLEDto enable support for AES key wrap APIs.