aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/sa/authenticators
Commit message (Collapse)AuthorAgeFilesLines
...
* implemented IKEV2 EAP-SIM server and client test module that use triplets ↵Andreas Steffen2008-02-043-140/+719
| | | | stored in a file. For details see the scenario 'ikev2/rw-eap-sim-rsa'
* 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 ↵Andreas Steffen2007-09-111-18/+5
| | | | distribution of private key material
* 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 --with-uid/--with-gid configure option
* 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
| | | | | | | | | 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-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
| | | | | some cleanups in eap_sim
* removed dublicated code in eap_authenticatorMartin Willi2007-03-141-12/+3
|
* version number selection fixMartin Willi2007-03-142-11/+18
| | | | some cleanups
* added EAP-SIM authenticationMartin Willi2007-03-134-1/+823
| | | | | | | client side only uses an external SIM reader library specified with SIM_READER_LIB untested
* 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
|
* merged EAP framework from branch into trunkMartin Willi2007-02-129-36/+2556
| | | | | includes a lot of other modifications
* some fixes for doxygenMartin Willi2006-10-313-8/+8
|
* better split up of library files "types.h" & "definitions.h"Martin Willi2006-10-311-1/+1
| | | | | | | | | centralized all printf specifier character definitions reuse of arginfo handlers more cleanups fixed more AMD64 issues added DEBUG_LEVEL compile flag to exclude DBGn() statements
* moved (myself) in log outputAndreas Steffen2006-10-311-1/+1
|
* moved typedefs to beginning of files to solve some include problemsMartin Willi2006-10-306-0/+693
splitted authenticator to have a separate implementation for each auth_method_t using va_copy to clone va_lists, should fix proplems on AMD64 some other cleanups