]> git.ipfire.org Git - thirdparty/hostap.git/commit
DPP: DPPEnvelopedData parsing for Configurator backup/restore
authorJouni Malinen <jouni@codeaurora.org>
Thu, 12 Dec 2019 00:28:39 +0000 (02:28 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 31 Jan 2020 21:16:05 +0000 (23:16 +0200)
commitea91ddb08afe9b1478fefbcb685be0f274946836
tree49861d02b40295328f3704c2adbc6f1dcd043afb
parent312eac1d1ee1a76860fce639169dc66dc5c0abf0
DPP: DPPEnvelopedData parsing for Configurator backup/restore

Process the received DPPEnvelopedData when going through Configurator
provisioning as the Enrollee (the new Configurator). This parses the
message, derives the needed keys, and decrypts the Configurator
parameters. This commit stores the received information in
auth->conf_key_pkg, but the actually use of that information to create a
new Configurator instance will be handled in a separate commit.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
src/common/dpp.c
src/common/dpp.h