mbox series

[v2,00/15] DPP PKEX Changes

Message ID 20231026202657.183591-1-prestwoj@gmail.com (mailing list archive)
Headers show
Series DPP PKEX Changes | expand

Message

James Prestwood Oct. 26, 2023, 8:26 p.m. UTC
v2:
 * Mutual auth/PKEX unit tests
 * Several more prep fixes:
     - Station state issue post-DPP
     - Config request header check problem
 * Reworked DBus APIs

James Prestwood (15):
  station: add station_get_autoconnect
  dpp: remove connect/scanning and resume periodic scans after DPP
  dpp: check configurator role in config request frame
  dpp: make the protocol timeout more flexible
  dpp: fix config request header check
  dpp-util: add crypto for PKEX
  dpp: support mutual authentication
  unit: make test-dpp key derivation test more extendable
  unit: add DPP test for mutual authentication
  unit: add PKEX DPP tests
  dpp: allow enrollee to be authentication initiator
  doc: PKEX support for DPP
  dbus: add SharedCodeDeviceProvisioning interface definition
  dpp: initial version of PKEX enrollee support
  dpp: initial version of PKEX configurator support

 doc/device-provisioning-api.txt |   67 ++
 src/dbus.h                      |    1 +
 src/dpp-util.c                  |  275 +++++
 src/dpp-util.h                  |   35 +
 src/dpp.c                       | 1705 ++++++++++++++++++++++++++++---
 src/station.c                   |    5 +
 src/station.h                   |    1 +
 unit/test-dpp.c                 |  349 ++++++-
 8 files changed, 2243 insertions(+), 195 deletions(-)