]> git.ipfire.org Git - thirdparty/hostap.git/commit
RADIUS server: Place Message-Authenticator attribute as the first one
authorJouni Malinen <j@w1.fi>
Sat, 16 Mar 2024 09:13:32 +0000 (11:13 +0200)
committerJouni Malinen <j@w1.fi>
Tue, 9 Jul 2024 11:58:39 +0000 (14:58 +0300)
commit54abb0d3cf35894e7d86e3f7555e95b106306803
tree7b571949dc78a9fa235445c24bf72a48ab53248c
parentadac846bd0e258a0aa50750bbd2b411fa0085c46
RADIUS server: Place Message-Authenticator attribute as the first one

Move the Message-Authenticator attribute to be the first attribute in
the RADIUS messages. This mitigates certain MD5 attacks against
RADIUS/UDP.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/radius/radius_server.c