aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/eap_ttls/eap_ttls_peer.c
Commit message (Expand)AuthorAgeFilesLines
* Moved debug.[ch] to utils folderTobias Brunner2012-10-241-1/+1
* Encode EAP-Naks in expanded format if we got an expanded type requestTobias Brunner2012-08-311-1/+1
* Allow clients to request a configured EAP method via EAP-NakTobias Brunner2012-08-311-1/+1
* Send EAP-Nak with supported types if requested type is unsupportedTobias Brunner2012-08-311-2/+3
* Merge branch 'ikev1-clean' into ikev1-masterMartin Willi2012-03-201-1/+1
|\
| * Moved eap/xauth classes out of protocol specific subdirectoriesMartin Willi2012-03-201-1/+1
| * Separated libcharon/sa directory with ikev1 and ikev2 subfoldersMartin Willi2012-03-201-1/+1
* | use MAX_RADIUS_ATTRIBUTE_SIZE constant from radius_message header fileAndreas Steffen2012-03-141-3/+1
|/
* renamed tls_reader|writer to bio_* and moved to libstrongswanAndreas Steffen2011-05-311-2/+2
* 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
* 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
* support non EAP-TTLS conformant RADIUS-type attribute segmentationAndreas Steffen2010-09-091-13/+79
* added explanatory commentsAndreas Steffen2010-09-091-3/+7
* for the time being assume a single request/response exchange for a given EAP ...Andreas Steffen2010-08-301-2/+3
* support fragmentation in AVPsAndreas Steffen2010-08-241-3/+11
* Use a seperate section for each nested struct member in INIT macroMartin Willi2010-08-181-10/+10
* implemented server-initiated phase2 of EAP-TTLS authenticationAndreas Steffen2010-08-161-14/+22
* implemented server side support for EAP-TTLSAndreas Steffen2010-08-161-70/+30
* 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-131-8/+32
* 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-121-0/+96