aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/plugins/eap_sim
Commit message (Collapse)AuthorAgeFilesLines
* Moving charon to libcharon.Tobias Brunner2010-03-197-1491/+0
|
* Reverting eba28948a584b9d02474cf5d256b04b8d2adbe6a which was only necessary ↵Tobias Brunner2010-03-021-1/+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-3/+6
|
* Link all enabled libstrongswan plugins into the library, link all enabled ↵Tobias Brunner2010-03-021-2/+5
| | | | 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-2/+1
|
* Verify EAP-SIM/AKA AT_MAC before processing any attributesMartin Willi2009-11-302-18/+12
|
* SIM/AKA/Request/Reauthentication AT_MAC does not include NONCE_S, only the ↵Martin Willi2009-11-302-3/+2
| | | | response
* Build libsimaka with libtool, as we require a PIC-enabled versionMartin Willi2009-11-121-1/+1
|
* Ported pseudonym/reauth functionality to EAP-AKAMartin Willi2009-11-122-5/+1
|
* Use new identity constructor in EAP-SIMMartin Willi2009-11-122-42/+18
|
* Moved card/provider enumeration to SIM manager, providing wrapped functions ↵Martin Willi2009-11-122-222/+17
| | | | for both SIM and AKA plugins
* Added option to disable identity requests completely (old behavior)Martin Willi2009-11-122-13/+17
|
* Initiate full authentication if reauthentication identity is unknownMartin Willi2009-11-121-1/+6
|
* Initial support for fast reauthentication in EAP-SIMMartin Willi2009-11-122-31/+422
|
* Fallback to permanent identity request if pseudonym mapping failedMartin Willi2009-11-122-63/+119
|
* Impemented basic pseudonym support in EAP-SIMMartin Willi2009-11-122-24/+221
|
* Pass SIM/AKA crypto helper to constructor of messageMartin Willi2009-11-122-24/+24
|
* Added a doxygen group for libsimaka, some cleanupsMartin Willi2009-11-122-2/+2
|
* EAP servers check if the received EAP message was expectedMartin Willi2009-11-121-0/+24
|
* Use existing triplet length definitionsMartin Willi2009-11-122-33/+16
|
* Proper handling of non-skippable attributes and client error codes in EAP-SIMMartin Willi2009-11-122-33/+65
|
* Use the EAP-SIM/AKA crypto helper in EAP-SIMMartin Willi2009-11-122-192/+49
|
* Migrated EAP-SIM to libsimaka, separated server/peer implementationsMartin Willi2009-11-127-1175/+1047
|
* Streamlined EAP plugins to use a dash between eap-method, as used in all ↵Martin Willi2009-10-151-3/+3
| | | | other places
* SIM card interface takes IMSI as parameter (same as in USIM)Martin Willi2009-10-091-14/+6
|
* Cleaned up EAP-SIM en/decoding, eliminated unaligned half-word readsMartin Willi2009-10-051-99/+108
|
* Do not assign SIM version to a volatile buffer on stackMartin Willi2009-09-221-15/+11
|
* Removed chunk_from_buf() in favor of a simpler chunk_from_chars() macroMartin Willi2009-09-111-11/+4
|
* use sysconfdir, no need for an additional confdir variableMartin Willi2009-09-071-1/+1
|
* Use macros to define --with optionsMartin Willi2009-09-071-1/+3
|
* remove spaces before tabs at the beginning of lines (^( )+\t)Martin Willi2009-09-041-1/+1
|
* remove spaces within tabs (\t( )+\t)Martin Willi2009-09-041-10/+10
|
* replaces four spaces by tabs, where appropriateMartin Willi2009-09-041-1/+1
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-042-55/+55
|
* added -avoid-version to LDFLAGS, plugins are not versionedMartin Willi2009-07-031-1/+1
|
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-303-6/+0
|
* merging changes from portability branch back to trunkTobias Brunner2009-04-301-2/+2
| | | | | important change for developers: %Y replaces %D to print identities!
* updated DoxyfileMartin Willi2009-03-242-2/+2
| | | | | | properly close all doxygen groups fixed remaining doxygen warnings
* fixed copy-paste bug (double-free)Martin Willi2008-12-041-1/+0
|
* reintegrated two-sim branch providing SIM card plugin APIMartin Willi2008-10-105-423/+87
|
* ported parts of two-sim branchMartin Willi2008-08-221-2/+6
| | | | | | eap_identity parameter to exchange in eap_identity some auth_info/peer_cfg refactorings fixed some bugs, introduced new ones
* plugin load configuration in strongswan.confMartin Willi2008-05-151-3/+3
| | | | | | some components accept a "component.load" option with a space separated list of plugins to load libcharon- plugins are now handled the same way as libstrongswan- plugins
* added API for random number generators, served through credential factoryMartin Willi2008-04-151-7/+6
| | | | ported randomizer_t to a rng_t on top of /dev/(u)random (plugin random)
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-136-0/+1658