aboutsummaryrefslogtreecommitdiffstats
path: root/src/eap_peer/eap_aka_prime.c
Commit message (Expand)AuthorAgeFilesLines
* EAP-AKA': Added processing of AT_KDF and AT_KDF_INPUT attributesJouni Malinen2008-12-041-1/+123
* EAP-AKA': Allow both AKA AKA' to be registed from eap_aka_prime.cJouni Malinen2008-12-031-4/+38
* EAP-AKA': Derive keys using the new KDF (PRF')Jouni Malinen2008-12-031-12/+23
* EAP-AKA': Use HMAC-SHA-256-128 for AT_MACJouni Malinen2008-12-021-7/+16
* EAP-AKA': Use SHA256 for AT_CHECKCODEJouni Malinen2008-12-021-9/+21
* Use a variable to store EAP method type for EAP-AKA vs. EAP-AKA'Jouni Malinen2008-12-021-9/+16
* Add a starting point for EAP-AKA' (draft-arkko-eap-aka-kdf-10)Jouni Malinen2008-12-021-0/+1156