]> git.ipfire.org Git - thirdparty/hostap.git/commit
DPP: Verify that crypto_ec_point_to_bin() succeeds
authorJouni Malinen <j@w1.fi>
Sat, 7 May 2022 21:31:25 +0000 (00:31 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 7 May 2022 21:31:25 +0000 (00:31 +0300)
commit2227c85a940277e01a46f2c02fcc6c4df7a61ec6
treeb4d552bb47e0ff352ba70e6908c2e2243ea6d8f7
parenta8c3199527981668c89ac648791214b36f2f0fc8
DPP: Verify that crypto_ec_point_to_bin() succeeds

This is testing code, but it's better to check the return value
explicitly even if this were not really able to fail in practice.

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