aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/sa/authenticators/authenticator.h
Commit message (Collapse)AuthorAgeFilesLines
* Moving charon to libcharon.Tobias Brunner2010-03-191-178/+0
|
* Support EAP-only authentication for mutual and key deriving EAP methodsMartin Willi2010-01-071-0/+10
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-12/+12
|
* Fixed EAP authentication regressionMartin Willi2009-05-111-2/+8
| | | | | Use correct nonce/init message again for EAP AUTH payload sent from responder to initiator.
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
|
* merged multi-auth branch back into trunkMartin Willi2009-04-141-41/+40
|
* updated DoxyfileMartin Willi2009-03-241-1/+1
| | | | | | properly close all doxygen groups fixed remaining doxygen warnings
* ported parts of two-sim branchMartin Willi2008-08-221-30/+43
| | | | | | eap_identity parameter to exchange in eap_identity some auth_info/peer_cfg refactorings fixed some bugs, introduced new ones
* ECDSA with OpenSSLTobias Brunner2008-06-101-4/+32
|
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-131-28/+13
|
* some fixes for doxygenMartin Willi2006-10-311-4/+4
|
* 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 typedefs to beginning of files to solve some include problemsMartin Willi2006-10-301-0/+139
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