zephyr/tests/bluetooth/host
Sergey Korotkov 2ee0e38929 Bluetooth: Host: more secure defaults for key size and legacy pairing
Default the Minimum encryption key size to 16.
Key with reduced size is easier to brut force.
Disable LE legacy pairing by default since it's not secure.

These defaults should suite majority of newly developed applications.
It's better to use sensible more secure defaults,
so applications that really need less secure option consciously change it,
not the other way around.
This may help to prevent downgrade attacks.

Signed-off-by: Sergey Korotkov <sergey.korotkov@nordicsemi.no>
2024-12-04 12:10:54 +01:00
..
conn Bluetooth: Host: Remove unnecessary hci_driver.h includes 2024-11-22 11:37:12 +01:00
crypto tests: bluetooth: replace TinyCrypt with PSA in unit tests 2024-11-27 16:40:47 -05:00
cs Bluetooth: Host: Unit test for bt_le_cs_set_valid_chmap_bits 2024-11-16 14:58:14 -05:00
data/bt_data_parse lib: net_buf: move the network buffer implementation to lib 2024-09-07 11:19:05 -05:00
ecc lib: net_buf: rename header file from zephyr/net/buf.h to zephyr/net_buf.h 2024-09-07 11:19:05 -05:00
host_mocks
id Bluetooth: Host: more secure defaults for key size and legacy pairing 2024-12-04 12:10:54 +01:00
keys tests/bluetooth/host/keys/bt_keys_get_addr: Correct mock prototypes 2024-10-29 09:24:13 -07:00
CMakeLists.txt