aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/eap_ttls
Commit message (Collapse)AuthorAgeFilesLines
* do not include length field in non-fragmented EAP-PEAP packetsAndreas Steffen2011-04-211-2/+6
|
* Revert alloc_str changesMartin Willi2011-04-211-4/+3
| | | | | | This reverts commit fdead26ffe1da8501a6ff5e0639a6f44c723e763. This reverts commit 3e2419ebe32de72d824864eb2e0e677a7c197af1. This reverts commit 17ce69b47a1efd6234960cf7d1f50712aee61db5.
* Use thread save settings alloc_str function where appropriateMartin Willi2011-04-211-3/+4
|
* Added a (not yet implemented) plugin_t method to reload plugin configurationMartin Willi2011-04-151-0/+1
|
* Added a get_name() function to plugin_t, create_plugin_enumerator enumerates ↵Martin Willi2011-04-151-0/+6
| | | | over plugin_t
* allow multi-pass authentication schemes as e.g. MSCHAPv2Andreas Steffen2011-04-061-15/+14
|
* display EAP identifiers in HEX formatAndreas Steffen2011-04-061-2/+2
|
* added EAP identifier to debug outputAndreas Steffen2011-04-051-4/+5
|
* added get|set_identifier() methods to eap_tls_t and eap_ttls_tAndreas Steffen2011-04-051-0/+14
|
* eap_packet_t definition moved to libstrongswan/eap/eap.hAndreas Steffen2011-04-051-11/+0
|
* fixed memory leak in EAP-TTLS piggy-back modeAndreas Steffen2010-11-091-0/+1
|
* suport certificate-based client authentication with EAP-TTLSAndreas Steffen2010-10-141-40/+70
|
* deactivate start_phase2_tnc flag after startAndreas Steffen2010-10-071-1/+1
|
* added server side support for EAP-TNCAndreas Steffen2010-10-071-2/+28
|
* support non EAP-TTLS conformant RADIUS-type attribute segmentationAndreas Steffen2010-09-091-13/+79
|
* added explanatory commentsAndreas Steffen2010-09-091-3/+7
|
* 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
|
* for the time being assume a single request/response exchange for a given EAP ↵Andreas Steffen2010-08-301-2/+3
| | | | method
* removed tls_record_t definitionAndreas Steffen2010-08-241-10/+0
|
* Pass NULL peer identity to omit TLS peer authentication, added ↵Martin Willi2010-08-242-2/+7
| | | | eap-ttls.request_peer_auth option
* support fragmentation in AVPsAndreas Steffen2010-08-243-21/+118
|
* 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