Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use standard unsigned integer types | Andreas Steffen | 2016-03-24 | 3 | -11/+11 |
| | |||||
* | libhydra: Remove empty unused library | Tobias Brunner | 2016-03-03 | 1 | -1/+0 |
| | |||||
* | eap-ttls: Limit maximum length of tunneled EAP packet to EAP-TTLS packet | Tobias Brunner | 2015-08-27 | 1 | -1/+8 |
| | |||||
* | eap-ttls: Support EAP auth information getter in EAP-TTLS | Martin Willi | 2015-03-03 | 1 | -0/+7 |
| | |||||
* | plugins: Don't link with -rdynamic on Windows | Martin Willi | 2014-06-04 | 1 | -1/+1 |
| | |||||
* | Implemented PT-EAP protocol (RFC 7171) | Andreas Steffen | 2014-05-12 | 1 | -9/+21 |
| | |||||
* | libcharon: Use lib->ns instead of charon->name | Tobias Brunner | 2014-02-12 | 2 | -8/+8 |
| | |||||
* | automake: replace INCLUDES by AM_CPPFLAGS | Martin Willi | 2013-07-18 | 1 | -4/+7 |
| | | | | | | INCLUDES are now deprecated and throw warnings when using automake 1.13. We now also differentiate AM_CPPFLAGS and AM_CFLAGS, where includes and defines are passed to AM_CPPFLAGS only. | ||||
* | Removed stray *_plugin_create() declarations from header files | Tobias Brunner | 2013-06-11 | 1 | -5/+0 |
| | |||||
* | make TNC client authentication type available to IMVs | Andreas Steffen | 2013-02-12 | 1 | -3/+10 |
| | |||||
* | Moved debug.[ch] to utils folder | Tobias Brunner | 2012-10-24 | 3 | -3/+3 |
| | |||||
* | 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 |
| | |||||
* | Use name from initialization to access settings in libcharon. | Tobias Brunner | 2012-05-03 | 2 | -11/+15 |
| | | | | Also fixes several whitespace errors. | ||||
* | Merge branch 'ikev1-clean' into ikev1-master | Martin Willi | 2012-03-20 | 3 | -3/+3 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 3 | -3/+3 |
| | | |||||
| * | Separated libcharon/sa directory with ikev1 and ikev2 subfolders | Martin Willi | 2012-03-20 | 3 | -3/+3 |
| | | |||||
* | | use MAX_RADIUS_ATTRIBUTE_SIZE constant from radius_message header file | Andreas Steffen | 2012-03-14 | 2 | -4/+3 |
| | | |||||
* | | Implemented TLS session resumption both as client and as server | Martin Willi | 2011-12-31 | 1 | -1/+2 |
|/ | |||||
* | Revert "fixed integrity tests of plugins using libtls or libtnccs" | Tobias Brunner | 2011-11-08 | 1 | -0/+1 |
| | | | | | This reverts commit b597ac4a4cbcd9197b886d743c75d58293264580 (not completely). | ||||
* | fixed integrity tests of plugins using libtls or libtnccs | Andreas Steffen | 2011-11-02 | 1 | -1/+0 |
| | |||||
* | Add features support to eap-ttls plugin | Andreas Steffen | 2011-10-14 | 1 | -10/+23 |
| | |||||
* | renamed tls_reader|writer to bio_* and moved to libstrongswan | Andreas Steffen | 2011-05-31 | 4 | -12/+12 |
| | |||||
* | do not include length field in non-fragmented EAP-PEAP packets | Andreas Steffen | 2011-04-21 | 1 | -2/+6 |
| | |||||
* | Revert alloc_str changes | Martin Willi | 2011-04-21 | 1 | -4/+3 |
| | | | | | | This reverts commit fdead26ffe1da8501a6ff5e0639a6f44c723e763. This reverts commit 3e2419ebe32de72d824864eb2e0e677a7c197af1. This reverts commit 17ce69b47a1efd6234960cf7d1f50712aee61db5. | ||||
* | Use thread save settings alloc_str function where appropriate | Martin Willi | 2011-04-21 | 1 | -3/+4 |
| | |||||
* | Added a (not yet implemented) plugin_t method to reload plugin configuration | Martin Willi | 2011-04-15 | 1 | -0/+1 |
| | |||||
* | Added a get_name() function to plugin_t, create_plugin_enumerator enumerates ↵ | Martin Willi | 2011-04-15 | 1 | -0/+6 |
| | | | | over plugin_t | ||||
* | 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 |
| | |||||
* | added get|set_identifier() methods to eap_tls_t and eap_ttls_t | Andreas Steffen | 2011-04-05 | 1 | -0/+14 |
| | |||||
* | 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 |
| | |||||
* | suport certificate-based client authentication with EAP-TTLS | Andreas Steffen | 2010-10-14 | 1 | -40/+70 |
| | |||||
* | deactivate start_phase2_tnc flag after start | Andreas Steffen | 2010-10-07 | 1 | -1/+1 |
| | |||||
* | added server side support for EAP-TNC | Andreas Steffen | 2010-10-07 | 1 | -2/+28 |
| | |||||
* | 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 |
| | |||||
* | max max_message_count configurable and move it into tls_eap_t | Andreas Steffen | 2010-09-08 | 1 | -12/+4 |
| | |||||
* | moved tls_t existance test into tls_eap_create() again | Andreas Steffen | 2010-09-08 | 1 | -5/+0 |
| | |||||
* | generalized tls_eap_t to support EAP_TNC wrapping the TNC_IF_TNCCS protocol | Andreas Steffen | 2010-09-08 | 1 | -2/+8 |
| | |||||
* | Added strongswan.conf options for EAP-TLS/TTLS fragment size | Martin Willi | 2010-08-31 | 1 | -5/+10 |
| | |||||
* | Migrated EAP-TTLS to the generic TLS helper | Martin Willi | 2010-08-31 | 1 | -281/+21 |
| | |||||
* | Support output fragmentation of TLS records | Martin Willi | 2010-08-31 | 1 | -2/+3 |
| | |||||
* | for the time being assume a single request/response exchange for a given EAP ↵ | Andreas Steffen | 2010-08-30 | 1 | -2/+3 |
| | | | | method | ||||
* | removed tls_record_t definition | Andreas Steffen | 2010-08-24 | 1 | -10/+0 |
| | |||||
* | Pass NULL peer identity to omit TLS peer authentication, added ↵ | Martin Willi | 2010-08-24 | 2 | -2/+7 |
| | | | | eap-ttls.request_peer_auth option | ||||
* | support fragmentation in AVPs | Andreas Steffen | 2010-08-24 | 3 | -21/+118 |
| |