]> git.ipfire.org Git - thirdparty/hostap.git/commit
Fix EAPOL-Key version check for a corner case with Suite B AKM
authorJouni Malinen <jouni@qca.qualcomm.com>
Thu, 14 Sep 2017 21:36:25 +0000 (00:36 +0300)
committerJouni Malinen <j@w1.fi>
Thu, 14 Sep 2017 21:36:25 +0000 (00:36 +0300)
commit9824de57a43318f8db1cc7f926f6d4f311d92054
treee90729b0efbc36564be7309048a38633d22f8933
parent3c7863f812d23fefa9987b29308006a29f1d6e9d
Fix EAPOL-Key version check for a corner case with Suite B AKM

While the Suite B AKM is not really going to be used with CCMP-128 or
GCMP-128 cipher, this corner case could be fixed if it is useful for
some testing purposes. Allow that special case to skip the HMAC-SHA1
check based on CCMP/GCMP cipher and use the following AKM-defined check
instead.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
src/ap/wpa_auth.c