]> git.ipfire.org Git - thirdparty/hostap.git/commit
EAP-pwd: Run through prf result processing even if it >= prime
authorJouni Malinen <j@w1.fi>
Mon, 24 Jun 2019 20:02:51 +0000 (23:02 +0300)
committerJouni Malinen <j@w1.fi>
Tue, 2 Jul 2019 19:19:38 +0000 (22:19 +0300)
commitcd803299ca485eb857e37c88f973fccfbb8600e5
treea0102e40fa1e237d360737d8f610e1f5c4d08c90
parent147bf7b88a9c231322b5b574263071ca6dbb0503
EAP-pwd: Run through prf result processing even if it >= prime

This reduces differences in timing and memory access within the
hunting-and-pecking loop for ECC groups that have a prime that is not
close to a power of two (e.g., Brainpool curves).

Signed-off-by: Jouni Malinen <j@w1.fi>
src/eap_common/eap_pwd_common.c