aboutsummaryrefslogtreecommitdiffstats
path: root/src/libtls/tls_eap.c
Commit message (Expand)AuthorAgeFilesLines
* libtls: Add getters for TLS handshake authentication detailsMartin Willi2015-03-031-0/+7
* Implemented PT-EAP protocol (RFC 7171)Andreas Steffen2014-05-121-45/+68
* Moved debug.[ch] to utils folderTobias Brunner2012-10-241-1/+1
* Use memmove on overlapping regions, and operate with correct sizeof()Martin Willi2012-09-121-2/+2
* Whitespace cleanups in tls_eapMartin Willi2012-09-121-6/+6
* eliminate message length field in EAP-TNCAndreas Steffen2012-07-111-2/+6
* allow to transmit 64k TLS Handshake and Application messages via EAP-[T]TLSAndreas Steffen2012-07-111-3/+6
* some tls_eap optimizationsAndreas Steffen2012-07-111-10/+13
* max_message_count = 0 disables limitAndreas Steffen2012-07-111-1/+1
* log invalid TLS packet lengthAndreas Steffen2012-07-111-1/+2
* 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 var...Martin Willi2010-08-311-0/+331