[nrf fromtree] bluetooth: mesh: use new Kconfig CONFIG_PSA_CRYPTO#3431
[nrf fromtree] bluetooth: mesh: use new Kconfig CONFIG_PSA_CRYPTO#3431Vge0rge wants to merge 3 commits intonrfconnect:mainfrom
Conversation
72dbf74 to
a22fe18
Compare
This is invalid hash. Correct hash: 019e26a |
|
|
Strange how that happened, I will cherry pick the correct one. |
a22fe18 to
b37e4e9
Compare
b37e4e9 to
e5e5ba9
Compare
|
Will this (and manifest) be rebased and merged? |
e5e5ba9 to
af4ec33
Compare
I am hoping so indeed, I just rebased. Lets see if the CI is happy |
|
CI is not happy, there are a couple of samples which cannot build now and I cannot reproduce the error at the moment. I will have to wait until next week until I can have a proper look on the failures but if anyone from bluetooth wants to have a look that would be great :) This change will get in when Zephyr is updated anyway. |
dc74fa3 to
150e46f
Compare
This reverts commit b40de2b. This is not a clean fromtree. I will bring it back clean afterwards. Signed-off-by: Georgios Vasilakis <georgios.vasilakis@nordicsemi.no>
Remove previous Kconfig choices CONFIG_BT_MESH_USES_MBEDTLS_PSA and CONFIG_BT_MESH_USES_TFM_PSA and use CONFIG_PSA_CRYPTO instead. This commit also updates test code accordingly. Signed-off-by: Valerio Setti <vsetti@baylibre.com> (cherry picked from commit 019e26a)
The BT_FIXED_PASSKEY Kconfig option is being deprecated, and is replaced by BT_APP_PASSKEY. The reason for the deprecation is an upcoming errata, ES-24489, which mandates that a new passkey shall be generated for each pairing procedure. Signed-off-by: Håvard Reierstad <haavard.reierstad@nordicsemi.no> (cherry picked from commit 82cfb5a) Signed-off-by: Georgios Vasilakis <georgios.vasilakis@nordicsemi.no>
150e46f to
19bd100
Compare
|
Needs more domain expertise to handle, so closing this and it can be handled later in the next upmerge. |
Remove previous Kconfig choices CONFIG_BT_MESH_USES_MBEDTLS_PSA and CONFIG_BT_MESH_USES_TFM_PSA and use CONFIG_PSA_CRYPTO instead. This commit also updates test code accordingly.