aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/plugins/eap_aka_3gpp2/eap_aka_3gpp2_provider.c
Commit message (Expand)AuthorAgeFilesLines
* Moving charon to libcharon.Tobias Brunner2010-03-191-204/+0
* Support variable RES length in AKA quintupletsMartin Willi2009-11-121-3/+5
* Query triplet/quintuplet functions with permanent identity only,Martin Willi2009-11-121-10/+11
* sim_provider_t API gained support for pseudonym/fast reauthenticationMartin Willi2009-11-121-0/+3
* Merged SIM/USIM manager/card/provider, avoids code duplicationMartin Willi2009-10-121-2/+3
* Pass NULL as other identity in EAP-AKA 3GPP2 to find a match with all pluginsMartin Willi2009-10-121-4/+1
* Do not use monotonic time for AKA sequence numbers, it has an undefined start...Martin Willi2009-10-091-6/+4
* Use constants instead of sizeof(), sizeof() does not work for function argumentsMartin Willi2009-10-091-14/+18
* Separated 3gpp2 USIM card and provider functionalityMartin Willi2009-10-091-6/+125
* Added a stub for the EAP-AKA backend implementing the 3GPP2 functions in soft...Martin Willi2009-10-091-0/+79