]> git.ipfire.org Git - thirdparty/hostap.git/commit
BoringSSL: Implement crypto_ecdh_init()
authorJouni Malinen <jouni@qca.qualcomm.com>
Fri, 17 Nov 2017 18:41:25 +0000 (20:41 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 17 Nov 2017 18:41:25 +0000 (20:41 +0200)
commitf29761297b849311384a1dd4ebcec250b2fd4471
tree1aa85f513947bcf39834ee06e4dfc25f88e3935d
parent7721fe082b5830c9ccc7b1a039c053ca1b64c770
BoringSSL: Implement crypto_ecdh_init()

BoringSSL does not provide some of the OpenSSL API that was used here,
so update this to use similar design to what was already done with DPP
key derivation.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
src/crypto/crypto_openssl.c