]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
wlantest: Fix the cipher name in a BIP-GMAC-256 test vector
authorHenry Ptasinski <henry@e78com.com>
Thu, 11 Jan 2024 01:20:55 +0000 (17:20 -0800)
committerJouni Malinen <j@w1.fi>
Sat, 20 Jan 2024 17:34:54 +0000 (19:34 +0200)
Signed-off-by: Henry Ptasinski <henry@e78com.com>
Signed-off-by: Andrew Pope <andrew.pope@morsemicro.com>
Signed-off-by: David Goodall <dave@morsemicro.com>
wlantest/test_vectors.c

index f2517cb8c83156a6f9e8dfe860cc2eb29db3bce4..3ee53ae24b79bf1d473ff9c8c6599033424ed5fd 100644 (file)
@@ -906,7 +906,7 @@ static int test_vector_bip_gmac_256(void)
 
        wpa_hexdump(MSG_INFO, "Protected MPDU (without FCS)", prot, prot_len);
        if (prot_len != sizeof(res) || os_memcmp(res, prot, prot_len) != 0) {
-               wpa_printf(MSG_ERROR, "BIP-GMAC-128 test vector mismatch");
+               wpa_printf(MSG_ERROR, "BIP-GMAC-256 test vector mismatch");
                err++;
        }
        os_free(prot);