aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/sa/states/create_child_sa_requested.c
Commit message (Collapse)AuthorAgeFilesLines
* redesigned IKE_SA using a transaction mechanism:Martin Willi2006-07-051-435/+0
| | | | | | | | | | | | removed old state machine reimplemented IKE_SA setup and delete implemented dead peer detection implemented keep-alives a lot of fixes no rekeying yet
* fixed bug: usage of already freed memMartin Willi2006-06-201-1/+2
|
* fixed SPI when rekeying and deleting CHILD_SAsMartin Willi2006-06-191-1/+1
|
* workaround for peers rekeying at the same timeMartin Willi2006-06-121-1/+9
| | | | | loading lifetime policies from ipsec.conf
* old child_sa gets deleted after rekeyingMartin Willi2006-06-091-2/+20
| | | | | | rekeying almost complete, but: IKE_SA get in an invalid state when both initiate rekeying at the same time,
* fixed compile warnings when using -WallMartin Willi2006-06-081-4/+300
| | | | | | | | further CHILD_SA rekeying work done: creation of a new CHILD_SA on a expire from a kernel works delete of old CHILD_SA still missing some issues when both initiate rekeing
* further work for rekeying:Martin Willi2006-06-071-0/+112
get liftimes from policy added new state initiation of rekeying done proposal redone: removed support for AH+ESP proposals