Skip to content

Commit 035b4af

Browse files
valeriosettiaescolar
authored andcommitted
doc: update migration guide about changes to bt-crypto
Update migration guide about the support to PSA functions introduced in bt-crypto. Signed-off-by: Valerio Setti <[email protected]>
1 parent 32b4356 commit 035b4af

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/releases/migration-guide-3.7.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -657,6 +657,14 @@ Bluetooth Host
657657
longer used in Zephyr 3.4.0 and later. Any references to this field should be removed. No further
658658
action is needed.
659659

660+
Bluetooth Crypto
661+
================
662+
663+
* :kconfig:option:`CONFIG_BT_USE_PSA_API` was added to explicitly request use
664+
of PSA APIs instead of TinyCrypt for crypto operations. Of course, this is
665+
possible only a PSA crypto provider available in the system, i.e.
666+
:kconfig:option:`CONFIG_PSA_CRYPTO_CLIENT` is set. (:github:`73378`)
667+
660668
Networking
661669
**********
662670

0 commit comments

Comments
 (0)