]> git.ipfire.org Git - thirdparty/hostap.git/commit
wolfSSL: Fix crypto_ec_point_solve_y_coord()
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)
commite3501ac18fb88a3eebff2c8d9e468d17bb6bef99
treecd5b57aef7c62283d1b88e7ccb673045b4f2f8ef
parent187ad3a3038c5da54fad4b657cf86290c25030e1
wolfSSL: Fix crypto_ec_point_solve_y_coord()

Provide full uncompressed DER data length to wc_ecc_import_point_der()
even though a compressed form is used here. In addition, use
ECC_POINT_COMP_* defined values to make this more readable.

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