aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/sa/tasks/child_create.c
Commit message (Expand)AuthorAgeFilesLines
* Separated libcharon/sa directory with ikev1 and ikev2 subfoldersMartin Willi2012-03-201-1333/+0
* Added not-yet used sa_payload parameters used in IKEv1Martin Willi2012-03-201-4/+2
* Fixed a config reference leak in IKEv2 initiateMartin Willi2012-03-201-1/+0
* Add missing keymat cast to avoid compiler warningMartin Willi2012-03-201-1/+1
* Moved version specific keymat functions to specific interfaces.Tobias Brunner2012-03-201-4/+7
* Added a generic TASK_ prefix to all task typesMartin Willi2012-03-201-1/+1
* Extended KE payload for IKEv1 supportMartin Willi2012-03-201-1/+2
* Extended nonce payload for IKEv1 supportMartin Willi2012-03-201-1/+1
* Extend sa_payload for IKEv1 supportMartin Willi2012-03-201-2/+4
* Log if charon failed to establish a CHILD_SA but keeps the IKE_SA up.Tobias Brunner2011-10-211-0/+4
* Replaced simple iterator usages.Tobias Brunner2011-07-061-3/+3
* Some typos fixed.Tobias Brunner2011-02-071-1/+1
* Handle all error notifies in CREATE_CHILD_SA exchangesMartin Willi2011-01-051-0/+14
* eliminated whitespaceAndreas Steffen2010-12-211-1/+1
* Migrated child_create_t to INIT/METHOD macrosAndreas Steffen2010-12-211-83/+55
* Do not use TFC padding if peer does not support ESPv3Martin Willi2010-12-201-8/+24
* Refer to scheduler and processor via lib and not hydra.Tobias Brunner2010-09-021-3/+2
* Refer to scheduler via hydra and not charon.Tobias Brunner2010-09-021-2/+3
* Pass the CREATE_CHILD_SA initiator flag to the child_keys parameterMartin Willi2010-07-261-2/+2
* Moved X509 ipAddrBlock checking to the addrblock pluginMartin Willi2010-07-131-60/+0
* Added a hook to narrow traffic selectors for CHILD_SAsMartin Willi2010-07-131-5/+38
* Correct check of traffic selectors before destructionThomas Egerer2010-06-291-2/+2
* Ignore DH exchange in CHILD_SA rekeying if the selected proposal contains no ...Martin Willi2010-04-211-5/+5
* Moving charon to libcharon.Tobias Brunner2010-03-191-0/+1351