]> git.ipfire.org Git - thirdparty/hostap.git/commit
RSN: Do not include RC4 use in FIPS builds
authorJouni Malinen <j@w1.fi>
Sat, 26 Nov 2022 09:29:28 +0000 (11:29 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 26 Nov 2022 09:34:30 +0000 (11:34 +0200)
commit1d42dafce6fe1d433a40719c64da76e20adffca5
tree82fe7bcb780b44218b611b45390d9ae43f06857a
parentdf5ae2aadb6aad435156d1d40ad7a6d25b4ab3bf
RSN: Do not include RC4 use in FIPS builds

CONFIG_NO_RC4=y could have been used to remove this functionality, but
it might as well be done automatically based on CONFIG_FIPS=y as well.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/ap/wpa_auth.c
src/rsn_supp/wpa.c