Jouni Malinen
1068bdb90c
tests: Fix crypto module test build without EAP-FAST
...
Skip the EAP-FAST specific test cases if wpa_supplicant build is
configured not to include EAP-FAST support.
Signed-off-by: Jouni Malinen <j@w1.fi>
2015-01-12 00:19:21 +02:00
Jouni Malinen
59be78ef93
tests: Move SHA256 test cases into hwsim framework
...
Signed-off-by: Jouni Malinen <j@w1.fi>
2015-01-05 17:34:20 +02:00
Jouni Malinen
4b462a0226
tests: Move SHA1 test cases into hwsim framework
...
Signed-off-by: Jouni Malinen <j@w1.fi>
2015-01-05 17:29:00 +02:00
Jouni Malinen
896e1b836f
tests: Move MD5 test cases into hwsim framework
...
Signed-off-by: Jouni Malinen <j@w1.fi>
2015-01-05 17:12:27 +02:00
Jouni Malinen
88fc0dca98
tests: Move ms_funcs test cases into hwsim framework
...
Signed-off-by: Jouni Malinen <j@w1.fi>
2015-01-05 17:05:42 +02:00
Jouni Malinen
5c0ff9f9a3
tests: Add some of the AES ECB mode test cases from CAVS 11.1
...
Signed-off-by: Jouni Malinen <j@w1.fi>
2015-01-05 16:57:57 +02:00
Jouni Malinen
1244408401
tests: Move AES key wrap/unwrap test cases into hwsim framework
...
Signed-off-by: Jouni Malinen <j@w1.fi>
2015-01-05 16:35:59 +02:00
Jouni Malinen
477f83131f
tests: Move AES-CBC test cases into hwsim framework
...
Signed-off-by: Jouni Malinen <j@w1.fi>
2015-01-05 16:28:46 +02:00
Jouni Malinen
e438fb0d3a
tests: Move AES-128 EAX mode test cases into hwsim framework
...
Signed-off-by: Jouni Malinen <j@w1.fi>
2015-01-05 16:24:42 +02:00
Jouni Malinen
6c33962dd1
tests: Additional OMAC1-AES module test coverage
...
This verifies couple of corner cases with short vector entries in the
OMAC1-AES implementation.
Signed-off-by: Jouni Malinen <j@w1.fi>
2015-01-05 16:15:23 +02:00
Jouni Malinen
304d40e904
tests: Move OMAC1-AES test cases into hwsim module tests
...
This makes sure the test cases are executed automatically with rest of
the hwsim tests.
Signed-off-by: Jouni Malinen <j@w1.fi>
2015-01-05 16:02:08 +02:00
Jouni Malinen
942b75468d
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>
2015-01-05 15:50:53 +02:00