aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins
Commit message (Collapse)AuthorAgeFilesLines
...
* moved TNCCS layer out of eap_tnc pluginAndreas Steffen2010-09-287-47/+136
|
* show validity of OCSP responsesAndreas Steffen2010-09-101-2/+15
|
* debug output of inbound and outbound TNCCS batchesAndreas Steffen2010-09-091-9/+14
|
* support non EAP-TTLS conformant RADIUS-type attribute segmentationAndreas Steffen2010-09-091-13/+79
|
* Fixed copy/paste error.Tobias Brunner2010-09-091-1/+1
|
* added explanatory commentsAndreas Steffen2010-09-091-3/+7
|
* send well-formed TNCCS-BatchAndreas Steffen2010-09-081-1/+9
|
* max max_message_count configurable and move it into tls_eap_tAndreas Steffen2010-09-083-36/+12
|
* Added a simple led plugin to control Linux LEDs based on IKE activityMartin Willi2010-09-085-0/+415
|
* moved tls_t existance test into tls_eap_create() againAndreas Steffen2010-09-083-15/+0
|
* generalized tls_eap_t to support EAP_TNC wrapping the TNC_IF_TNCCS protocolAndreas Steffen2010-09-086-94/+250
|
* Scheduler and processor have been moved to libstrongswan.Tobias Brunner2010-09-021-1/+1
| | | | | Also reverts 0c21dc000d3cd5c82eb22c4481e6459978456364 as the dependency to libcharon is no longer required.
* Fixing installation of trap policies (SPI=0) in kernel interface.Tobias Brunner2010-09-021-3/+2
|
* Replaced the protocol argument in add_policy with an optional SPI for an AH SA.Tobias Brunner2010-09-021-1/+1
|
* Refer to scheduler and processor via lib and not hydra.Tobias Brunner2010-09-0216-34/+23
|
* Moved all kernel plugins to libhydra.Tobias Brunner2010-09-0225-10696/+0
|
* Refer to kernel interface via hydra and not charon.Tobias Brunner2010-09-0217-82/+95
|
* Removed references to protocol_id_t from kernel interface.Tobias Brunner2010-09-024-136/+85
| | | | | Instead we use the actual IP protocol identifier (the conversion now happens in child_sa_t and kernel_handler_t).
* Moved roam job creation to kernel event handler.Tobias Brunner2010-09-022-21/+45
|
* Refer to scheduler via hydra and not charon.Tobias Brunner2010-09-026-6/+6
|
* Moved migrate job creation to kernel event handler.Tobias Brunner2010-09-022-14/+4
|
* Moved update SA job creation to kernel event handler.Tobias Brunner2010-09-023-19/+8
|
* Moved delete/rekey CHILD_SA job creation to kernel event handler.Tobias Brunner2010-09-023-53/+16
|
* Moved acquire job creation to kernel event handler.Tobias Brunner2010-09-023-20/+9
|
* Some whitespace and code style fixes.Tobias Brunner2010-09-021-1/+1
|
* Refer to processor via hydra and not charon.Tobias Brunner2010-09-0221-53/+72
|
* Respect key types in stroke key/certificate backendMartin Willi2010-09-021-15/+24
|
* increase number of message due to large certificate payloadsAndreas Steffen2010-09-011-1/+1
|
* Load a left/rightcert2 for EAP-TLS even if no left/rightauth2 is definedMartin Willi2010-08-311-1/+10
|
* Added support for the ipsec.conf aaa_identity keywordMartin Willi2010-08-312-0/+7
|
* Added strongswan.conf options for EAP-TLS/TTLS fragment sizeMartin Willi2010-08-312-9/+20
|
* Migrated EAP-TTLS to the generic TLS helperMartin Willi2010-08-311-281/+21
|
* Migrated EAP-TLS to the generic TLS helperMartin Willi2010-08-311-272/+19
|
* Support output fragmentation of TLS recordsMartin Willi2010-08-312-4/+6
|
* fixed copy-and-paste errorsAndreas Steffen2010-08-302-2/+2
|
* created an eap-tnc method hullAndreas Steffen2010-08-305-0/+356
|
* for the time being assume a single request/response exchange for a given EAP ↵Andreas Steffen2010-08-301-2/+3
| | | | method
* Win7 might send up to 7k of certificate requestsAndreas Steffen2010-08-273-3/+3
|
* removed tls_record_t definitionAndreas Steffen2010-08-241-10/+0
|
* Pass NULL peer identity to omit TLS peer authentication, added ↵Martin Willi2010-08-242-2/+7
| | | | eap-ttls.request_peer_auth option
* support fragmentation in AVPsAndreas Steffen2010-08-243-21/+118
|
* Client sends empty EAP-TTLS packet on fatal alerts to properly shut down TLSMartin Willi2010-08-241-0/+6
|
* Moved TLS record parsing/generation to tls.cMartin Willi2010-08-242-122/+8
|
* EAP-TLS clients send an empty packet on failure to properly shut down a TLS ↵Martin Willi2010-08-231-0/+6
| | | | session
* Use enum mappings to resolve debug groupMartin Willi2010-08-231-16/+1
|
* Introducing simple purposes for the TLS stack, switches various optionsMartin Willi2010-08-202-6/+15
|
* Fixed compiler warningMartin Willi2010-08-201-1/+1
|
* List registered AEAD algorithms in listalgsMartin Willi2010-08-191-0/+7
|
* added EAP-TTLS debug outputAndreas Steffen2010-08-181-4/+11
|
* added TLS record debug outputAndreas Steffen2010-08-181-4/+11
|