aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/sa/authenticators/eap_authenticator.c
Commit message (Collapse)AuthorAgeFilesLines
* Moving charon to libcharon.Tobias Brunner2010-03-191-705/+0
|
* Check if we are not using a vendor EAP method in EAP_IDENTITY comparison.Martin Willi2010-03-031-1/+1
| | | | Bug reported by Ingo Kubbilun with a patch from Reinhard Pfau, secunet AG.
* Support EAP-only authentication for mutual and key deriving EAP methodsMartin Willi2010-01-071-0/+28
|
* differentiate EAP method initialization errorsAndreas Steffen2009-12-301-12/+18
|
* Save EAP-Identity on auth configMartin Willi2009-12-011-3/+26
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-45/+45
|
* properly terminate EAP authentication if EAP method failsMartin Willi2009-05-201-1/+5
|
* Fixed EAP authentication regressionMartin Willi2009-05-111-20/+37
| | | | | Use correct nonce/init message again for EAP AUTH payload sent from responder to initiator.
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
|
* merging changes from portability branch back to trunkTobias Brunner2009-04-301-6/+6
| | | | | important change for developers: %Y replaces %D to print identities!
* merged multi-auth branch back into trunkMartin Willi2009-04-141-345/+422
|
* cosmeticsAndreas Steffen2009-03-261-1/+1
|
* reintegrated eap-radius branch into trunkMartin Willi2009-03-241-2/+3
|
* reset pointer for a clean destructionMartin Willi2008-12-041-0/+1
|
* moved key derivation and management into keymat objectMartin Willi2008-10-281-36/+19
| | | | | | allows secured implementation of key management (e.g. in kernel or HW) only IKE keys for now
* cosmeticsAndreas Steffen2008-08-261-1/+1
|
* ported parts of two-sim branchMartin Willi2008-08-221-22/+159
| | | | | | eap_identity parameter to exchange in eap_identity some auth_info/peer_cfg refactorings fixed some bugs, introduced new ones
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-131-16/+14
|
* use identifiers in EAP_SUCCESS/EAP_FAILURE payloadsMartin Willi2008-02-041-7/+8
|
* implemented Expanded EAP types to support vendor specific methodsMartin Willi2007-12-131-25/+80
|
* added support for EAP methods not establishing an MSKMartin Willi2007-04-191-20/+36
|
* restructured file layoutMartin Willi2007-04-101-1/+1
| | | | | | | | | new configuration structure: peer_cfg: configuration related to a peer (authenitcation, ...= ike_cfg: config to use for IKE setup (proposals) child_Cfg: config for CHILD_SA (proposals, traffic selectors) a peer_cfg has one ike_cfg and multiple child_cfg's stroke now uses fixed count of threads
* removed send_queue, handled internally in sender_t knowMartin Willi2007-03-281-1/+0
| | | | | do header parsing in receiver, ready for cookie integration
* merged changes from eap-aka trunkMartin Willi2007-03-281-6/+7
|
* removed dublicated code in eap_authenticatorMartin Willi2007-03-141-12/+3
|
* added generic EAP_IDENTITY client implementation using peers IKEv2 IDMartin Willi2007-03-131-0/+21
|
* merged EAP framework from branch into trunkMartin Willi2007-02-121-0/+348
includes a lot of other modifications