Skip to content

Commit

Permalink
Update doc/nrf/releases_and_maturity/releases/release-notes-changelog…
Browse files Browse the repository at this point in the history
….rst

Co-authored-by: Pekka Niskanen <[email protected]>
  • Loading branch information
MarekPieta and peknis authored Feb 26, 2025
1 parent 13ec0fb commit 4727183
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -254,11 +254,11 @@ nRF Desktop
This change results from the Bluetooth subsystem transition to the PSA cryptographic API.
The GATT database hash calculation now requires larger stack size.

* Support for Bluetooth LE legacy pairing is no longer enabled by default, because it's not secure.
Using Bluetooth LE legacy pairing introduces risk of eavesdropping.
Supporting Bluetooth LE legacy pairing makes device vulnerable for downgrade attack.
The :kconfig:option:`CONFIG_BT_SMP_SC_PAIR_ONLY` is enabled by default in Zephyr.
If you still need to support the Bluetooth LE legacy pairing you need to disable the option in configuration.
* Support for Bluetooth LE legacy pairing is no longer enabled by default, because it is not secure.
Using Bluetooth LE legacy pairing introduces a risk of eavesdropping.
Supporting Bluetooth LE legacy pairing makes devices vulnerable for a downgrade attack.
The :kconfig:option:`CONFIG_BT_SMP_SC_PAIR_ONLY` Kconfig option is enabled by default in Zephyr.
If you still need to support the Bluetooth LE legacy pairing, you need to disable the option in the configuration.

* Added:

Expand Down

0 comments on commit 4727183

Please sign in to comment.