aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/testing
Commit message (Collapse)AuthorAgeFilesLines
* removed module tests, outdated. We need something more system-test likeMartin Willi2006-10-1862-8203/+0
|
* introduced printf() specifiers for:Martin Willi2006-09-271-2/+2
| | | | | | | | | | | host_t (%H) identification_t (%D) chunk pointers (%B) memory pointer/length (%b) added a signaling bus: receives event and debug messages, sends them to its listeners stream_logger, sys_logger, file_logger added, listen to bus some other tweaks here and there
* reenabled module tests for charonMartin Willi2006-07-143-25/+25
|
* updated copyright informationMartin Willi2006-07-0755-55/+110
|
* redesigned IKE_SA using a transaction mechanism:Martin Willi2006-07-052-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-033-7/+5
|
* first merge of NATT codeMartin Willi2006-06-227-32/+141
|
* fixed testing build4.0.1Martin Willi2006-06-211-1/+1
|
* readded local_credential_storeMartin Willi2006-06-201-1/+4
| | | | | | added sendcert policy to connection some other cleanups
* removed local_credential_storeAndreas Steffen2006-06-201-1/+1
|
* fixed aes code, we support now aes128, aes192, aes256 in IKEMartin Willi2006-06-152-1/+102
|
* added support for "ike" and "esp" keywordsMartin Willi2006-06-152-8/+27
| | | | | | | fixed bugs in proposal code algorithm selection for charon works now with ipsec.conf a lot of other fixes
* debug and logging improvementsMartin Willi2006-06-131-2/+0
|
* using same reqid if a child sa rekeys an existing oneMartin Willi2006-06-121-2/+2
|
* old child_sa gets deleted after rekeyingMartin Willi2006-06-094-10/+17
| | | | | | 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-083-4/+5
| | | | | | | | 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
* further work for rekeying:Martin Willi2006-06-077-284/+147
| | | | | | | | | get liftimes from policy added new state initiation of rekeying done proposal redone: removed support for AH+ESP proposals
* job management:Martin Willi2006-05-313-3/+10
| | | | | | | | | | | | | 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-309-11/+44
|
* - introduced autotoolsMartin Willi2006-05-161-139/+0
| | | | | | | | | | - first working version - make dist should work - things to do: - UML testing! - more cleanups
* (no commit message)Martin Willi2006-04-2862-0/+8154