tests: Remove too short SAE-PK passwords

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>
This commit is contained in:
Jouni Malinen 2020-06-08 17:09:56 +03:00 committed by Jouni Malinen
parent 232705e3c4
commit 43a191b890

View 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",