aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/plugins/eap_aka_3gpp2
Commit message (Expand)AuthorAgeFilesLines
* Moving charon to libcharon.Tobias Brunner2010-03-199-1169/+0
* Reverting eba28948a584b9d02474cf5d256b04b8d2adbe6a which was only necessary w...Tobias Brunner2010-03-021-3/+1
* Streamlined the source file list formatting in plugin makefiles.Tobias Brunner2010-03-021-4/+5
* Link all enabled libstrongswan plugins into the library, link all enabled cha...Tobias Brunner2010-03-021-2/+7
* Changed plugin constructors from plugin_create to plugin_name_plugin_create.Tobias Brunner2010-03-021-1/+1
* Removing the plugin constructor declarations from the header files.Tobias Brunner2010-03-021-5/+0
* Link all plugins to libstrongswan.Tobias Brunner2010-02-251-1/+1
* Support variable RES length in AKA quintupletsMartin Willi2009-11-124-10/+14
* Query triplet/quintuplet functions with permanent identity only,Martin Willi2009-11-122-23/+24
* sim_provider_t API gained support for pseudonym/fast reauthenticationMartin Willi2009-11-121-0/+3
* sim_card_t API gained support for pseudonym/fast reauthenticationMartin Willi2009-11-121-0/+4
* Fixed all doxygen warningsMartin Willi2009-10-223-3/+3
* Renamed plugin configuration sections to the actual plugin nameMartin Willi2009-10-151-1/+1
* Streamlined EAP plugins to use a dash between eap-method, as used in all othe...Martin Willi2009-10-151-4/+4
* Fixed assignment of get_triplet() dummy implementationMartin Willi2009-10-131-1/+1
* Merged SIM/USIM manager/card/provider, avoids code duplicationMartin Willi2009-10-127-22/+24
* 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-093-54/+57
* Calculate missing CK/IK values in USIMMartin Willi2009-10-091-0/+3
* Link 3gpp2 EAP-AKA plugin to libgmpMartin Willi2009-10-091-0/+1
* Separated 3gpp2 USIM card and provider functionalityMartin Willi2009-10-094-93/+277
* Ported AKA functions to 3gpp2 pluginMartin Willi2009-10-093-1/+437
* Added a stub for the EAP-AKA backend implementing the 3GPP2 functions in soft...Martin Willi2009-10-099-0/+534