]> git.ipfire.org Git - thirdparty/hostap.git/commit
EAP-SIM/AKA server: Allow method specific identity exchange to be skipped
authorJouni Malinen <quic_jouni@quicinc.com>
Thu, 21 Sep 2023 08:00:04 +0000 (11:00 +0300)
committerJouni Malinen <j@w1.fi>
Thu, 21 Sep 2023 08:55:49 +0000 (11:55 +0300)
commitc6268e103f99f2e76b439d8985fc3e3dc64143ea
tree02eeea5f7bc7a155e03bbf1443875d11a7f41621
parent40af6560bab6d75b31f3999e91779afea7da794e
EAP-SIM/AKA server: Allow method specific identity exchange to be skipped

While the EAP-SIM/AKA RFCs recommend against doing this, some deployed
authentication servers use the identity from the EAP-Response/Identity
directly without using an EAP method specific indication (AT_IDENTITY).
Having a capability to configure hostapd EAP server to behave in this
manner helps in increasing testing coverage for the EAP peer
implementation.

Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
hostapd/hostapd.conf
src/eap_server/eap_i.h
src/eap_server/eap_server_aka.c
src/eap_server/eap_server_sim.c