]> git.ipfire.org Git - thirdparty/hostap.git/commit
OpenSSL: Add wrapper functions for ECDH
authorJouni Malinen <j@w1.fi>
Sat, 11 Mar 2017 16:54:33 +0000 (18:54 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 11 Mar 2017 20:08:48 +0000 (22:08 +0200)
commitae1ec1aaf2ed17dbaa0b52bd086c31e5b32c5e98
tree4ffd615476344a8788a646bc83406a63cd723ec5
parent3d745aa7cb5100694f62c091a36b584df0623d4a
OpenSSL: Add wrapper functions for ECDH

These allow ECDH to be used with compressed public key encoding (only
x-coordinate). This is needed for FILS PFS and OWE.

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