All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Michał Lowas-Rzechonek" <michal.lowas-rzechonek@silvair.com>
To: linux-bluetooth@vger.kernel.org
Subject: [PATCH BlueZ 0/6] Honor provisioner's capabilities during authentication
Date: Tue, 31 Mar 2020 10:28:04 +0200	[thread overview]
Message-ID: <20200331082810.10856-1-michal.lowas-rzechonek@silvair.com> (raw)

This patch adds ability for the provisioner application to declare a set
of supported authentication methods via ProvisionAgent1 API. The daemon
will then select the most secure method available on both ends.

This fixes an issue where nodes declaring OOB public key availability
could not be provisioned by applications lacking means to obtain such
keys.

Michał Lowas-Rzechonek (6):
  tools/mesh-cfgclient: Display unprovisioned OOB data
  mesh: Remove unused 'server' argument
  mesh: Clean up naming of provisioning callbacks
  mesh: Refresh provisioner's capabilities
  mesh: Honor provisioner's capabilities
  doc/mesh-api: OOB Information field is 16 bit, not 32

 doc/mesh-api.txt       |   2 +-
 mesh/agent.c           | 105 ++++++++++++++++++++++++-----
 mesh/agent.h           |   2 +
 mesh/manager.c         |  33 ++++++---
 mesh/prov-initiator.c  | 148 +++++++++++++++++++++++++++--------------
 mesh/provision.h       |   6 +-
 tools/mesh-cfgclient.c |  18 +++++
 7 files changed, 234 insertions(+), 80 deletions(-)

-- 
2.20.1


             reply	other threads:[~2020-03-31  8:28 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-31  8:28 Michał Lowas-Rzechonek [this message]
2020-03-31  8:28 ` [PATCH BlueZ 1/6] tools/mesh-cfgclient: Display unprovisioned OOB data Michał Lowas-Rzechonek
2020-03-31 16:25   ` Stotland, Inga
2020-03-31  8:28 ` [PATCH BlueZ 2/6] mesh: Remove unused 'server' argument Michał Lowas-Rzechonek
2020-03-31  8:28 ` [PATCH BlueZ 3/6] mesh: Clean up naming of provisioning callbacks Michał Lowas-Rzechonek
2020-03-31  8:28 ` [PATCH BlueZ 4/6] mesh: Refresh provisioner's capabilities Michał Lowas-Rzechonek
2020-03-31  8:28 ` [PATCH BlueZ 5/6] mesh: Honor " Michał Lowas-Rzechonek
2020-03-31  8:28 ` [PATCH BlueZ 6/6] doc/mesh-api: OOB Information field is 16 bit, not 32 Michał Lowas-Rzechonek
2020-04-01 10:24 [PATCH BlueZ 0/6] Honor provisioner's capabilities during authentication Michał Lowas-Rzechonek

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=20200331082810.10856-1-michal.lowas-rzechonek@silvair.com \
    --to=michal.lowas-rzechonek@silvair.com \
    --cc=linux-bluetooth@vger.kernel.org \
    /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 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.