]> git.ipfire.org Git - thirdparty/hostap.git/commit
wolfSSL: Fix crypto_ec_point_y_sqr()
authorSean Parkinson <sean@wolfssl.com>
Thu, 29 Mar 2018 04:55:55 +0000 (14:55 +1000)
committerJouni Malinen <j@w1.fi>
Wed, 2 May 2018 10:32:51 +0000 (13:32 +0300)
commitd396057109243ec6fe3642334ac9cf3e9cda072a
tree70f1f05bad399cbf1c13733f3278d1e4fca673a3
parente3501ac18fb88a3eebff2c8d9e468d17bb6bef99
wolfSSL: Fix crypto_ec_point_y_sqr()

Use the correct intermediate result from mp_sqrmod() in the following
mp_mulmod() call (t is not initialized here; it is used only after this
step).

Signed-off-by: Sean Parkinson <sean@wolfssl.com>
src/crypto/crypto_wolfssl.c