aboutsummaryrefslogtreecommitdiffstats
path: root/src/libtls/tls_eap.c
Commit message (Collapse)AuthorAgeFilesLines
* debug type is EAP_TLSAndreas Steffen2011-04-211-4/+4
|
* do not include length field in non-fragmented EAP-PEAP packetsAndreas Steffen2011-04-211-11/+43
|
* implemented get|set_identifier() for tls_eap_tAndreas Steffen2011-04-051-24/+70
|
* call is_complete() if tls protocol returns with SUCCESSAndreas Steffen2010-11-161-4/+8
|
* set EAP-TTLS/TNC version also in acknowledgement packetsAndreas Steffen2010-10-041-0/+11
|
* added explanatory commentsAndreas Steffen2010-09-091-5/+5
|
* max max_message_count configurable and move it into tls_eap_tAndreas Steffen2010-09-081-2/+22
|
* moved tls_t existance test into tls_eap_create() againAndreas Steffen2010-09-081-0/+5
|
* generalized tls_eap_t to support EAP_TNC wrapping the TNC_IF_TNCCS protocolAndreas Steffen2010-09-081-26/+33
|
* cosmetics in debug outputAndreas Steffen2010-09-011-2/+3
|
* Added strongswan.conf options for EAP-TLS/TTLS fragment sizeMartin Willi2010-08-311-4/+8
|
* Implemented a generic TLS EAP helper to implement EAP-TLS, TTLS and other ↵Martin Willi2010-08-311-0/+331
variants