]> git.ipfire.org Git - thirdparty/hostap.git/commit - hostapd/Android.mk
Fix key derivation for Suite B 192-bit AKM to use SHA384
authorJouni Malinen <j@w1.fi>
Thu, 27 Aug 2015 17:42:14 +0000 (20:42 +0300)
committerJouni Malinen <j@w1.fi>
Thu, 27 Aug 2015 17:42:14 +0000 (20:42 +0300)
commitd9c807cab192474f4e0abdab1bf27256a22a204b
tree27d26e0d5913b05e08cbc756e19be93c09ced038
parenta218e1ded44cc88072f4e1896fdd8bd24f1829ac
Fix key derivation for Suite B 192-bit AKM to use SHA384

While the EAPOL-Key MIC derivation was already changed from SHA256 to
SHA384 for the Suite B 192-bit AKM, KDF had not been updated similarly.
Fix this by using HMAC-SHA384 instead of HMAC-SHA256 when deriving PTK
from PMK when using the Suite B 192-bit AKM.

Signed-off-by: Jouni Malinen <j@w1.fi>
hostapd/Android.mk
hostapd/Makefile
src/common/wpa_common.c
src/crypto/sha384-prf.c [new file with mode: 0644]
src/crypto/sha384.h
wpa_supplicant/Android.mk
wpa_supplicant/Makefile