]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Fix SAE-PK password module tests
authorJouni Malinen <jouni@codeaurora.org>
Wed, 24 Jun 2020 22:38:50 +0000 (01:38 +0300)
committerJouni Malinen <j@w1.fi>
Wed, 24 Jun 2020 22:39:45 +0000 (01:39 +0300)
Couple of the test values were not actually valid, so remove them.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
src/common/common_module_tests.c

index b6e714f685b3367b4c220abcb359b304e8b590cf..2af179b42dc66d566b7c3b243bb22edaf16c3ed9 100644 (file)
@@ -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",