Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moving charon to libcharon. | Tobias Brunner | 2010-03-19 | 14 | -3282/+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. | ||||
* | Use message instead of attributes in hook | Martin Willi | 2010-02-26 | 2 | -31/+23 |
| | |||||
* | Support EAP-only authentication for mutual and key deriving EAP methods | Martin Willi | 2010-01-07 | 4 | -0/+42 |
| | |||||
* | differentiate EAP method initialization errors | Andreas Steffen | 2009-12-30 | 1 | -12/+18 |
| | |||||
* | Separated the public interfaces of the threading primitives. | Tobias Brunner | 2009-12-23 | 1 | -1/+1 |
| | |||||
* | Moved mutex.c to a separate folder in order to cleanly wrap other threading ↵ | Tobias Brunner | 2009-12-23 | 1 | -1/+1 |
| | | | | primitives (and utils/mutex.h is now threading.h). | ||||
* | Save EAP-Identity on auth config | Martin Willi | 2009-12-01 | 1 | -3/+26 |
| | |||||
* | Extended SIM manager by hooks, currently featuring attribute and key hooks | Martin Willi | 2009-11-30 | 2 | -1/+134 |
| | |||||
* | Handle NOT_SUPPORTED or other errors properly in get_quintuplet | Martin Willi | 2009-11-30 | 1 | -4/+10 |
| | |||||
* | Message stringification supports more detailed EAP payload information | Martin Willi | 2009-11-18 | 2 | -0/+36 |
| | |||||
* | Support variable RES length in AKA quintuplets | Martin Willi | 2009-11-12 | 2 | -12/+29 |
| | |||||
* | Ported pseudonym/reauth functionality to EAP-AKA | Martin Willi | 2009-11-12 | 1 | -0/+4 |
| | |||||
* | Use new identity constructor in EAP-SIM | Martin Willi | 2009-11-12 | 1 | -0/+5 |
| | |||||
* | Moved card/provider enumeration to SIM manager, providing wrapped functions ↵ | Martin Willi | 2009-11-12 | 2 | -22/+503 |
| | | | | for both SIM and AKA plugins | ||||
* | Query triplet/quintuplet functions with permanent identity only, | Martin Willi | 2009-11-12 | 1 | -31/+40 |
| | | | | extended sim_provider with a is_pseudonym() function. | ||||
* | Added missing hasher include | Martin Willi | 2009-11-12 | 1 | -0/+1 |
| | |||||
* | sim_provider_t API gained support for pseudonym/fast reauthentication | Martin Willi | 2009-11-12 | 1 | -16/+46 |
| | |||||
* | sim_card_t API gained support for pseudonym/fast reauthentication | Martin Willi | 2009-11-12 | 1 | -16/+55 |
| | |||||
* | Merged SIM/USIM manager/card/provider, avoids code duplication | Martin Willi | 2009-10-12 | 3 | -297/+82 |
| | |||||
* | SIM card interface takes IMSI as parameter (same as in USIM) | Martin Willi | 2009-10-09 | 1 | -14/+11 |
| | |||||
* | Fixed USIM parameter description | Martin Willi | 2009-10-09 | 1 | -1/+1 |
| | |||||
* | Separated 3gpp2 USIM card and provider functionality | Martin Willi | 2009-10-09 | 1 | -13/+19 |
| | |||||
* | Implemented a manager for USIM cards/providers very similar to the SIM manager | Martin Willi | 2009-10-09 | 2 | -0/+284 |
| | |||||
* | replaces four spaces by tabs, where appropriate | Martin Willi | 2009-09-04 | 1 | -3/+3 |
| | |||||
* | removed trailing spaces ([[:space:]]+$) | Martin Willi | 2009-09-04 | 14 | -129/+129 |
| | |||||
* | OpenSolaris defines MUTEX_DEFAULT therefore we rename the members of the ↵ | Tobias Brunner | 2009-08-14 | 1 | -1/+1 |
| | | | | enums mutex/condvar/rwlock_type_t. | ||||
* | 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 | 4 | -30/+60 |
| | | | | | 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 | 13 | -26/+0 |
| | |||||
* | merging changes from portability branch back to trunk | Tobias Brunner | 2009-04-30 | 3 | -15/+15 |
| | | | | | important change for developers: %Y replaces %D to print identities! | ||||
* | missed strcaseeq added | Tobias Brunner | 2009-04-17 | 1 | -1/+1 |
| | |||||
* | moved strcaseeq() macro from constants.h to utils.h | Andreas Steffen | 2009-04-17 | 1 | -1/+1 |
| | |||||
* | merged multi-auth branch back into trunk | Martin Willi | 2009-04-14 | 12 | -638/+845 |
| | |||||
* | cosmetics | Andreas Steffen | 2009-03-26 | 1 | -1/+1 |
| | |||||
* | updated Doxyfile | Martin Willi | 2009-03-24 | 7 | -7/+7 |
| | | | | | | properly close all doxygen groups fixed remaining doxygen warnings | ||||
* | reintegrated eap-radius branch into trunk | Martin Willi | 2009-03-24 | 3 | -3/+7 |
| | |||||
* | adding plugin for EAP-MS-CHAPv2 | Tobias Brunner | 2009-02-18 | 2 | -1/+4 |
| | |||||
* | reset pointer for a clean destruction | Martin Willi | 2008-12-04 | 1 | -0/+1 |
| | |||||
* | replaced most pthread_mutex/cond_t by wrapped mutex/condvar_t variant | Martin Willi | 2008-11-05 | 1 | -10/+10 |
| | |||||
* | moved key derivation and management into keymat object | Martin Willi | 2008-10-28 | 3 | -138/+57 |
| | | | | | | allows secured implementation of key management (e.g. in kernel or HW) only IKE keys for now | ||||
* | reintegrated two-sim branch providing SIM card plugin API | Martin Willi | 2008-10-10 | 2 | -0/+261 |
| | |||||
* | cosmetics | Andreas Steffen | 2008-08-26 | 1 | -1/+1 |
| | |||||
* | ported parts of two-sim branch | Martin Willi | 2008-08-22 | 5 | -66/+227 |
| | | | | | | eap_identity parameter to exchange in eap_identity some auth_info/peer_cfg refactorings fixed some bugs, introduced new ones | ||||
* | a (incomplete) implementation of draft-sheffer-ikev2-gtc-00.txt using PAM | Martin Willi | 2008-08-21 | 2 | -6/+6 |
| | |||||
* | make config_auth_method_t backward compatible to existing sql templates | Andreas Steffen | 2008-06-10 | 1 | -9/+5 |
| | |||||
* | ECDSA with OpenSSL | Tobias Brunner | 2008-06-10 | 4 | -49/+156 |
| | |||||
* | replaced get_public() by create_public_enumerator() to try multiple public ↵ | Martin Willi | 2008-03-27 | 1 | -9/+12 |
| | | | | keys for signature verification | ||||
* | attempt to achieve consistent debugging output | Andreas Steffen | 2008-03-19 | 1 | -4/+4 |
| | |||||
* | merged the modularization branch (credentials) back to trunk | Martin Willi | 2008-03-13 | 21 | -4105/+437 |
| |