]> git.ipfire.org Git - thirdparty/hostap.git/commit
DPP: Use crypto API for reconfig part
authorCedric Izoard <cedric.izoard@ceva-dsp.com>
Mon, 28 Jun 2021 16:25:32 +0000 (18:25 +0200)
committerJouni Malinen <j@w1.fi>
Wed, 27 Oct 2021 20:24:20 +0000 (23:24 +0300)
commitf5334f9b5b1917d40660713abf132f2044662e6b
treecd01be02f53d5c7913c2f792d0b097f857a41bdc
parenteac41656ee56b8dc49d7c4681e965a9200bced8f
DPP: Use crypto API for reconfig part

Rewrite functions related to reconfig feature using EC point/bignum
primitives defined in crypto.h API.

Signed-off-by: Cedric Izoard <cedric.izoard@ceva-dsp.com>
src/common/dpp_crypto.c
src/common/dpp_i.h
src/common/dpp_reconfig.c
src/crypto/crypto.h
src/crypto/crypto_openssl.c