From: Jouni Malinen Date: Wed, 24 Jun 2020 22:38:50 +0000 (+0300) Subject: tests: Fix SAE-PK password module tests X-Git-Tag: hostap_2_10~1095 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ce6883f64b5085368c5eea0711cb89fea7efedd;p=thirdparty%2Fhostap.git tests: Fix SAE-PK password module tests Couple of the test values were not actually valid, so remove them. Signed-off-by: Jouni Malinen --- diff --git a/src/common/common_module_tests.c b/src/common/common_module_tests.c index b6e714f68..2af179b42 100644 --- a/src/common/common_module_tests.c +++ b/src/common/common_module_tests.c @@ -557,12 +557,9 @@ static int sae_pk_tests(void) const u8 *val; } valid[] = { { "a2bc-de3f-ghi4", (u8 *) "\x06\x82\x21\x93\x65\x31\xd1\xc0" }, - { "ci2f-m6e2", (u8 *) "\x12\x34\x56\x78\x9a" }, { "aaaa-aaaa-aaaa-a", (u8 *) "\x00\x00\x00\x00\x00\x00\x00\x00\x00" }, { "aaaa-aaaa-aaaa", (u8 *) "\x00\x00\x00\x00\x00\x00\x00\x00" }, - { "aaaa-aaaa-aa", (u8 *) "\x00\x00\x00\x00\x00\x00\x00" }, - { "aaaa-aaaa", (u8 *) "\x00\x00\x00\x00\x00" }, { "7777-7777-777", (u8 *) "\xff\xff\xff\xff\xff\xff\xfe" }, { "7777-7777-7777", (u8 *) "\xff\xff\xff\xff\xff\xff\xff\xf0" }, { "7777-7777-7777-7",