mbox series

[RESEND,BlueZ,v2,0/2] Add support for signed write command

Message ID 20240304155839.48888-1-frederic.danis@collabora.com
Headers show
Series Add support for signed write command | expand

Message

Frédéric Danis March 4, 2024, 3:58 p.m. UTC
GAP/SEC/CSIGN/BV-02-C request the ability to check that signed write has
been performed successfully.

Move the storage of local and remote CSRK keys to the device object.
This allow to pass GAP/SEC/CSIGN/BV-01-C and GAP/SEC/CSIGN/BV-02-C tests.

v1 -> v2: Move CSRK keys storage to device object only

Frédéric Danis (2):
  gatt-server: Add support for signed write command
  device: Update local and remote CSRK on management event

 src/adapter.c            | 77 +---------------------------------------
 src/device.c             | 48 +++++++++++++++++++++++++
 src/device.h             |  3 ++
 src/shared/gatt-server.c | 13 ++++++-
 4 files changed, 64 insertions(+), 77 deletions(-)