]> git.ipfire.org Git - thirdparty/hostap.git/commit
EAP-SIM/AKA server: Fix re-authentication not to update pseudonym
authorJouni Malinen <j@w1.fi>
Thu, 16 Feb 2012 21:27:01 +0000 (23:27 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 16 Feb 2012 21:31:30 +0000 (23:31 +0200)
commit0047c047fc8bae4a78f48bc687011acc093d9680
tree3c920edb29a96b254922955dbdbc550a9575d523
parent05c15c897d11e15dbb42679f5483e83b73d5044a
EAP-SIM/AKA server: Fix re-authentication not to update pseudonym

AT_NEXT_PSEUDONYM is supposed to be included only in the Challenge
messages, not in the Re-authentication messages. This attribute was
incorrectly included in the Re-authentication messages and could have
been used to update the pseudonym state on the server without the peer
updating its state.

Signed-hostap: Jouni Malinen <j@w1.fi>
intended-for: hostap-1
src/eap_server/eap_server_aka.c
src/eap_server/eap_server_sim.c