]> git.ipfire.org Git - thirdparty/hostap.git/commit
DPP: Use crypto_ec_key_group() to compare EC key's group
authorCedric Izoard <cedric.izoard@ceva-dsp.com>
Mon, 28 Jun 2021 16:25:33 +0000 (18:25 +0200)
committerJouni Malinen <j@w1.fi>
Wed, 27 Oct 2021 20:29:00 +0000 (23:29 +0300)
commit984faf96341c4f58c837e1afd2db5621df01cd71
tree5f5c2ae12374ed6105ca80d8d54d1ac63070522d
parentf5334f9b5b1917d40660713abf132f2044662e6b
DPP: Use crypto_ec_key_group() to compare EC key's group

Remove one more direct call to OpenSSL using crypto_ec_key_group() to
compare group of c-sign-key and ppKey when creating Configurator from
backup data.

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