]> git.ipfire.org Git - thirdparty/hostap.git/commit
hostapd: Move Message-Authenticator attribute to be the first one in req
authorJouni Malinen <j@w1.fi>
Sat, 16 Mar 2024 09:22:43 +0000 (11:22 +0200)
committerJouni Malinen <j@w1.fi>
Tue, 9 Jul 2024 11:58:39 +0000 (14:58 +0300)
commit37fe8e48ab44d44fe3cf5dd8f52cb0a10be0cd17
treef61282fb7568cab0b54ded7ce35684c121221da7
parent689a248260c9708e6c92cd8635382725a29e34ca
hostapd: Move Message-Authenticator attribute to be the first one in req

Even if this is not strictly speaking necessary for mitigating certain
RADIUS protocol attacks, be consistent with the RADIUS server behavior
and move the Message-Authenticator attribute to be the first attribute
in the message from RADIUS client in hostapd.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/ap/ieee802_11_auth.c
src/ap/ieee802_1x.c