]> git.ipfire.org Git - thirdparty/hostap.git/commit
EAP-PEAP: Use os_memcmp_const() for hash/password comparisons
authorJouni Malinen <j@w1.fi>
Sun, 29 Jun 2014 17:22:44 +0000 (20:22 +0300)
committerJouni Malinen <j@w1.fi>
Wed, 2 Jul 2014 09:38:47 +0000 (12:38 +0300)
commitcba0f8698b3edd254ae237b7921e0ec668051b79
treebb0d165fd49073d18cd6553da66e910de2d25837
parent7b1e7458709354aed02e815cfa4b882247a4f29b
EAP-PEAP: 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_peap.c
src/eap_server/eap_server_peap.c