Skip to content

Commit 15c4f05

Browse files
committed
bluetooth: mesh: Mark BT_MESH_USES_TINYCRYPT as deprecated
Since TinyCrypt is deprecated, we need to mark BT_MESH_USES_TINYCRYPT option as deprecated too so it is visible for the customers that they need to switch to MbedTLS. Signed-off-by: Pavel Vasilyev <[email protected]>
1 parent 124aae3 commit 15c4f05

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

doc/releases/release-notes-4.0.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,13 @@ Bluetooth
146146

147147
* HCI Drivers
148148

149+
* Mesh
150+
151+
* The :kconfig:option:`CONFIG_BT_MESH_USES_TINYCRYPT` Kconfig option is marked as deprecated. The
152+
reason is that the TinyCrypt library is deprecated and will be removed in a future release.
153+
The :kconfig:option:`CONFIG_BT_MESH_USES_MBEDTLS_PSA` option should be used from now on.
154+
Changing this option requires devices to be unprovisioned as the keys will not be restored.
155+
149156
Boards & SoC Support
150157
********************
151158

subsys/bluetooth/mesh/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1412,6 +1412,7 @@ config BT_MESH_USES_TINYCRYPT
14121412
select TINYCRYPT_SHA256
14131413
select TINYCRYPT_SHA256_HMAC
14141414
select BT_HOST_CCM
1415+
select DEPRECATED
14151416
help
14161417
Use TinyCrypt library to perform crypto operations.
14171418

0 commit comments

Comments
 (0)