aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/plugins/eap_aka
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* plugin load configuration in strongswan.confMartin Willi2008-05-151-4/+4
| | | | | | 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)
* 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-135-0/+1752