Add a starting point for EAP-AKA' (draft-arkko-eap-aka-kdf-10)
authorJouni Malinen <j@w1.fi>
Tue, 2 Dec 2008 18:12:49 +0000 (20:12 +0200)
committerJouni Malinen <j@w1.fi>
Tue, 2 Dec 2008 18:12:49 +0000 (20:12 +0200)
commit8c37556cd1dc444a0bf15cc68d5371d5cd5f1a44
tree587000cb7647cc19b27ab956cb19e4e124bcc2c8
parente8ff1e594ecab6bd095471d9e0e104185e339125
Add a starting point for EAP-AKA' (draft-arkko-eap-aka-kdf-10)

This is just making an as-is copy of EAP-AKA server and peer
implementation into a new file and by using the different EAP method
type that is allocated for EAP-AKA' (50). None of the other differences
between EAP-AKA and EAP-AKA' are not yet included.

It is likely that once EAP-AKA' implementation is done and is found to
work correctly, large part of the EAP-AKA and EAP-AKA' code will be
shared. However, it is not reasonable to destabilize EAP-AKA
implementation at this point before it is clearer what the final
differences will be.
hostapd/Makefile
src/eap_common/eap_defs.h
src/eap_peer/eap_aka_prime.c [new file with mode: 0644]
src/eap_peer/eap_methods.c
src/eap_server/eap_aka_prime.c [new file with mode: 0644]
src/eap_server/eap_methods.c
wpa_supplicant/Makefile