Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH v3 0/7] Handle link key type and security requirements
@ 2011-04-28 10:07 Waldemar Rymarkiewicz
  2011-04-28 10:07 ` [PATCH v3 1/7] Bluetooth: Add definitions for link key types Waldemar Rymarkiewicz
                   ` (6 more replies)
  0 siblings, 7 replies; 15+ messages in thread
From: Waldemar Rymarkiewicz @ 2011-04-28 10:07 UTC (permalink / raw)
  To: Johan Hedberg, padovan; +Cc: linux-bluetooth, Waldemar Rymarkiewicz

Johan, 

I modified patch 6/7 according to your comment and have added a new patch 7/7 which is an
extension of mgmt api to require secure pin code.

Thanks,
Waldek

Waldemar Rymarkiewicz (7):
  Bluetooth: Add definitions for link key types
  Bluetooth: Don't modify sec_level if auth failed
  Bluetooth: Map sec_level to link key requirements
  Bluetooth: Ignore key unauthenticated for high security
  Bluetooth: Double check sec req for pre 2.1 device
  Bluetooth: Respect local MITM req in io_cap reply
  Bluetooth: Add secure flag for mgmt_pin_code_req

 include/net/bluetooth/hci.h      |    9 +++++
 include/net/bluetooth/hci_core.h |    3 +-
 include/net/bluetooth/mgmt.h     |    1 +
 net/bluetooth/hci_conn.c         |   61 +++++++++++++++++++++++++++++++------
 net/bluetooth/hci_core.c         |    2 +-
 net/bluetooth/hci_event.c        |   39 ++++++++++++++++++-----
 net/bluetooth/mgmt.c             |    3 +-
 net/bluetooth/rfcomm/core.c      |   17 ++++++++++-
 8 files changed, 112 insertions(+), 23 deletions(-)


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

end of thread, other threads:[~2011-04-29  8:30 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-28 10:07 [PATCH v3 0/7] Handle link key type and security requirements Waldemar Rymarkiewicz
2011-04-28 10:07 ` [PATCH v3 1/7] Bluetooth: Add definitions for link key types Waldemar Rymarkiewicz
2011-04-28 10:07 ` [PATCH v3 2/7] Bluetooth: Don't modify sec_level if auth failed Waldemar Rymarkiewicz
2011-04-28 10:07 ` [PATCH v3 3/7] Bluetooth: Map sec_level to link key requirements Waldemar Rymarkiewicz
2011-04-28 10:07 ` [PATCH v3 4/7] Bluetooth: Ignore key unauthenticated for high security Waldemar Rymarkiewicz
2011-04-28 10:07 ` [PATCH v3 5/7] Bluetooth: Double check sec req for pre 2.1 device Waldemar Rymarkiewicz
2011-04-28 18:09   ` Gustavo F. Padovan
2011-04-29  8:23     ` Waldemar.Rymarkiewicz
2011-04-28 18:11   ` Johan Hedberg
2011-04-28 21:08     ` Johan Hedberg
2011-04-29  8:30       ` Waldemar.Rymarkiewicz
2011-04-29  8:10     ` Waldemar.Rymarkiewicz
2011-04-28 10:07 ` [PATCH v3 6/7] Bluetooth: Respect local MITM req in io_cap reply Waldemar Rymarkiewicz
2011-04-28 10:07 ` [PATCH v3 7/7] Bluetooth: Add secure flag for mgmt_pin_code_req Waldemar Rymarkiewicz
2011-04-28 18:34   ` Gustavo F. Padovan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox