We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32b4356 commit 035b4afCopy full SHA for 035b4af
doc/releases/migration-guide-3.7.rst
@@ -657,6 +657,14 @@ Bluetooth Host
657
longer used in Zephyr 3.4.0 and later. Any references to this field should be removed. No further
658
action is needed.
659
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
668
Networking
669
**********
670
0 commit comments