linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH BlueZ 0/8] Permanent storage of SMP keys
@ 2011-07-01 19:12 Vinicius Costa Gomes
  2011-07-01 19:12 ` [PATCH BlueZ 1/8] Add stubs for storing " Vinicius Costa Gomes
                   ` (8 more replies)
  0 siblings, 9 replies; 12+ messages in thread
From: Vinicius Costa Gomes @ 2011-07-01 19:12 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Vinicius Costa Gomes

This is the companion series for userspace to add support for
storing SMP keys.

Notes:
 - Only Long Term Keys (LTKs) are stored at the moment;
 - A new file was created for storing LTKs;

Cheers,

Vinicius Costa Gomes (8):
  Add stubs for storing SMP keys
  Add support for storing SMP keys
  Add support for creating the device from the SMP keys
  Define macros for link key types
  Fix using "magic" values for key types
  Add support for getting the Encryption Key Size via btio
  Add support for passing the CID to btiotest
  Add support for btiotest to returning the key size

 btio/btio.c       |   21 +++++++++++++++
 btio/btio.h       |    1 +
 doc/mgmt-api.txt  |    2 +
 lib/bluetooth.h   |    1 +
 lib/hci.h         |   13 +++++++++
 lib/mgmt.h        |    2 +
 plugins/hciops.c  |   12 +++++---
 plugins/mgmtops.c |   33 +++++++++++++++++------
 src/adapter.c     |   74 ++++++++++++++++++++++++++++++++++++++++++++++++++--
 src/adapter.h     |    2 +
 src/event.c       |   61 ++++++++++++++++++++++++++++++++++++++++---
 src/event.h       |    2 +-
 src/storage.c     |   28 ++++++++++++++++++++
 src/storage.h     |    2 +
 test/btiotest.c   |   24 +++++++++++++++--
 15 files changed, 253 insertions(+), 25 deletions(-)

--
1.7.6


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

end of thread, other threads:[~2011-07-26  0:18 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-01 19:12 [PATCH BlueZ 0/8] Permanent storage of SMP keys Vinicius Costa Gomes
2011-07-01 19:12 ` [PATCH BlueZ 1/8] Add stubs for storing " Vinicius Costa Gomes
2011-07-25 23:40   ` mike tsai
2011-07-26  0:18     ` Vinicius Gomes
2011-07-01 19:12 ` [PATCH BlueZ 2/8] Add support " Vinicius Costa Gomes
2011-07-01 19:12 ` [PATCH BlueZ 3/8] Add support for creating the device from the " Vinicius Costa Gomes
2011-07-01 19:12 ` [PATCH BlueZ 4/8] Define macros for link key types Vinicius Costa Gomes
2011-07-01 19:12 ` [PATCH BlueZ 5/8] Fix using "magic" values for " Vinicius Costa Gomes
2011-07-01 19:12 ` [PATCH BlueZ 6/8] Add support for getting the Encryption Key Size via btio Vinicius Costa Gomes
2011-07-01 19:12 ` [PATCH BlueZ 7/8] Add support for passing the CID to btiotest Vinicius Costa Gomes
2011-07-01 19:12 ` [PATCH BlueZ 8/8] Add support for btiotest to returning the key size Vinicius Costa Gomes
2011-07-06 20:04 ` [PATCH BlueZ 0/8] Permanent storage of 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).