]> git.ipfire.org Git - thirdparty/hostap.git/commit
DPP: Add crypto_ec_key_cmp() in crypto.h and use it
authorCedric Izoard <cedric.izoard@ceva-dsp.com>
Mon, 28 Jun 2021 16:25:34 +0000 (18:25 +0200)
committerJouni Malinen <j@w1.fi>
Wed, 27 Oct 2021 20:33:54 +0000 (23:33 +0300)
commitc88b7fcaef7ef76c7c464970b17a9b4c121db136
treeb4cd25c0cd0d9f62eee9fc57b84a67583e9e7f12
parent984faf96341c4f58c837e1afd2db5621df01cd71
DPP: Add crypto_ec_key_cmp() in crypto.h and use it

This gets rid of one more direct OpenSSL call in the DPP implementation.

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