aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/eap_ttls
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fixed compiler warningMartin Willi2010-08-201-1/+1
* added EAP-TTLS debug outputAndreas Steffen2010-08-181-4/+11
* Use a seperate section for each nested struct member in INIT macroMartin Willi2010-08-184-30/+34
* implemented server-initiated phase2 of EAP-TTLS authenticationAndreas Steffen2010-08-162-15/+52
* implemented server side support for EAP-TTLSAndreas Steffen2010-08-168-79/+537
* optional certificate-based peer authentication on TLS server sideAndreas Steffen2010-08-151-2/+2
* removed some raw EAP debug outputAndreas Steffen2010-08-141-3/+0
* use EAP plugin for tunneled client authenticationAndreas Steffen2010-08-141-14/+107
* send tunneled EAP Identity response using eap-identity pluginAndreas Steffen2010-08-133-12/+37
* implement AVP EAP message building and processingAndreas Steffen2010-08-131-10/+69
* added generic TLS application data handler and specific EAP-TTLS instantiationAndreas Steffen2010-08-124-6/+152
* 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-075-0/+615