aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/eap_ttls/eap_ttls_server.c
Commit message (Expand)AuthorAgeFilesLines
* make TNC client authentication type available to IMVsAndreas Steffen2013-02-121-3/+10
* Moved debug.[ch] to utils folderTobias Brunner2012-10-241-1/+1
* Use name from initialization to access settings in libcharon.Tobias Brunner2012-05-031-6/+7
* Moved eap/xauth classes out of protocol specific subdirectoriesMartin Willi2012-03-201-1/+1
* Separated libcharon/sa directory with ikev1 and ikev2 subfoldersMartin Willi2012-03-201-1/+1
* renamed tls_reader|writer to bio_* and moved to libstrongswanAndreas Steffen2011-05-311-2/+2
* Revert alloc_str changesMartin Willi2011-04-211-4/+3
* Use thread save settings alloc_str function where appropriateMartin Willi2011-04-211-3/+4
* suport certificate-based client authentication with EAP-TTLSAndreas Steffen2010-10-141-40/+70
* deactivate start_phase2_tnc flag after startAndreas Steffen2010-10-071-1/+1
* added server side support for EAP-TNCAndreas Steffen2010-10-071-2/+28
* support fragmentation in AVPsAndreas Steffen2010-08-241-3/+10
* Fixed compiler warningMartin Willi2010-08-201-1/+1
* Use a seperate section for each nested struct member in INIT macroMartin Willi2010-08-181-12/+12
* implemented server-initiated phase2 of EAP-TTLS authenticationAndreas Steffen2010-08-161-1/+30
* implemented server side support for EAP-TTLSAndreas Steffen2010-08-161-0/+273