aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/sa/authenticators/eap
Commit message (Collapse)AuthorAgeFilesLines
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-1313-3916/+279
|
* implemented IKEV2 EAP-SIM server and client test module that use triplets ↵Andreas Steffen2008-02-043-140/+719
| | | | stored in a file. For details see the scenario 'ikev2/rw-eap-sim-rsa'
* fixed EAP-MD5 to accept Name attribute in challengeMartin Willi2007-12-181-1/+2
|
* implemented Expanded EAP types to support vendor specific methodsMartin Willi2007-12-135-22/+52
|
* fixed actual ID length when AT_IDENTITY gets paddedMartin Willi2007-12-131-1/+2
|
* ported EAP-AKA branch into trunkMartin Willi2007-12-132-0/+1578
|
* merged EAP-MD5 into trunkMartin Willi2007-12-122-0/+339
|
* output of eap_type_names requires %N formatAndreas Steffen2007-05-181-1/+1
|
* changing UID/GID after startup of pluto/charonMartin Willi2007-05-071-33/+0
| | | | added --with-uid/--with-gid configure option
* proper notification handlingMartin Willi2007-04-101-1/+103
|
* giving up EAP-SIM authentication after 3 failed challengesMartin Willi2007-03-271-0/+15
|
* EAP-SIM cleanupsMartin Willi2007-03-191-2/+2
|
* added --with-sim-reader option to configure scriptMartin Willi2007-03-142-27/+30
| | | | | some cleanups in eap_sim
* version number selection fixMartin Willi2007-03-142-11/+18
| | | | some cleanups
* added EAP-SIM authenticationMartin Willi2007-03-134-1/+823
| | | | | | | client side only uses an external SIM reader library specified with SIM_READER_LIB untested
* added generic EAP_IDENTITY client implementation using peers IKEv2 IDMartin Willi2007-03-132-0/+194
|
* removed eap aka module due ndaMartin Willi2007-02-132-1532/+0
|
* merged EAP framework from branch into trunkMartin Willi2007-02-124-0/+2016
includes a lot of other modifications