mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-28 18:28:23 -05:00
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:
parent
232705e3c4
commit
43a191b890
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user