]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Remove too short SAE-PK passwords
authorJouni Malinen <jouni@codeaurora.org>
Mon, 8 Jun 2020 14:09:56 +0000 (17:09 +0300)
committerJouni Malinen <j@w1.fi>
Mon, 8 Jun 2020 14:11:06 +0000 (17:11 +0300)
This is in preparation of implementation changes to check SAE-PK
password length more accurately based on the Sec value.

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

index 8a7d9fe252790556d9151dc48de8ece7bd5af346..b6e714f685b3367b4c220abcb359b304e8b590cf 100644 (file)
@@ -563,9 +563,6 @@ static int sae_pk_tests(void)
                { "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", (u8 *) "\xff\xff\xff\xff\xff" },
-               { "7777-7777-7", (u8 *) "\xff\xff\xff\xff\xff\xf8" },
-               { "7777-7777-77", (u8 *) "\xff\xff\xff\xff\xff\xff\xc0" },
                { "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",