aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/sa/authenticators
Commit message (Expand)AuthorAgeFilesLines
* merging changes from portability branch back to trunkTobias Brunner2009-04-303-15/+15
* 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
* 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
* 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
* 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 ke...Martin Willi2008-03-271-9/+12
* attempt to achieve consistent debugging outputAndreas Steffen2008-03-191-4/+4
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-1321-4105/+437
* implemented IKEV2 EAP-SIM server and client test module that use triplets sto...Andreas Steffen2008-02-043-140/+719
* use identifiers in EAP_SUCCESS/EAP_FAILURE payloadsMartin Willi2008-02-041-7/+8
* fixed EAP-MD5 to accept Name attribute in challengeMartin Willi2007-12-181-1/+2
* implemented Expanded EAP types to support vendor specific methodsMartin Willi2007-12-137-51/+137
* fixed actual ID length when AT_IDENTITY gets paddedMartin Willi2007-12-131-1/+2
* ported EAP-AKA branch into trunkMartin Willi2007-12-132-0/+1578
* merged EAP-MD5 into trunkMartin Willi2007-12-122-0/+339
* typosTobias Brunner2007-09-271-1/+1
* removed unused chunk variableAndreas Steffen2007-09-121-3/+1
* overwrite shared_key with random bytes before freeing itAndreas Steffen2007-09-111-2/+2
* replaced get_rsa_private_key() by rsa_signature() in order restrict the distr...Andreas Steffen2007-09-111-18/+5
* corrected debug outputAndreas Steffen2007-08-101-1/+1
* support of CA-based ipsec policiesAndreas Steffen2007-05-181-0/+1
* output of eap_type_names requires %N formatAndreas Steffen2007-05-181-1/+1
* authentication failure is handled in ike_auth.cAndreas Steffen2007-05-151-3/+5
* support of multiple certificates with same peer idAndreas Steffen2007-05-151-18/+7
* changing UID/GID after startup of pluto/charonMartin Willi2007-05-071-33/+0
* added support for EAP methods not establishing an MSKMartin Willi2007-04-193-28/+49
* proper notification handlingMartin Willi2007-04-101-1/+103
* restructured file layoutMartin Willi2007-04-103-3/+1
* removed send_queue, handled internally in sender_t knowMartin Willi2007-03-281-1/+0
* merged changes from eap-aka trunkMartin Willi2007-03-282-14/+15
* giving up EAP-SIM authentication after 3 failed challengesMartin Willi2007-03-271-0/+15
* EAP-SIM cleanupsMartin Willi2007-03-191-2/+2
* added --with-sim-reader option to configure scriptMartin Willi2007-03-142-27/+30
* removed dublicated code in eap_authenticatorMartin Willi2007-03-141-12/+3
* version number selection fixMartin Willi2007-03-142-11/+18
* added EAP-SIM authenticationMartin Willi2007-03-134-1/+823
* added generic EAP_IDENTITY client implementation using peers IKEv2 IDMartin Willi2007-03-133-0/+215
* removed eap aka module due ndaMartin Willi2007-02-132-1532/+0