]> git.ipfire.org Git - thirdparty/hostap.git/commit - src/rsn_supp/wpa.c
RSN supplicant: Use os_memcmp_const() for hash/password comparisons
authorJouni Malinen <j@w1.fi>
Sun, 29 Jun 2014 17:15:07 +0000 (20:15 +0300)
committerJouni Malinen <j@w1.fi>
Wed, 2 Jul 2014 09:38:47 +0000 (12:38 +0300)
commit0d15b69f0a1a586da9d4d438f2a8909c151e0f1c
tree59c93507ba84a240bd5296b0c4a5879b10de9fde
parent72619ce61b3c9fe32bc487928414380795c9d392
RSN supplicant: 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/rsn_supp/peerkey.c
src/rsn_supp/pmksa_cache.c
src/rsn_supp/tdls.c
src/rsn_supp/wpa.c
src/rsn_supp/wpa_ft.c