]> git.hungrycats.org Git - linux/commit
Bluetooth: Fix setting correct security level when initiating SMP
authorJohan Hedberg <johan.hedberg@intel.com>
Thu, 18 Sep 2014 08:26:32 +0000 (11:26 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 30 Oct 2014 16:43:14 +0000 (09:43 -0700)
commite8442e3c8e047c4c79984ff9d994f43348c11a28
treed3f47f54cd6802176b2d1cf3fc2b49d6034f2a89
parent12662c19b8d012e8f6efd674ae7b4f567d1b11f3
Bluetooth: Fix setting correct security level when initiating SMP

commit 5eb596f55cacc2389554a8d7572d90d5e9d4269d upstream.

We can only determine the final security level when both pairing request
and response have been exchanged. When initiating pairing the starting
target security level is set to MEDIUM unless explicitly specified to be
HIGH, so that we can still perform pairing even if the remote doesn't
have MITM capabilities. However, once we've received the pairing
response we should re-consult the remote and local IO capabilities and
upgrade the target security level if necessary.

Without this patch the resulting Long Term Key will occasionally be
reported to be unauthenticated when it in reality is an authenticated
one.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
net/bluetooth/smp.c