aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/eap_tnc/eap_tnc.c
Commit message (Expand)AuthorAgeFilesLines
* make TNC client authentication type available to IMVsAndreas Steffen2013-02-121-13/+65
* determine underlying IF-T transport protocolAndreas Steffen2013-02-121-4/+4
* Make IKE/EAP IDs available to TNC server/clientAndreas Steffen2013-02-111-2/+3
* Moved debug.[ch] to utils folderTobias Brunner2012-10-241-1/+1
* updated Copyright infoAndreas Steffen2012-07-131-1/+1
* removed unused variablesAndreas Steffen2012-07-111-2/+0
* due to single fragment, total length does not have to be includedAndreas Steffen2012-07-111-3/+1
* EAP-TNC does not support fragmentationAndreas Steffen2012-07-111-12/+14
* missing references to daemon.hAndreas Steffen2012-05-051-0/+1
* Use name from initialization to access settings in libcharon.Tobias Brunner2012-05-031-6/+8
* refactored TNC frameworkAndreas Steffen2011-10-251-5/+3
* explicitly activate use of TNC headersAndreas Steffen2011-06-071-1/+3
* do not include length field in non-fragmented EAP-PEAP packetsAndreas Steffen2011-04-211-2/+6
* Revert alloc_str changesMartin Willi2011-04-211-4/+2
* Use thread save settings alloc_str function where appropriateMartin Willi2011-04-211-2/+4
* added get|set_identifier() methods to eap_tnc_tAndreas Steffen2011-04-061-0/+14
* implemented dynamic detection of TNCCS protocolAndreas Steffen2011-01-311-2/+19
* select TNCCS protocol via charon.plugins.eap-tnc.protocolAndreas Steffen2010-11-091-1/+6
* created tnc-imc and tnc-imv pluginsAndreas Steffen2010-10-071-1/+1
* moved TNCCS layer out of eap_tnc pluginAndreas Steffen2010-09-281-5/+4
* max max_message_count configurable and move it into tls_eap_tAndreas Steffen2010-09-081-12/+4
* moved tls_t existance test into tls_eap_create() againAndreas Steffen2010-09-081-5/+0
* generalized tls_eap_t to support EAP_TNC wrapping the TNC_IF_TNCCS protocolAndreas Steffen2010-09-081-88/+68
* fixed copy-and-paste errorsAndreas Steffen2010-08-301-1/+1
* created an eap-tnc method hullAndreas Steffen2010-08-301-0/+190