aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Use a seperate section for each nested struct member in INIT macroMartin Willi2010-08-1825-118/+170
|
* some simplifications using the INIT macroAndreas Steffen2010-08-172-18/+14
|
* implemented server-initiated phase2 of EAP-TTLS authenticationAndreas Steffen2010-08-162-15/+52
|
* implemented server side support for EAP-TTLSAndreas Steffen2010-08-168-79/+537
|
* fixed typo in eap-mschapv2 pluginAndreas Steffen2010-08-161-5/+5
|
* optional certificate-based peer authentication on TLS server sideAndreas Steffen2010-08-152-4/+4
|
* removed some raw EAP debug outputAndreas Steffen2010-08-141-3/+0
|
* use EAP plugin for tunneled client authenticationAndreas Steffen2010-08-141-14/+107
|
* send tunneled EAP Identity response using eap-identity pluginAndreas Steffen2010-08-133-12/+37
|
* allow to send an EAP Identity response without matching requestAndreas Steffen2010-08-131-1/+1
|
* implement AVP EAP message building and processingAndreas Steffen2010-08-131-10/+69
|