Skip to content

Commit ab69574

Browse files
committed
doc: nrf: protocols: bt: bt_mesh: Remove tinycrypt reference
This Kconfig no longer exists Signed-off-by: Jamie McCrae <[email protected]>
1 parent ba0efe3 commit ab69574

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

doc/nrf/protocols/bt/bt_mesh/configuring.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -255,10 +255,7 @@ Zephyr's Mesh security toolbox implementation uses third-party crypto library AP
255255

256256
* :kconfig:option:`CONFIG_BT_MESH_USES_MBEDTLS_PSA` - Enables use of the `Mbed TLS`_ PSA API based security toolbox (default option).
257257
* :kconfig:option:`CONFIG_BT_MESH_USES_TFM_PSA` - Enables use of the `Trusted Firmware M`_ PSA API based security toolbox (default option for platforms that support TF-M).
258-
* :kconfig:option:`CONFIG_BT_MESH_USES_TINYCRYPT` - Enables use of Tinycrypt-based security toolbox.
259258
Zephyr's Mesh operates with open key values, including storing them in the persistent memory.
260-
The Tinycrypt-based solution has worse security materials protection compared to others, because it keeps the keys in the memory in open form.
261-
Tinycrypt is not recommended for future designs.
262259

263260
The Bluetooth Mesh security toolbox based on the `PSA Certified Crypto API`_ does not operate with open key values.
264261
After Bluetooth Mesh receives an open key value, it immediately imports the key into the crypto library and receives the unique key identifier.

0 commit comments

Comments
 (0)