bt-mesh: deprecate BT_MESH_USES_TINYCRYPT
Since the TinyCrypt library is being deprecated in Zephyr, this commit set TinyCrypt usage in BT mesh as deprecated and it sets Mbed TLS PSA Crypto API as the default option (when TF-M is not available). Tests are also updated in this commit. Signed-off-by: Valerio Setti <vsetti@baylibre.com>
This commit is contained in:
parent
f4592382bb
commit
0f4875b7d0
6 changed files with 18 additions and 26 deletions
|
@ -141,6 +141,11 @@ Bluetooth HCI
|
|||
Bluetooth Mesh
|
||||
==============
|
||||
|
||||
* Following the beginnig of the deprecation process for the TinyCrypt crypto
|
||||
library, Kconfig symbol :kconfig:option:`CONFIG_BT_MESH_USES_TINYCRYPT` was
|
||||
set as deprecated. Default option for platforms that do not support TF-M
|
||||
is :kconfig:option:`CONFIG_BT_MESH_USES_MBEDTLS_PSA`.
|
||||
|
||||
Bluetooth Audio
|
||||
===============
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue