This patch set fixes some minor bugs, and adds explicit support for all currently supported Provisioning authentication methods. v2: Added prov-acceptor queuing, and fixed whitespace issues Brian Gix (5): mesh: Fix delivery of PB-ACK to acceptors nesh: Normalize endian of public/private ECC keys tools/mesh: Add all supported OOB methods to cfgclient test/mesh: Add support for testing more OOB auth mesh: Add single threading to prov-acp ob messaging mesh/pb-adv.c | 1 - mesh/prov-acceptor.c | 96 +++++++++++++++++++++++++++--------------- mesh/prov-initiator.c | 3 ++ mesh/provision.h | 1 + test/agent.py | 23 ++++++++++ tools/mesh-cfgclient.c | 32 +++++++++++--- 6 files changed, 116 insertions(+), 40 deletions(-) -- 2.25.4