linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/11] Bluetooth: New mgmt messages for SMP Keys
@ 2011-08-20  0:08 Vinicius Costa Gomes
  2011-08-20  0:08 ` [PATCH 01/11] Bluetooth: Use the LTK after receiving a LE Security Request Vinicius Costa Gomes
                   ` (11 more replies)
  0 siblings, 12 replies; 14+ messages in thread
From: Vinicius Costa Gomes @ 2011-08-20  0:08 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Vinicius Costa Gomes

Hi,

Using new messages for SMP keys allow for simpler code as it is always
clear from context the kind of key that is necessary.

Along with this are some fixes for problems found while implementing the
Proximity Profile.

--

Vinicius Costa Gomes (11):
  Bluetooth: Use the LTK after receiving a LE Security Request
  Revert "Bluetooth: Add support for communicating keys with userspace"
  Bluetooth: Add structures for the new SMP messages
  Bluetooth: Add support for cleaning the SMP key list
  Bluetooth: Add handlers for the new mgmt messages
  Bluetooth: Rename smp_key_size to enc_size
  Bluetooth: Use the smp_keys list for accessing SMP keys
  Bluetooth: Remove the link key if LE pairing fails
  Bluetooth: Fix not setting a pending security level
  Bluetooth: Fix setting the connection sec_level when encryption fails
  Bluetooth: Remove support for other SMP keys than the LTK

 include/net/bluetooth/hci.h      |    1 +
 include/net/bluetooth/hci_core.h |   39 ++++++---
 include/net/bluetooth/mgmt.h     |   26 ++++++-
 net/bluetooth/hci_core.c         |  103 ++++++++++++++++---------
 net/bluetooth/hci_event.c        |   13 ++-
 net/bluetooth/l2cap_core.c       |    6 +-
 net/bluetooth/mgmt.c             |  159 +++++++++++++++++++++++++++-----------
 net/bluetooth/smp.c              |   78 +++++++++++--------
 8 files changed, 291 insertions(+), 134 deletions(-)

--
1.7.6


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2011-10-13 18:54 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-20  0:08 [PATCH 00/11] Bluetooth: New mgmt messages for SMP Keys Vinicius Costa Gomes
2011-08-20  0:08 ` [PATCH 01/11] Bluetooth: Use the LTK after receiving a LE Security Request Vinicius Costa Gomes
2011-08-20  0:08 ` [PATCH 02/11] Revert "Bluetooth: Add support for communicating keys with userspace" Vinicius Costa Gomes
2011-08-20  0:08 ` [PATCH 03/11] Bluetooth: Add structures for the new SMP messages Vinicius Costa Gomes
2011-08-20  0:08 ` [PATCH 04/11] Bluetooth: Add support for cleaning the SMP key list Vinicius Costa Gomes
2011-08-20  0:08 ` [PATCH 05/11] Bluetooth: Add handlers for the new mgmt messages Vinicius Costa Gomes
2011-08-20  0:08 ` [PATCH 06/11] Bluetooth: Rename smp_key_size to enc_size Vinicius Costa Gomes
2011-08-20  0:08 ` [PATCH 07/11] Bluetooth: Use the smp_keys list for accessing SMP keys Vinicius Costa Gomes
2011-08-20  0:08 ` [PATCH 08/11] Bluetooth: Remove the link key if LE pairing fails Vinicius Costa Gomes
2011-08-22 14:52   ` Vinicius Costa Gomes
2011-08-20  0:08 ` [PATCH 09/11] Bluetooth: Fix not setting a pending security level Vinicius Costa Gomes
2011-08-20  0:08 ` [PATCH 10/11] Bluetooth: Fix setting the connection sec_level when encryption fails Vinicius Costa Gomes
2011-08-20  0:08 ` [PATCH 11/11] Bluetooth: Remove support for other SMP keys than the LTK Vinicius Costa Gomes
2011-10-13 18:54 ` [PATCH 00/11] Bluetooth: New mgmt messages for SMP Keys Vinicius Costa Gomes

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).