From: patchwork-bot+bluetooth@kernel.org
To: Luiz Augusto von Dentz <luiz.dentz@gmail.com>
Cc: linux-bluetooth@vger.kernel.org
Subject: Re: [RFC v2 01/12] shared/crypto: Add bt_crypto_sirk
Date: Sat, 11 Mar 2023 00:40:20 +0000 [thread overview]
Message-ID: <167849522070.21816.4954897604805294201.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20230307222422.2608483-1-luiz.dentz@gmail.com>
Hello:
This series was applied to bluetooth/bluez.git (master)
by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>:
On Tue, 7 Mar 2023 14:24:11 -0800 you wrote:
> From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
>
> This adds bt_crypto_sirk which attempts to generate a unique SIRK using
> the following steps:
>
> - Generate a hash (k) using the str as input
> - Generate a hash (sirk) using vendor, product, version and source as input
> - Encrypt sirk using k as LTK with sef function.
>
> [...]
Here is the summary with links:
- [RFC,v2,01/12] shared/crypto: Add bt_crypto_sirk
https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=c1dd94cc7f81
- [RFC,v2,02/12] shared/ad: Add RSI data type
https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=c2e99aefd337
- [RFC,v2,03/12] doc: Add set-api
https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=6477522e92e3
- [RFC,v2,04/12] device-api: Add Set property
https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=5bac4cddb191
- [RFC,v2,05/12] core: Add initial implementation of DeviceSet interface
(no matching commit)
- [RFC,v2,06/12] core: Check if device has RSI
https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=f95ffcc8b1fe
- [RFC,v2,07/12] main.conf: Add CSIP profile configurable options
(no matching commit)
- [RFC,v2,08/12] shared/csip: Add initial code for handling CSIP
https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=d297a03b7a61
- [RFC,v2,09/12] profiles: Add initial code for csip plugin
https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=9e1eb0a62b3f
- [RFC,v2,10/12] tools: Add support to generate RSI using SIRK
https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=c446a64d461b
- [RFC,v2,11/12] client: Add support for DeviceSet proxy
https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=373bafc34ce6
- [RFC,v2,12/12] client: Use AdvertisingFlags when available
https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=815f779aa8e4
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
next prev parent reply other threads:[~2023-03-11 0:41 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-07 22:24 [RFC v2 01/12] shared/crypto: Add bt_crypto_sirk Luiz Augusto von Dentz
2023-03-07 22:24 ` [RFC v2 02/12] shared/ad: Add RSI data type Luiz Augusto von Dentz
2023-03-07 22:24 ` [RFC v2 03/12] doc: Add set-api Luiz Augusto von Dentz
2023-03-07 22:24 ` [RFC v2 04/12] device-api: Add Set property Luiz Augusto von Dentz
2023-03-07 22:24 ` [RFC v2 05/12] core: Add initial implementation of DeviceSet interface Luiz Augusto von Dentz
2023-03-07 22:24 ` [RFC v2 06/12] core: Check if device has RSI Luiz Augusto von Dentz
2023-03-07 22:24 ` [RFC v2 07/12] main.conf: Add CSIP profile configurable options Luiz Augusto von Dentz
2023-03-07 22:24 ` [RFC v2 08/12] shared/csip: Add initial code for handling CSIP Luiz Augusto von Dentz
2023-03-07 22:24 ` [RFC v2 09/12] profiles: Add initial code for csip plugin Luiz Augusto von Dentz
2023-03-07 22:24 ` [RFC v2 10/12] tools: Add support to generate RSI using SIRK Luiz Augusto von Dentz
2023-03-07 22:24 ` [RFC v2 11/12] client: Add support for DeviceSet proxy Luiz Augusto von Dentz
2023-03-07 22:24 ` [RFC v2 12/12] client: Use AdvertisingFlags when available Luiz Augusto von Dentz
2023-03-08 2:12 ` [RFC,v2,01/12] shared/crypto: Add bt_crypto_sirk bluez.test.bot
2023-03-11 0:40 ` patchwork-bot+bluetooth [this message]
2023-03-13 5:36 ` [RFC v2 01/12] " Luiz Augusto von Dentz
2023-03-13 23:29 ` Pauli Virtanen
2023-03-14 0:18 ` Luiz Augusto von Dentz
2023-03-14 0:57 ` Pauli Virtanen
2023-04-06 0:16 ` Luiz Augusto von Dentz
2023-04-06 18:08 ` Pauli Virtanen
2023-04-06 20:14 ` Luiz Augusto von Dentz
2023-04-13 18:48 ` Luiz Augusto von Dentz
2023-04-13 21:14 ` Pauli Virtanen
2023-04-14 21:56 ` Luiz Augusto von Dentz
2023-04-15 14:57 ` Pauli Virtanen
2023-04-13 20:11 ` Pauli Virtanen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=167849522070.21816.4954897604805294201.git-patchwork-notify@kernel.org \
--to=patchwork-bot+bluetooth@kernel.org \
--cc=linux-bluetooth@vger.kernel.org \
--cc=luiz.dentz@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox