Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use standard unsigned integer types | Andreas Steffen | 2016-03-24 | 1 | -3/+3 |
| | |||||
* | eap-ttls: Limit maximum length of tunneled EAP packet to EAP-TTLS packet | Tobias Brunner | 2015-08-27 | 1 | -1/+8 |
| | |||||
* | Moved debug.[ch] to utils folder | Tobias Brunner | 2012-10-24 | 1 | -1/+1 |
| | |||||
* | Encode EAP-Naks in expanded format if we got an expanded type request | Tobias Brunner | 2012-08-31 | 1 | -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-Nak | Tobias Brunner | 2012-08-31 | 1 | -1/+1 |
| | |||||
* | Send EAP-Nak with supported types if requested type is unsupported | Tobias Brunner | 2012-08-31 | 1 | -2/+3 |
| | |||||
* | Merge branch 'ikev1-clean' into ikev1-master | Martin Willi | 2012-03-20 | 1 | -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 subdirectories | Martin Willi | 2012-03-20 | 1 | -1/+1 |
| | | |||||
| * | Separated libcharon/sa directory with ikev1 and ikev2 subfolders | Martin Willi | 2012-03-20 | 1 | -1/+1 |
| | | |||||
* | | use MAX_RADIUS_ATTRIBUTE_SIZE constant from radius_message header file | Andreas Steffen | 2012-03-14 | 1 | -3/+1 |
|/ | |||||
* | renamed tls_reader|writer to bio_* and moved to libstrongswan | Andreas Steffen | 2011-05-31 | 1 | -2/+2 |
| | |||||
* | allow multi-pass authentication schemes as e.g. MSCHAPv2 | Andreas Steffen | 2011-04-06 | 1 | -15/+14 |
| | |||||
* | display EAP identifiers in HEX format | Andreas Steffen | 2011-04-06 | 1 | -2/+2 |
| | |||||
* | added EAP identifier to debug output | Andreas Steffen | 2011-04-05 | 1 | -4/+5 |
| | |||||
* | eap_packet_t definition moved to libstrongswan/eap/eap.h | Andreas Steffen | 2011-04-05 | 1 | -11/+0 |
| | |||||
* | fixed memory leak in EAP-TTLS piggy-back mode | Andreas Steffen | 2010-11-09 | 1 | -0/+1 |
| | |||||
* | support non EAP-TTLS conformant RADIUS-type attribute segmentation | Andreas Steffen | 2010-09-09 | 1 | -13/+79 |
| | |||||
* | added explanatory comments | Andreas Steffen | 2010-09-09 | 1 | -3/+7 |
| | |||||
* | for the time being assume a single request/response exchange for a given EAP ↵ | Andreas Steffen | 2010-08-30 | 1 | -2/+3 |
| | | | | method | ||||
* | support fragmentation in AVPs | Andreas Steffen | 2010-08-24 | 1 | -3/+11 |
| | |||||
* | Use a seperate section for each nested struct member in INIT macro | Martin Willi | 2010-08-18 | 1 | -10/+10 |
| | |||||
* | implemented server-initiated phase2 of EAP-TTLS authentication | Andreas Steffen | 2010-08-16 | 1 | -14/+22 |
| | |||||
* | implemented server side support for EAP-TTLS | Andreas Steffen | 2010-08-16 | 1 | -70/+30 |
| | |||||
* | removed some raw EAP debug output | Andreas Steffen | 2010-08-14 | 1 | -3/+0 |
| | |||||
* | use EAP plugin for tunneled client authentication | Andreas Steffen | 2010-08-14 | 1 | -14/+107 |
| | |||||
* | send tunneled EAP Identity response using eap-identity plugin | Andreas Steffen | 2010-08-13 | 1 | -8/+32 |
| | |||||
* | implement AVP EAP message building and processing | Andreas Steffen | 2010-08-13 | 1 | -10/+69 |
| | |||||
* | added generic TLS application data handler and specific EAP-TTLS instantiation | Andreas Steffen | 2010-08-12 | 1 | -0/+96 |