]> git.ipfire.org Git - thirdparty/hostap.git/commit
Add crypto_ec_point_cmp()
authorJouni Malinen <j@w1.fi>
Tue, 23 Jun 2015 19:29:23 +0000 (22:29 +0300)
committerJouni Malinen <j@w1.fi>
Tue, 23 Jun 2015 19:29:23 +0000 (22:29 +0300)
commit4e7e68890a1a1eac34b70adf0c0c034b0e27810b
tree0a0141da98609a845224e334db6d7a06731452d4
parent8e2a3a4c21ce6b1fb1d440333de7a9718e755005
Add crypto_ec_point_cmp()

This is needed to allow SAE to check whether ECC elements are identical.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/crypto/crypto.h
src/crypto/crypto_openssl.c