]> git.ipfire.org Git - thirdparty/hostap.git/commit
DPP: Update connector signing to use crypto.h
authorCedric Izoard <cedric.izoard@ceva-dsp.com>
Mon, 28 Jun 2021 16:25:31 +0000 (18:25 +0200)
committerJouni Malinen <j@w1.fi>
Tue, 26 Oct 2021 21:08:36 +0000 (00:08 +0300)
commiteac41656ee56b8dc49d7c4681e965a9200bced8f
tree20559b4569dfbf189b6a0a2ef74f0dbb3ea658f9
parentda63d309971ec7e652f46af35b4857e94160b173
DPP: Update connector signing to use crypto.h

Add two new functions in crypto.h that "wrap" around already defined
signing function with (r,s) interface instead of DER Ecdsa-Sig-Value.

Using those functions implies to compute the hash to sign manually
before.

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