aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/plugins/eap_aka/eap_aka.c
Commit message (Collapse)AuthorAgeFilesLines
* Splitted EAP-AKA in peer and server implementations, use libsimaka helper ↵Martin Willi2009-11-121-1090/+0
| | | | library
* Merged SIM/USIM manager/card/provider, avoids code duplicationMartin Willi2009-10-121-6/+6
|
* Use constants instead of sizeof(), sizeof() does not work for function argumentsMartin Willi2009-10-091-17/+19
|
* Separated 3gpp2 USIM card and provider functionalityMartin Willi2009-10-091-716/+137
|
* Cleaned up EAP-AKA en/decoding, eliminated unaligned half-word readsMartin Willi2009-10-051-67/+101
|
* Use helper functions to handle (non-)skippable attributesMartin Willi2009-09-181-42/+46
|
* Clients can handle AKA-Identity requests by sending the full identityMartin Willi2009-09-181-0/+80
|
* Removed chunk_from_buf() in favor of a simpler chunk_from_chars() macroMartin Willi2009-09-111-7/+4
|
* remove spaces before tabs at the beginning of lines (^( )+\t)Martin Willi2009-09-041-3/+3
|
* remove spaces within tabs (\t( )+\t)Martin Willi2009-09-041-9/+9
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-113/+113
|
* use time_monotonic() instead of gettimeofday() for time difference calculationsMartin Willi2009-08-311-3/+2
|
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
|
* merging changes from portability branch back to trunkTobias Brunner2009-04-301-2/+2
| | | | | important change for developers: %Y replaces %D to print identities!
* added missing include for ULONG_MAXMartin Willi2008-11-111-0/+1
|
* ported parts of two-sim branchMartin Willi2008-08-221-3/+18
| | | | | | eap_identity parameter to exchange in eap_identity some auth_info/peer_cfg refactorings fixed some bugs, introduced new ones
* fixed some compiler warningsMartin Willi2008-05-231-1/+0
|
* 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)
* The introduced SHA1_NOFINAL hasher was not sufficient for EAP-AKA, Martin Willi2008-03-191-38/+22
| | | | | | as it requires to XOR the key into the hashers state. A new SHA1 based keyed hash function, implemented as PRF, enables EAP-AKA and the FIPS-PRF function to properly use the existing SHA1 implementation.
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-131-0/+1557