]> git.ipfire.org Git - thirdparty/hostap.git/commit
EAP-EKE: Use os_memcmp_const() for hash/password comparisons
authorJouni Malinen <j@w1.fi>
Sun, 29 Jun 2014 17:20:28 +0000 (20:20 +0300)
committerJouni Malinen <j@w1.fi>
Wed, 2 Jul 2014 09:38:47 +0000 (12:38 +0300)
commitdddf7bbd4e522666775db58ff1187ac99d971d7e
treef7621a0d74f2419da186cf81d3db8fc815004cff
parentdfb56081391eff5cf3a46898ff1046c588d82005
EAP-EKE: 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_common/eap_eke_common.c
src/eap_peer/eap_eke.c
src/eap_server/eap_server_eke.c