aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/eap_ttls/eap_ttls.c
Commit message (Expand)AuthorAgeFilesLines
* libcharon: Use lib->ns instead of charon->nameTobias Brunner2014-02-121-4/+4
* Use name from initialization to access settings in libcharon.Tobias Brunner2012-05-031-5/+8
* Implemented TLS session resumption both as client and as serverMartin Willi2011-12-311-1/+2
* do not include length field in non-fragmented EAP-PEAP packetsAndreas Steffen2011-04-211-2/+6
* added get|set_identifier() methods to eap_tls_t and eap_ttls_tAndreas Steffen2011-04-051-0/+14
* 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-2/+8
* Added strongswan.conf options for EAP-TLS/TTLS fragment sizeMartin Willi2010-08-311-5/+10
* Migrated EAP-TTLS to the generic TLS helperMartin Willi2010-08-311-281/+21
* Support output fragmentation of TLS recordsMartin Willi2010-08-311-2/+3
* removed tls_record_t definitionAndreas Steffen2010-08-241-10/+0
* Pass NULL peer identity to omit TLS peer authentication, added eap-ttls.reque...Martin Willi2010-08-241-0/+5
* Client sends empty EAP-TTLS packet on fatal alerts to properly shut down TLSMartin Willi2010-08-241-0/+6
* Moved TLS record parsing/generation to tls.cMartin Willi2010-08-241-56/+4
* Introducing simple purposes for the TLS stack, switches various optionsMartin Willi2010-08-201-3/+9
* added EAP-TTLS debug outputAndreas Steffen2010-08-181-4/+11
* Use a seperate section for each nested struct member in INIT macroMartin Willi2010-08-181-7/+9
* implemented server side support for EAP-TTLSAndreas Steffen2010-08-161-5/+7
* optional certificate-based peer authentication on TLS server sideAndreas Steffen2010-08-151-2/+2
* send tunneled EAP Identity response using eap-identity pluginAndreas Steffen2010-08-131-1/+1
* added generic TLS application data handler and specific EAP-TTLS instantiationAndreas Steffen2010-08-121-5/+8
* differentiate between TLS messages and EAP-[T]TLS packets in the debug outputAndreas Steffen2010-08-101-6/+6
* log final TLS acknowledgement packetAndreas Steffen2010-08-081-1/+5
* added level 2 debug info on sent TLS packetsAndreas Steffen2010-08-071-0/+4
* log EAP-TTLS versionAndreas Steffen2010-08-071-6/+12
* EAP-TLS and EAP-TTLS use different constant MSK PRF labelAndreas Steffen2010-08-071-1/+2
* added eap_ttls plugin configurationAndreas Steffen2010-08-071-0/+442