EAP-AKA' server realization.
Hi, I am new to EAP protocol trying to develop EAP-AKA' server functionality. May i know if FreeRadius already support Server functionality for EAP-AKA'? If so where can i find functionality details with Source code. Thanks in advance. Regards, Ananth
On Oct 3, 2018, at 3:11 PM, Ananth <anant.konchada@gmail.com> wrote:
Hi,
I am new to EAP protocol trying to develop EAP-AKA' server functionality. May i know if FreeRadius already support Server functionality for EAP-AKA'? If so where can i find functionality details with Source code.
Yes. The eap-aka module implements both EAP-AKA and EAP-AKA'. https://github.com/FreeRADIUS/freeradius-server/blob/master/src/modules/rlm_... It can't currently do session resumption, though the PRFs are implemented. ID negotiation is also a work in progress. If you decide to tackle either of those issues please discuss it here first. -Arran
participants (2)
-
Ananth -
Arran Cudbard-Bell