aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/eap_ttls/eap_ttls_server.c
Commit message (Collapse)AuthorAgeFilesLines
* Implemented PT-EAP protocol (RFC 7171)Andreas Steffen2014-05-121-9/+21
|
* libcharon: Use lib->ns instead of charon->nameTobias Brunner2014-02-121-4/+4
|
* 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
| | | | Also fixes several whitespace errors.
* 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
| | | | | | This reverts commit fdead26ffe1da8501a6ff5e0639a6f44c723e763. This reverts commit 3e2419ebe32de72d824864eb2e0e677a7c197af1. This reverts commit 17ce69b47a1efd6234960cf7d1f50712aee61db5.
* 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