]> git.ipfire.org Git - thirdparty/hostap.git/commit
EAP-LEAP: Use os_memcmp_const() for hash/password comparisons
authorJouni Malinen <j@w1.fi>
Sun, 29 Jun 2014 17:22:17 +0000 (20:22 +0300)
committerJouni Malinen <j@w1.fi>
Wed, 2 Jul 2014 09:38:47 +0000 (12:38 +0300)
commit7b1e7458709354aed02e815cfa4b882247a4f29b
tree88061d1c400fbb1e281a59f3932f0675e2ee3183
parent8f92826b1555bf492aa4a01128f8f31c40f89bdd
EAP-LEAP: 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/eap_peer/eap_leap.c