]> git.ipfire.org Git - thirdparty/hostap.git/commit
DPP2: PKEXv2 core protocol changes
authorJouni Malinen <quic_jouni@quicinc.com>
Tue, 7 Dec 2021 15:04:48 +0000 (17:04 +0200)
committerJouni Malinen <j@w1.fi>
Tue, 7 Dec 2021 21:26:29 +0000 (23:26 +0200)
commitb57273d069f867f2be4191110980334d1ef2d8c6
treedd4ff481bfb5aedb24b6444acb9dada0fbcc3cf9
parent00b2fb2d04595faa1179c61b5b686e887f1945bb
DPP2: PKEXv2 core protocol changes

Add support for PKEXv2 core protocol. This defines a new PKEX Exchange
Request message type with protocol negotiation and different rules for
key derivation with PKEXv2 or newer is used.

This does not change existing behavior for PKEX, i.e., the PKEXv1
variant will still be used by default.

Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
src/ap/dpp_hostapd.c
src/common/dpp.h
src/common/dpp_crypto.c
src/common/dpp_i.h
src/common/dpp_pkex.c
wpa_supplicant/dpp_supplicant.c