aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/testing/kernel_interface_test.c
Commit message (Collapse)AuthorAgeFilesLines
* removed module tests, outdated. We need something more system-test likeMartin Willi2006-10-181-176/+0
|
* reenabled module tests for charonMartin Willi2006-07-141-6/+6
|
* updated copyright informationMartin Willi2006-07-071-1/+2
|
* first merge of NATT codeMartin Willi2006-06-221-20/+105
|
* debug and logging improvementsMartin Willi2006-06-131-2/+0
|
* old child_sa gets deleted after rekeyingMartin Willi2006-06-091-6/+13
| | | | | | rekeying almost complete, but: IKE_SA get in an invalid state when both initiate rekeying at the same time,
* improved kernel interface loggingMartin Willi2006-06-091-3/+3
|
* specifying keysize in bits, as it is required in IKEv2Martin Willi2006-06-091-16/+10
| | | | | | added generic kernel SA algorithm handling, which brings us: aes-128, aes-256, blowfish, des, 3des and null encryption for CHILD_SAs
* fixed compile warnings when using -WallMartin Willi2006-06-081-1/+2
| | | | | | | | 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
* job management:Martin Willi2006-05-311-2/+8
| | | | | | | | | | | | | moved job code from thread_pool to job, jobs have an "execute" method now added two new jobs: delete_child_sa & rekey_child_sa kernel interface: listens now for ACQUIRE & EXPIRE supports hard and soft lifetimes fires jobs for delete and rekey child sa ike sa manager: can checkout IKE SAs by requid of owned CHILD SAs we have now the infrastructure to do the rekeying... :-)
* (no commit message)Martin Willi2006-04-281-0/+84