]> git.ipfire.org Git - thirdparty/hostap.git/commit
EAP-MD5: Use os_memcmp_const() for hash/password comparisons
authorJouni Malinen <j@w1.fi>
Sun, 29 Jun 2014 17:24:41 +0000 (20:24 +0300)
committerJouni Malinen <j@w1.fi>
Wed, 2 Jul 2014 09:38:47 +0000 (12:38 +0300)
commita564d9ca3653af7d4e61cab12e10f232ca9c63ce
tree2959a69883d25d30416b4118c6ccafdd583f0288
parent468548255272aee552a83b578d1e6be08e5284c4
EAP-MD5: 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_server/eap_server_md5.c