All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH BlueZ v3 0/6] mesh: Add App and Net Key Refresh keyring back-end
@ 2019-05-23 16:13 Brian Gix
  2019-05-23 16:13 ` [PATCH BlueZ v3 1/6] mesh: Add new method for Key Refresh procedure Brian Gix
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Brian Gix @ 2019-05-23 16:13 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: inga.stotland, brian.gix

This is version 3 of the patch set that now implements the following:

On interface org.bluez.mesh.Management1:
    CreateSubnet()
    ImportSubnet()
    UpdateSubnet()
    DeleteSubnet()
    CreateAppKey()
    ImportAppKey()
    UpdateAppKey()
    DeleteAppKey()
    CompleteAppKeyUpdate()
    SetKeyPhase()
    ImportRemoteNode()
    DeleteRemoteNode()

Brian Gix (6):
  mesh: Add new method for Key Refresh procedure
  mesh: Centralize definition of PRIMARY_NET_IDX
  mesh: Implement Net Key keyring storage handling
  mesh: Implement App Key keyring storage handling
  mesh: Implement Key Refresh Phasing in keyring
  mesh: Implement remote dev key methods for keyring

 doc/mesh-api.txt |  66 ++++++++++----
 mesh/manager.c   | 264 ++++++++++++++++++++++++++++++++++++++++++++++++-------
 mesh/mesh-defs.h |   1 +
 mesh/node.c      |  12 ++-
 4 files changed, 285 insertions(+), 58 deletions(-)

-- 
2.14.5


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

end of thread, other threads:[~2019-05-24 15:07 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-23 16:13 [PATCH BlueZ v3 0/6] mesh: Add App and Net Key Refresh keyring back-end Brian Gix
2019-05-23 16:13 ` [PATCH BlueZ v3 1/6] mesh: Add new method for Key Refresh procedure Brian Gix
2019-05-23 16:13 ` [PATCH BlueZ v3 2/6] mesh: Centralize definition of PRIMARY_NET_IDX Brian Gix
2019-05-23 16:13 ` [PATCH BlueZ v3 3/6] mesh: Implement Net Key keyring storage handling Brian Gix
2019-05-23 16:13 ` [PATCH BlueZ v3 4/6] mesh: Implement App " Brian Gix
2019-05-23 16:13 ` [PATCH BlueZ v3 5/6] mesh: Implement Key Refresh Phasing in keyring Brian Gix
2019-05-23 16:13 ` [PATCH BlueZ v3 6/6] mesh: Implement remote dev key methods for keyring Brian Gix
2019-05-24 15:07 ` [PATCH BlueZ v3 0/6] mesh: Add App and Net Key Refresh keyring back-end Gix, Brian

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.