From 0ce6883f64b5085368c5eea0711cb89fea7efedd Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Thu, 25 Jun 2020 01:38:50 +0300 Subject: [PATCH] tests: Fix SAE-PK password module tests Couple of the test values were not actually valid, so remove them. Signed-off-by: Jouni Malinen --- src/common/common_module_tests.c | 3 --- 1 file changed, 3 deletions(-) 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",