]> git.ipfire.org Git - thirdparty/hostap.git/commit
OpenSSL: Replace EVP_PKEY_paramgen() with EC_KEY_new_by_curve_name()
authorJouni Malinen <j@w1.fi>
Sun, 10 Dec 2017 21:49:39 +0000 (23:49 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 10 Dec 2017 21:49:39 +0000 (23:49 +0200)
commitc23e87d0d12d4122dcda03ddc95a4b77a16839e0
tree50b4e80a2b75152dca296743ca9f2ccc2de2b6aa
parent7641d485db4bb3838919f8a7aa1d7799fc0c0285
OpenSSL: Replace EVP_PKEY_paramgen() with EC_KEY_new_by_curve_name()

The BoringSSL version of crypto_ecdh_init() and dpp_gen_keypair() works
fine with OpenSSL as well, so use that same implementation for both to
avoid unnecessary maintanence of multiple versions.

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