aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/sa/authenticators/eap/eap_sim.c
Commit message (Collapse)AuthorAgeFilesLines
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-131-1125/+0
|
* implemented IKEV2 EAP-SIM server and client test module that use triplets ↵Andreas Steffen2008-02-041-82/+400
| | | | stored in a file. For details see the scenario 'ikev2/rw-eap-sim-rsa'
* implemented Expanded EAP types to support vendor specific methodsMartin Willi2007-12-131-2/+3
|
* fixed actual ID length when AT_IDENTITY gets paddedMartin Willi2007-12-131-1/+2
|
* proper notification handlingMartin Willi2007-04-101-1/+103
|
* giving up EAP-SIM authentication after 3 failed challengesMartin Willi2007-03-271-0/+15
|
* added --with-sim-reader option to configure scriptMartin Willi2007-03-141-25/+29
| | | | | some cleanups in eap_sim
* version number selection fixMartin Willi2007-03-141-10/+17
| | | | some cleanups
* added EAP-SIM authenticationMartin Willi2007-03-131-0/+677
client side only uses an external SIM reader library specified with SIM_READER_LIB untested