]> git.ipfire.org Git - thirdparty/hostap.git/commit
SAE: Reject invalid Rejected Groups element in the parser
authorJouni Malinen <j@w1.fi>
Tue, 9 Jul 2024 20:34:34 +0000 (23:34 +0300)
committerJouni Malinen <j@w1.fi>
Tue, 9 Jul 2024 20:37:45 +0000 (23:37 +0300)
commit9716bf1160beb677e965d9e6475d6c9e162e8374
tree06930fbc95f96db312464c9e04bdc292d3164102
parent593a7c2f8c93edd6b552f2d42e28164464b4e6ff
SAE: Reject invalid Rejected Groups element in the parser

There is no need to depend on all uses (i.e., both hostapd and
wpa_supplicant) to verify that the length of the Rejected Groups field
in the Rejected Groups element is valid (i.e., a multiple of two octets)
since the common parser can reject the message when detecting this.

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