aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/sa/authenticators
Commit message (Collapse)AuthorAgeFilesLines
* Moving charon to libcharon.Tobias Brunner2010-03-1914-3282/+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.
* Use message instead of attributes in hookMartin Willi2010-02-262-31/+23
|
* Support EAP-only authentication for mutual and key deriving EAP methodsMartin Willi2010-01-074-0/+42
|
* differentiate EAP method initialization errorsAndreas Steffen2009-12-301-12/+18
|
* Separated the public interfaces of the threading primitives.Tobias Brunner2009-12-231-1/+1
|
* Moved mutex.c to a separate folder in order to cleanly wrap other threading ↵Tobias Brunner2009-12-231-1/+1
| | | | primitives (and utils/mutex.h is now threading.h).
* Save EAP-Identity on auth configMartin Willi2009-12-011-3/+26
|
* Extended SIM manager by hooks, currently featuring attribute and key hooksMartin Willi2009-11-302-1/+134
|
* Handle NOT_SUPPORTED or other errors properly in get_quintupletMartin Willi2009-11-301-4/+10
|
* Message stringification supports more detailed EAP payload informationMartin Willi2009-11-182-0/+36
|
* Support variable RES length in AKA quintupletsMartin Willi2009-11-122-12/+29
|
* Ported pseudonym/reauth functionality to EAP-AKAMartin Willi2009-11-121-0/+4
|
* Use new identity constructor in EAP-SIMMartin Willi2009-11-121-0/+5
|
* Moved card/provider enumeration to SIM manager, providing wrapped functions ↵Martin Willi2009-11-122-22/+503
| | | | for both SIM and AKA plugins
* Query triplet/quintuplet functions with permanent identity only,Martin Willi2009-11-121-31/+40
| | | | extended sim_provider with a is_pseudonym() function.
* Added missing hasher includeMartin Willi2009-11-121-0/+1
|
* sim_provider_t API gained support for pseudonym/fast reauthenticationMartin Willi2009-11-121-16/+46
|
* sim_card_t API gained support for pseudonym/fast reauthenticationMartin Willi2009-11-121-16/+55
|
* Merged SIM/USIM manager/card/provider, avoids code duplicationMartin Willi2009-10-123-297/+82
|
* SIM card interface takes IMSI as parameter (same as in USIM)Martin Willi2009-10-091-14/+11
|
* Fixed USIM parameter descriptionMartin Willi2009-10-091-1/+1
|
* Separated 3gpp2 USIM card and provider functionalityMartin Willi2009-10-091-13/+19
|
* Implemented a manager for USIM cards/providers very similar to the SIM managerMartin Willi2009-10-092-0/+284
|
* replaces four spaces by tabs, where appropriateMartin Willi2009-09-041-3/+3
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-0414-129/+129
|
* OpenSolaris defines MUTEX_DEFAULT therefore we rename the members of the ↵Tobias Brunner2009-08-141-1/+1
| | | | enums mutex/condvar/rwlock_type_t.
* properly terminate EAP authentication if EAP method failsMartin Willi2009-05-201-1/+5
|
* Fixed EAP authentication regressionMartin Willi2009-05-114-30/+60
| | | | | Use correct nonce/init message again for EAP AUTH payload sent from responder to initiator.
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-3013-26/+0
|
* merging changes from portability branch back to trunkTobias Brunner2009-04-303-15/+15
| | | | | important change for developers: %Y replaces %D to print identities!
* missed strcaseeq addedTobias Brunner2009-04-171-1/+1
|
* moved strcaseeq() macro from constants.h to utils.hAndreas Steffen2009-04-171-1/+1
|
* merged multi-auth branch back into trunkMartin Willi2009-04-1412-638/+845
|
* cosmeticsAndreas Steffen2009-03-261-1/+1
|
* updated DoxyfileMartin Willi2009-03-247-7/+7
| | | | | | properly close all doxygen groups fixed remaining doxygen warnings
* reintegrated eap-radius branch into trunkMartin Willi2009-03-243-3/+7
|
* adding plugin for EAP-MS-CHAPv2Tobias Brunner2009-02-182-1/+4
|
* reset pointer for a clean destructionMartin Willi2008-12-041-0/+1
|
* replaced most pthread_mutex/cond_t by wrapped mutex/condvar_t variantMartin Willi2008-11-051-10/+10
|
* moved key derivation and management into keymat objectMartin Willi2008-10-283-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 APIMartin Willi2008-10-102-0/+261
|
* cosmeticsAndreas Steffen2008-08-261-1/+1
|
* ported parts of two-sim branchMartin Willi2008-08-225-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 PAMMartin Willi2008-08-212-6/+6
|
* make config_auth_method_t backward compatible to existing sql templatesAndreas Steffen2008-06-101-9/+5
|
* ECDSA with OpenSSLTobias Brunner2008-06-104-49/+156
|
* replaced get_public() by create_public_enumerator() to try multiple public ↵Martin Willi2008-03-271-9/+12
| | | | keys for signature verification
* attempt to achieve consistent debugging outputAndreas Steffen2008-03-191-4/+4
|
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-1321-4105/+437
|