aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/eap_tls
Commit message (Collapse)AuthorAgeFilesLines
* Use standard unsigned integer typesAndreas Steffen2016-03-241-3/+3
|
* libhydra: Remove empty unused libraryTobias Brunner2016-03-031-1/+0
|
* eap-tls: Support EAP auth information getter in EAP-TLSMartin Willi2015-03-031-0/+7
|
* plugins: Don't link with -rdynamic on WindowsMartin Willi2014-06-041-1/+1
|
* libcharon: Use lib->ns instead of charon->nameTobias Brunner2014-02-121-3/+3
|
* automake: replace INCLUDES by AM_CPPFLAGSMartin Willi2013-07-181-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 filesTobias Brunner2013-06-111-5/+0
|
* Use name from initialization to access settings in libcharon.Tobias Brunner2012-05-031-3/+5
| | | | Also fixes several whitespace errors.
* 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
| |
* | Implemented TLS session resumption both as client and as serverMartin Willi2011-12-311-3/+3
|/
* Revert "fixed integrity tests of plugins using libtls or libtnccs"Tobias Brunner2011-11-081-0/+1
| | | | | This reverts commit b597ac4a4cbcd9197b886d743c75d58293264580 (not completely).
* fixed integrity tests of plugins using libtls or libtnccsAndreas Steffen2011-11-021-1/+0
|
* Add features support to eap-tls pluginAndreas Steffen2011-10-141-10/+21
|
* do not include length field in non-fragmented EAP-PEAP packetsAndreas Steffen2011-04-211-1/+5
|
* Added a (not yet implemented) plugin_t method to reload plugin configurationMartin Willi2011-04-151-0/+1
|
* Added a get_name() function to plugin_t, create_plugin_enumerator enumerates ↵Martin Willi2011-04-151-0/+6
| | | | over plugin_t
* added get|set_identifier() methods to eap_tls_t and eap_ttls_tAndreas Steffen2011-04-051-0/+14
|
* max max_message_count configurable and move it into tls_eap_tAndreas Steffen2010-09-081-12/+4
|
* moved tls_t existance test into tls_eap_create() againAndreas Steffen2010-09-081-5/+0
|
* generalized tls_eap_t to support EAP_TNC wrapping the TNC_IF_TNCCS protocolAndreas Steffen2010-09-081-2/+8
|
* increase number of message due to large certificate payloadsAndreas Steffen2010-09-011-1/+1
|
* Added strongswan.conf options for EAP-TLS/TTLS fragment sizeMartin Willi2010-08-311-4/+10
|
* Migrated EAP-TLS to the generic TLS helperMartin Willi2010-08-311-272/+19
|
* Support output fragmentation of TLS recordsMartin Willi2010-08-311-2/+3
|
* Moved TLS record parsing/generation to tls.cMartin Willi2010-08-241-66/+4
|
* EAP-TLS clients send an empty packet on failure to properly shut down a TLS ↵Martin Willi2010-08-231-0/+6
| | | | session
* Introducing simple purposes for the TLS stack, switches various optionsMartin Willi2010-08-201-3/+6
|
* added TLS record debug outputAndreas Steffen2010-08-181-4/+11
|
* Use a seperate section for each nested struct member in INIT macroMartin Willi2010-08-182-8/+12
|
* optional certificate-based peer authentication on TLS server sideAndreas Steffen2010-08-151-2/+2
|
* added generic TLS application data handler and specific EAP-TTLS instantiationAndreas Steffen2010-08-121-1/+2
|
* differentiate between TLS messages and EAP-[T]TLS packets in the debug outputAndreas Steffen2010-08-101-5/+5
|
* log final TLS acknowledgement packetAndreas Steffen2010-08-081-0/+4
|
* added level 2 debug info on sent TLS packetsAndreas Steffen2010-08-071-0/+4
|
* fixed typoAndreas Steffen2010-08-071-1/+1
|
* EAP-TLS and EAP-TTLS use different constant MSK PRF labelAndreas Steffen2010-08-071-1/+2
|
* Some Doxygen fixes.Tobias Brunner2010-08-051-1/+1
|
* Moved TLS stack to its own libraryMartin Willi2010-08-0323-4536/+6
|
* Moved eap-tls plugin to libcharon, updated to 4.4.1 APIsMartin Willi2010-08-0326-0/+5145