aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/sa/authenticator.h
Commit message (Collapse)AuthorAgeFilesLines
* moved typedefs to beginning of files to solve some include problemsMartin Willi2006-10-301-137/+0
| | | | | | | splitted authenticator to have a separate implementation for each auth_method_t using va_copy to clone va_lists, should fix proplems on AMD64 some other cleanups
* added PSK supportAndreas Steffen2006-09-181-13/+17
|
* introduced refcounting on policy and connectionsMartin Willi2006-07-201-1/+2
| | | | | | | | | 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-9/+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
* (no commit message)Martin Willi2006-05-101-0/+138