]> git.ipfire.org Git - thirdparty/hostap.git/commit
SAE: Fix order_len for FFC groups
authorJouni Malinen <jouni@codeaurora.org>
Mon, 5 Aug 2019 13:52:20 +0000 (16:52 +0300)
committerJouni Malinen <j@w1.fi>
Mon, 5 Aug 2019 13:52:20 +0000 (16:52 +0300)
commit7122a02fa5b73865b6e5f7604edb8f6d2da6461a
treed4a70ffef746bdbea1eac8f187cac8fc1b416e84
parentd22f09024504c3e272b75d0ec7c21ed3dfe35aeb
SAE: Fix order_len for FFC groups

The KCK, PMK, and PMKID derivation fix broke SAE key derivation for all
FFC groups. Fix that by setting sae->tmp->order_len for FFC groups (it
was only set for ECC groups).

Fixes: ac734a342ed1 ("SAE: Fix KCK, PMK, and PMKID derivation for groups 22, 23, 24")
Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
src/common/sae.c