aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/encoding/payloads
Commit message (Collapse)AuthorAgeFilesLines
* implemented IKE_SA rekeyingMartin Willi2006-07-272-82/+62
| | | | | | uses ikelifetime, rekeymargin and rekeyfuzz config settings no handling of simultaneus exchanges yet!
* cleanups in kernel interface codeMartin Willi2006-07-181-100/+8
| | | | | | added proper traffic selector to string conversion some cleanups here & there
* improved logging on verify errors for some payloadsMartin Willi2006-07-134-66/+36
| | | | | | enforcing IKE_SA shutdown, even when transactions are outstanding proper reject of CREATE_CHILD_SA message with KE payload
* added all currently known notify payload typesMartin Willi2006-07-122-1/+34
|
* updated copyright informationMartin Willi2006-07-0746-46/+92
|
* reimplemented CHILD_SA rekeying & deleteMartin Willi2006-07-071-0/+1
| | | | | no simultanous transaction with CHILD_SAs yet!
* redesigned IKE_SA using a transaction mechanism:Martin Willi2006-07-0510-81/+158
| | | | | | | | | | | | 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-033-30/+55
|
* first merge of NATT codeMartin Willi2006-06-222-0/+6
|
* added support for "ike" and "esp" keywordsMartin Willi2006-06-154-28/+37
| | | | | | | fixed bugs in proposal code algorithm selection for charon works now with ipsec.conf a lot of other fixes
* cosmeticsAndreas Steffen2006-06-121-3/+3
|
* old child_sa gets deleted after rekeyingMartin Willi2006-06-093-42/+99
| | | | | | rekeying almost complete, but: IKE_SA get in an invalid state when both initiate rekeying at the same time,
* specifying keysize in bits, as it is required in IKEv2Martin Willi2006-06-091-3/+6
| | | | | | added generic kernel SA algorithm handling, which brings us: aes-128, aes-256, blowfish, des, 3des and null encryption for CHILD_SAs
* further work for rekeying:Martin Willi2006-06-075-114/+147
| | | | | | | | | get liftimes from policy added new state initiation of rekeying done proposal redone: removed support for AH+ESP proposals
* - handle IKE_SA setup without a piggy-packed CHILD_SAMartin Willi2006-05-243-2/+3
| | | | | more IKEv2 conform
* - reimplemented proper IKE SA deletion using a seperate state,Martin Willi2006-05-231-7/+0
| | | | | should conform now to IKEv2
* - introduced autotoolsMartin Willi2006-05-161-108/+0
| | | | | | | | | | - first working version - make dist should work - things to do: - UML testing! - more cleanups
* (no commit message)Martin Willi2006-05-1047-0/+11685