]> git.ipfire.org Git - thirdparty/hostap.git/commit - src/ap/wpa_auth.c
RSN authenticator: Use os_memcmp_const() for hash/password comparisons
authorJouni Malinen <j@w1.fi>
Sun, 29 Jun 2014 17:15:37 +0000 (20:15 +0300)
committerJouni Malinen <j@w1.fi>
Wed, 2 Jul 2014 09:38:47 +0000 (12:38 +0300)
commit870834a19bb1efd50cc4faf098a781f5c23c994b
treea217594381c35332ad677814784b9bb055bd65ca
parent0d15b69f0a1a586da9d4d438f2a8909c151e0f1c
RSN authenticator: Use os_memcmp_const() for hash/password comparisons

This makes the implementation less likely to provide useful timing
information to potential attackers from comparisons of information
received from a remote device and private material known only by the
authorized devices.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/ap/wpa_auth.c
src/ap/wpa_auth_ft.c