Bluetooth: Add BT_SMP_ENFORCE_MITM option
Having this option disabled, MITM flag state can be controlled by bt_conn_security state. This option is enabled by default to not change the current implementation behavior. Related to SM/MAS/SCPK/BV-01-C. Fixes #17463 Signed-off-by: Mariusz Skamra <mariusz.skamra@codecoup.pl>
This commit is contained in:
parent
6bdb1b8b60
commit
74dbd835c3
2 changed files with 15 additions and 5 deletions
|
@ -287,6 +287,14 @@ config BT_BONDABLE
|
|||
Bonding flag in AuthReq of SMP Pairing Request/Response will be set
|
||||
indicating the support for this mode.
|
||||
|
||||
config BT_SMP_ENFORCE_MITM
|
||||
bool "Enforce MITM protection"
|
||||
default y
|
||||
help
|
||||
With this option enabled, the Security Manager will set MITM option in
|
||||
the Authentication Requirements Flags whenever local IO Capabilities
|
||||
allow the generated key to be authenticated.
|
||||
|
||||
config BT_OOB_DATA_FIXED
|
||||
bool "Use a fixed random number for LESC OOB pairing"
|
||||
depends on BT_TESTING
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue