aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Added support for combined IPComp/ESP/AH policies in kernel_netlink plugin.Tobias Brunner2010-09-021-31/+32
* Replaced the protocol argument in add_policy with an optional SPI for an AH SA.Tobias Brunner2010-09-028-34/+53
* Initialize the thread pool in pluto.Tobias Brunner2010-09-021-0/+10
* Refer to scheduler and processor via lib and not hydra.Tobias Brunner2010-09-0237-103/+79
* Moved scheduler and thread pool to libstrongswan.Tobias Brunner2010-09-0215-44/+43
* Moved all kernel plugins to libhydra.Tobias Brunner2010-09-0230-66/+62
* Moved ipsec_transform_t to kernel_ipsec.h in libhydra.Tobias Brunner2010-09-0211-52/+33
* Refer to kernel interface via hydra and not charon.Tobias Brunner2010-09-0224-144/+161
* Moved kernel interface to libhydra.Tobias Brunner2010-09-0216-60/+61
* Removed references to protocol_id_t from kernel interface.Tobias Brunner2010-09-0210-199/+193
* Migrated child_sa_t to INIT/METHOD macros.Tobias Brunner2010-09-021-202/+132
* Moved roam job creation to kernel event handler.Tobias Brunner2010-09-023-21/+56
* Refer to scheduler via hydra and not charon.Tobias Brunner2010-09-0214-29/+32
* Moved scheduler_t to libhydra.Tobias Brunner2010-09-0210-22/+24
* Moved migrate job creation to kernel event handler.Tobias Brunner2010-09-023-15/+22
* Moved update SA job creation to kernel event handler.Tobias Brunner2010-09-024-19/+22
* Moved delete/rekey CHILD_SA job creation to kernel event handler.Tobias Brunner2010-09-024-53/+39
* Moved acquire job creation to kernel event handler.Tobias Brunner2010-09-024-21/+31
* Added kernel event handler stub.Tobias Brunner2010-09-025-0/+120
* All kernel listener hooks are optional.Tobias Brunner2010-09-022-5/+11
* Added listener handling to kernel interface.Tobias Brunner2010-09-022-2/+202
* Added an interface for kernel event listeners.Tobias Brunner2010-09-023-0/+96
* Some minor comment fixes.Tobias Brunner2010-09-021-14/+20
* Some whitespace and code style fixes.Tobias Brunner2010-09-024-25/+33
* Do not include files from libcharon in libhydra.Tobias Brunner2010-09-022-4/+2
* Move callback_job_t to libhydra.Tobias Brunner2010-09-026-3/+3
* Fixing Doxygen groups after moving processor.Tobias Brunner2010-09-0221-25/+25
* Refer to processor via hydra and not charon.Tobias Brunner2010-09-0234-71/+101
* Move processor_t (thread-pool) to libhydra.Tobias Brunner2010-09-0211-21/+23
* Support different hash/sig algorithms in handshake signing, including ECDSAMartin Willi2010-09-024-41/+268
* Added TLS ClientCertificateType identifiersMartin Willi2010-09-022-0/+40
* Added TLS specific Hash and Signature Algorithm identifiersMartin Willi2010-09-022-0/+50
* Fixed typos in tls_writer method descriptionsMartin Willi2010-09-021-2/+2
* Respect key types in stroke key/certificate backendMartin Willi2010-09-021-15/+24
* Added an enumerator for registered credential buildersMartin Willi2010-09-022-0/+32
* Migrated credential_factory to INIT/METHOD macrosMartin Willi2010-09-021-30/+22
* adapted evaltest.dat to new RULE_OCSP_VALIDATIONAndreas Steffen2010-09-013-3/+3
* cosmetics in debug outputAndreas Steffen2010-09-011-2/+3
* defined aaa_identityAndreas Steffen2010-09-013-2/+6
* increase number of message due to large certificate payloadsAndreas Steffen2010-09-011-1/+1
* clarified debug outputAndreas Steffen2010-08-311-1/+1
* fixed typoAndreas Steffen2010-08-311-1/+1
* Do not process any more TLS handshake messages on fatal alertsMartin Willi2010-08-311-0/+4
* Load a left/rightcert2 for EAP-TLS even if no left/rightauth2 is definedMartin Willi2010-08-311-1/+10
* Strictly check if the server certificate matches the TLS server identityMartin Willi2010-08-311-0/+44
* Use the AAA Identity for EAP authentication, if givenMartin Willi2010-08-312-1/+14
* Added support for the ipsec.conf aaa_identity keywordMartin Willi2010-08-319-0/+18
* Added an AAA identity authentication config optionMartin Willi2010-08-312-0/+10
* Added strongswan.conf options for EAP-TLS/TTLS fragment sizeMartin Willi2010-08-314-14/+30
* Support processing of partial TLS record headersMartin Willi2010-08-311-15/+39