]> git.ipfire.org Git - thirdparty/hostap.git/commit
OWE: Use AKM 00-0F-AC:11 style parameters for EAPOL-Key frames
authorJouni Malinen <j@w1.fi>
Sun, 12 Mar 2017 18:40:43 +0000 (20:40 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 12 Mar 2017 18:43:06 +0000 (20:43 +0200)
commit07a5fe823e47a7fc5c6eec1e53b068f12e197b5b
treecf78d630a5c15930506b3daea0d3808b4bd9acf9
parentef9627cbc75e55a4223fadf58b5194dba6caa323
OWE: Use AKM 00-0F-AC:11 style parameters for EAPOL-Key frames

draft-harkins-owe-07.txt does not specify these parameters, so need to
pick something sensible to use for the experimental implementation. The
Suite B 128-bit level AKM 00-0F-AC:11 has reasonable parameters for the
DH group 19 case (i.e., SHA256 hash), so use it for now. This can be
updated if the OWE RFC becomes clearer on the appropriate parameters
(KEK/KCK/MIC length, PRF/KDF algorithm, and key-wrap algorithm).

Signed-off-by: Jouni Malinen <j@w1.fi>
src/ap/wpa_auth.c
src/common/wpa_common.c
src/rsn_supp/wpa.c