aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/sa/authenticator.c
Commit message (Collapse)AuthorAgeFilesLines
* introduced refcounting on policy and connectionsMartin Willi2006-07-201-5/+9
| | | | | | | | | aren't stored in the IKE_SA anymore, they are queried on the fly are immutable now, allows it to share them policy selection based on traffic selectors, leads to valid lookup results rekeying queries the policy based on its traffic selectors
* updated copyright informationMartin Willi2006-07-071-1/+2
|
* redesigned IKE_SA using a transaction mechanism:Martin Willi2006-07-051-2/+2
| | | | | | | | | | | | removed old state machine reimplemented IKE_SA setup and delete implemented dead peer detection implemented keep-alives a lot of fixes no rekeying yet
* support of cert payloadsAndreas Steffen2006-07-031-10/+7
|
* (no commit message)Martin Willi2006-06-161-5/+5
|
* debug and logging improvementsMartin Willi2006-06-131-3/+3
|
* - fixed some memleaks/freebugsMartin Willi2006-05-311-0/+1
| | | | | - leak detective works almost usable now (?!)
* lookup of private key based on keyid of public keyAndreas Steffen2006-05-301-24/+47
|
* (no commit message)Martin Willi2006-05-101-0/+405