]> git.ipfire.org Git - thirdparty/hostap.git/commit
OpenSSL 3.0: Implement crypto_ec_key_group() with new API
authorJouni Malinen <j@w1.fi>
Sat, 12 Mar 2022 20:27:16 +0000 (22:27 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 13 Mar 2022 09:26:36 +0000 (11:26 +0200)
commite2cb0ca1acb4f01daac460914d7d5c26e4c201ac
treecbb8e950426fce28867c3a69cddd51455ce3eb19
parent7c8fcd6baff7413cfe56653fef82cf67fd370f46
OpenSSL 3.0: Implement crypto_ec_key_group() with new API

Get rid of the now deprecated EVP_PKEY_get0_EC_KEY() and
EC_KEY_get0_group() calls.

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