aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/eap_ttls/eap_ttls_peer.c
Commit message (Collapse)AuthorAgeFilesLines
* Use standard unsigned integer typesAndreas Steffen2016-03-241-3/+3
|
* eap-ttls: Limit maximum length of tunneled EAP packet to EAP-TTLS packetTobias Brunner2015-08-271-1/+8
|
* 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
| | | | | Since methods defined by the IETF (vendor ID 0) could also be encoded in expanded type format the previous check was insufficient.
* 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
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: configure.in man/ipsec.conf.5.in src/libcharon/daemon.c src/libcharon/plugins/eap_ttls/eap_ttls_peer.c src/libcharon/plugins/eap_radius/eap_radius_accounting.c src/libcharon/plugins/eap_radius/eap_radius_forward.c src/libcharon/plugins/farp/farp_listener.c src/libcharon/sa/ike_sa.c src/libcharon/sa/keymat.c src/libcharon/sa/task_manager.c src/libcharon/sa/trap_manager.c src/libstrongswan/plugins/x509/x509_cert.c src/libstrongswan/utils.h Applied lost changes of moved files keymat.c and task_manager.c. Updated listener_t.message hook signature in new plugins.
| * 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
| | | | method
* 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