]> git.ipfire.org Git - thirdparty/hostap.git/commit
EAP-TTLS: Use os_memcmp_const() for hash/password comparisons
authorJouni Malinen <j@w1.fi>
Sun, 29 Jun 2014 17:25:05 +0000 (20:25 +0300)
committerJouni Malinen <j@w1.fi>
Wed, 2 Jul 2014 09:38:47 +0000 (12:38 +0300)
commit30411b351c16ef4dae12d84d8f7dd7137b145f11
treefe4e9bb7e8f0eb21103ce7ecde84a1b427b14af7
parenta564d9ca3653af7d4e61cab12e10f232ca9c63ce
EAP-TTLS: 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_ttls.c