aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/testing/testcases.c
Commit message (Collapse)AuthorAgeFilesLines
* removed module tests, outdated. We need something more system-test likeMartin Willi2006-10-181-267/+0
|
* updated copyright informationMartin Willi2006-07-071-1/+2
|
* first merge of NATT codeMartin Willi2006-06-221-2/+5
|
* fixed aes code, we support now aes128, aes192, aes256 in IKEMartin Willi2006-06-151-1/+1
|
* added support for "ike" and "esp" keywordsMartin Willi2006-06-151-1/+1
| | | | | | | fixed bugs in proposal code algorithm selection for charon works now with ipsec.conf a lot of other fixes
* old child_sa gets deleted after rekeyingMartin Willi2006-06-091-2/+2
| | | | | | rekeying almost complete, but: IKE_SA get in an invalid state when both initiate rekeying at the same time,
* job management:Martin Willi2006-05-311-1/+1
| | | | | | | | | | | | | 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... :-)
* - included charons module tests to build & distMartin Willi2006-05-301-2/+2
|
* (no commit message)Martin Willi2006-04-281-0/+263