Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use standard unsigned integer types | Andreas Steffen | 2016-03-24 | 1 | -3/+3 |
| | |||||
* | libhydra: Remove empty unused library | Tobias Brunner | 2016-03-03 | 1 | -1/+0 |
| | |||||
* | eap-tls: Support EAP auth information getter in EAP-TLS | Martin Willi | 2015-03-03 | 1 | -0/+7 |
| | |||||
* | plugins: Don't link with -rdynamic on Windows | Martin Willi | 2014-06-04 | 1 | -1/+1 |
| | |||||
* | libcharon: Use lib->ns instead of charon->name | Tobias Brunner | 2014-02-12 | 1 | -3/+3 |
| | |||||
* | 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 |
| | |||||
* | Use name from initialization to access settings in libcharon. | Tobias Brunner | 2012-05-03 | 1 | -3/+5 |
| | | | | Also fixes several whitespace errors. | ||||
* | 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 |
| | | |||||
* | | Implemented TLS session resumption both as client and as server | Martin Willi | 2011-12-31 | 1 | -3/+3 |
|/ | |||||
* | 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-tls plugin | Andreas Steffen | 2011-10-14 | 1 | -10/+21 |
| | |||||
* | do not include length field in non-fragmented EAP-PEAP packets | Andreas Steffen | 2011-04-21 | 1 | -1/+5 |
| | |||||
* | 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 | ||||
* | added get|set_identifier() methods to eap_tls_t and eap_ttls_t | Andreas Steffen | 2011-04-05 | 1 | -0/+14 |
| | |||||
* | 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 |
| | |||||
* | increase number of message due to large certificate payloads | Andreas Steffen | 2010-09-01 | 1 | -1/+1 |
| | |||||
* | Added strongswan.conf options for EAP-TLS/TTLS fragment size | Martin Willi | 2010-08-31 | 1 | -4/+10 |
| | |||||
* | Migrated EAP-TLS to the generic TLS helper | Martin Willi | 2010-08-31 | 1 | -272/+19 |
| | |||||
* | Support output fragmentation of TLS records | Martin Willi | 2010-08-31 | 1 | -2/+3 |
| | |||||
* | Moved TLS record parsing/generation to tls.c | Martin Willi | 2010-08-24 | 1 | -66/+4 |
| | |||||
* | EAP-TLS clients send an empty packet on failure to properly shut down a TLS ↵ | Martin Willi | 2010-08-23 | 1 | -0/+6 |
| | | | | session | ||||
* | Introducing simple purposes for the TLS stack, switches various options | Martin Willi | 2010-08-20 | 1 | -3/+6 |
| | |||||
* | added TLS record debug output | Andreas Steffen | 2010-08-18 | 1 | -4/+11 |
| | |||||
* | Use a seperate section for each nested struct member in INIT macro | Martin Willi | 2010-08-18 | 2 | -8/+12 |
| | |||||
* | optional certificate-based peer authentication on TLS server side | Andreas Steffen | 2010-08-15 | 1 | -2/+2 |
| | |||||
* | added generic TLS application data handler and specific EAP-TTLS instantiation | Andreas Steffen | 2010-08-12 | 1 | -1/+2 |
| | |||||
* | differentiate between TLS messages and EAP-[T]TLS packets in the debug output | Andreas Steffen | 2010-08-10 | 1 | -5/+5 |
| | |||||
* | log final TLS acknowledgement packet | Andreas Steffen | 2010-08-08 | 1 | -0/+4 |
| | |||||
* | added level 2 debug info on sent TLS packets | Andreas Steffen | 2010-08-07 | 1 | -0/+4 |
| | |||||
* | fixed typo | Andreas Steffen | 2010-08-07 | 1 | -1/+1 |
| | |||||
* | EAP-TLS and EAP-TTLS use different constant MSK PRF label | Andreas Steffen | 2010-08-07 | 1 | -1/+2 |
| | |||||
* | Some Doxygen fixes. | Tobias Brunner | 2010-08-05 | 1 | -1/+1 |
| | |||||
* | Moved TLS stack to its own library | Martin Willi | 2010-08-03 | 23 | -4536/+6 |
| | |||||
* | Moved eap-tls plugin to libcharon, updated to 4.4.1 APIs | Martin Willi | 2010-08-03 | 26 | -0/+5145 |