aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/plugins/eap_aka_3gpp2
Commit message (Collapse)AuthorAgeFilesLines
* Moving charon to libcharon.Tobias Brunner2010-03-199-1169/+0
|
* Reverting eba28948a584b9d02474cf5d256b04b8d2adbe6a which was only necessary ↵Tobias Brunner2010-03-021-3/+1
| | | | | | | when cross-compiling the plugins for Android 2.0. With the coming monolithic build using Android.mk files this won't be necessary anymore.
* 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 ↵Tobias Brunner2010-03-021-2/+7
| | | | charon plugins into libcharon.
* 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
| | | | extended sim_provider with a is_pseudonym() function.
* 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 ↵Martin Willi2009-10-151-4/+4
| | | | other places
* 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 ↵Martin Willi2009-10-091-6/+4
| | | | starting point
* 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 ↵Martin Willi2009-10-099-0/+534
software