mbox series

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

Message ID 20240304155839.48888-1-frederic.danis@collabora.com (mailing list archive)
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(-)

Comments

patchwork-bot+bluetooth@kernel.org March 4, 2024, 9 p.m. UTC | #1
Hello:

This series was applied to bluetooth/bluez.git (master)
by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>:

On Mon,  4 Mar 2024 16:58:37 +0100 you wrote:
> 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
> 
> [...]

Here is the summary with links:
  - [RESEND,BlueZ,v2,1/2] gatt-server: Add support for signed write command
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=71f0a1e88d9a
  - [RESEND,BlueZ,v2,2/2] device: Update local and remote CSRK on management event
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=3eba64ba2c85

You are awesome, thank you!