]> git.ipfire.org Git - thirdparty/hostap.git/commit - wpa_supplicant/config.c
OWE: PTK derivation workaround in STA mode
authorJouni Malinen <jouni@codeaurora.org>
Thu, 23 Jan 2020 20:46:51 +0000 (22:46 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 23 Jan 2020 22:47:41 +0000 (00:47 +0200)
commit8b138d28264e44a11fa3f4254a43efc24b99d779
tree054c8f4202b11af1f8de893960e622e03670d1b8
parent65a44e849af99adc9ec215ef447428bd1d7b2c64
OWE: PTK derivation workaround in STA mode

Initial OWE implementation used SHA256 when deriving the PTK for all OWE
groups. This was supposed to change to SHA384 for group 20 and SHA512
for group 21. The new owe_ptk_workaround=1 network parameter can be used
to enable older behavior mainly for testing purposes. There is no impact
to group 19 behavior, but if enabled, this will make group 20 and 21
cases use SHA256-based PTK derivation which will not work with the
updated OWE implementation on the AP side.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
src/rsn_supp/wpa.c
src/rsn_supp/wpa.h
src/rsn_supp/wpa_i.h
wpa_supplicant/config.c
wpa_supplicant/config_file.c
wpa_supplicant/config_ssid.h
wpa_supplicant/wpas_glue.c