]> git.ipfire.org Git - thirdparty/hostap.git/commit
SAE: Use const_time selection for PWE in FFC
authorJouni Malinen <jouni@codeaurora.org>
Sat, 2 Mar 2019 10:45:33 +0000 (12:45 +0200)
committerJouni Malinen <j@w1.fi>
Tue, 9 Apr 2019 14:11:15 +0000 (17:11 +0300)
commitf8f20717f87eff1f025f48ed585c7684debacf72
tree3518d1d94b4cf55201ce0ac8ad13bf10d73ceea2
parent90839597cc4016b33f00055b12d59174c62770a3
SAE: Use const_time selection for PWE in FFC

This is an initial step towards making the FFC case use strictly
constant time operations similarly to the ECC case.
sae_test_pwd_seed_ffc() does not yet have constant time behavior,
though.

This is related to CVE-2019-9494.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
src/common/sae.c