]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Add module tests for AES-SIV
authorJouni Malinen <j@w1.fi>
Mon, 5 Jan 2015 13:48:17 +0000 (15:48 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 5 Jan 2015 13:50:53 +0000 (15:50 +0200)
commit942b75468db873d1194d6ceecb2cf5015eadb29f
tree4125768c3510091b63e25140930425d61350cfa3
parentf6ebbcf62a7801a029e0b94c8e436b36720d27bd
tests: Add module tests for AES-SIV

This moves the AES-SIV test case from tests/test-aes.c to be part of
wpa_supplicant module testing framework with a new
src/crypto/crypto_module_tests.c component. In addition, the second test
vector from RFC 5297 is also included for additional coverage.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/crypto/crypto_module_tests.c [new file with mode: 0644]
tests/test-aes.c
wpa_supplicant/Makefile
wpa_supplicant/wpas_module_tests.c