Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moving charon to libcharon. | Tobias Brunner | 2010-03-19 | 1 | -705/+0 |
| | |||||
* | Check if we are not using a vendor EAP method in EAP_IDENTITY comparison. | Martin Willi | 2010-03-03 | 1 | -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 methods | Martin Willi | 2010-01-07 | 1 | -0/+28 |
| | |||||
* | differentiate EAP method initialization errors | Andreas Steffen | 2009-12-30 | 1 | -12/+18 |
| | |||||
* | Save EAP-Identity on auth config | Martin Willi | 2009-12-01 | 1 | -3/+26 |
| | |||||
* | removed trailing spaces ([[:space:]]+$) | Martin Willi | 2009-09-04 | 1 | -45/+45 |
| | |||||
* | properly terminate EAP authentication if EAP method fails | Martin Willi | 2009-05-20 | 1 | -1/+5 |
| | |||||
* | Fixed EAP authentication regression | Martin Willi | 2009-05-11 | 1 | -20/+37 |
| | | | | | Use correct nonce/init message again for EAP AUTH payload sent from responder to initiator. | ||||
* | removing svn keyword $Id$ from all files | Tobias Brunner | 2009-04-30 | 1 | -2/+0 |
| | |||||
* | merging changes from portability branch back to trunk | Tobias Brunner | 2009-04-30 | 1 | -6/+6 |
| | | | | | important change for developers: %Y replaces %D to print identities! | ||||
* | merged multi-auth branch back into trunk | Martin Willi | 2009-04-14 | 1 | -345/+422 |
| | |||||
* | cosmetics | Andreas Steffen | 2009-03-26 | 1 | -1/+1 |
| | |||||
* | reintegrated eap-radius branch into trunk | Martin Willi | 2009-03-24 | 1 | -2/+3 |
| | |||||
* | reset pointer for a clean destruction | Martin Willi | 2008-12-04 | 1 | -0/+1 |
| | |||||
* | moved key derivation and management into keymat object | Martin Willi | 2008-10-28 | 1 | -36/+19 |
| | | | | | | allows secured implementation of key management (e.g. in kernel or HW) only IKE keys for now | ||||
* | cosmetics | Andreas Steffen | 2008-08-26 | 1 | -1/+1 |
| | |||||
* | ported parts of two-sim branch | Martin Willi | 2008-08-22 | 1 | -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 trunk | Martin Willi | 2008-03-13 | 1 | -16/+14 |
| | |||||
* | use identifiers in EAP_SUCCESS/EAP_FAILURE payloads | Martin Willi | 2008-02-04 | 1 | -7/+8 |
| | |||||
* | implemented Expanded EAP types to support vendor specific methods | Martin Willi | 2007-12-13 | 1 | -25/+80 |
| | |||||
* | added support for EAP methods not establishing an MSK | Martin Willi | 2007-04-19 | 1 | -20/+36 |
| | |||||
* | restructured file layout | Martin Willi | 2007-04-10 | 1 | -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 know | Martin Willi | 2007-03-28 | 1 | -1/+0 |
| | | | | | do header parsing in receiver, ready for cookie integration | ||||
* | merged changes from eap-aka trunk | Martin Willi | 2007-03-28 | 1 | -6/+7 |
| | |||||
* | removed dublicated code in eap_authenticator | Martin Willi | 2007-03-14 | 1 | -12/+3 |
| | |||||
* | added generic EAP_IDENTITY client implementation using peers IKEv2 ID | Martin Willi | 2007-03-13 | 1 | -0/+21 |
| | |||||
* | merged EAP framework from branch into trunk | Martin Willi | 2007-02-12 | 1 | -0/+348 |
includes a lot of other modifications |