]> git.ipfire.org Git - thirdparty/hostap.git/commit
crypto: Convert crypto_ec_key_get_private_key() to return new bignum
authorJouni Malinen <j@w1.fi>
Thu, 26 May 2022 11:23:46 +0000 (14:23 +0300)
committerJouni Malinen <j@w1.fi>
Thu, 26 May 2022 17:51:18 +0000 (20:51 +0300)
commit26780d92f3a5da7784949eae3bd59d763053dc89
tree391d8e51b6f536ea643956d898d0d58a5eb27141
parentc9c2c2d9c73d8d74a1e285505a56d2127a7507d3
crypto: Convert crypto_ec_key_get_private_key() to return new bignum

This makes it easier for the crypto library/wrapper to avoid direct
references to internal EC key parameters.

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