Commit Graph

43 Commits

Author SHA1 Message Date
Martin Willi 16b9a73cc4 - reworked configuration framework completly
- configuration is now split up in: connections, policies, credentials and daemon config
- further alloc/free fixes needed!
2006-03-16 15:25:06 +00:00
Martin Willi ce461bbd13 - refactored ike proposal
- uses now proposal_t, wich is also used by child proposals
- ike key derivation refactored
- crypter_t api has get_key_size now
- some other improvements here and there
2006-02-14 14:52:00 +00:00
Martin Willi 93df94acad - works with new proposal code
- still some(!) memleaks
2006-02-09 10:16:20 +00:00
Martin Willi c06dbbabd1 - fixed alot of bugs in child_proposal
- near to working state ;-)
2006-02-08 15:25:34 +00:00
Jan Hutter 51d56047d8 created protected_tester_t for testcases 2005-12-07 11:08:54 +00:00
Jan Hutter c81eb6e77c - Implemented and tested eap_payload_t 2005-12-05 18:56:22 +00:00
Jan Hutter 7ba3f707df - implemented and tested cp_payload_t 2005-12-05 18:16:39 +00:00
Jan Hutter e70c7feb02 - implemented and tested VENDOR ID payload 2005-12-05 14:01:56 +00:00
Jan Hutter 9bdd74eae7 DELETE payload implemented and tested 2005-12-05 13:43:43 +00:00
Jan Hutter 7cc2ee5a39 - implemented and tested cert_payload_t 2005-12-05 12:54:49 +00:00
Jan Hutter f6ba78c370 - added payload CERT
- cleaned code of different states
- added additional notify handling
2005-12-05 12:21:38 +00:00
Jan Hutter 343acebe85 - implemented functionality to generate sa payload from
child_proposal_t's and vice versa...
2005-12-01 12:18:20 +00:00
Jan Hutter b737e9d9e8 implemented and tested functionality to create sa_payload from
ike_proposal_t's and also generate ike_proposal_t's from sa_payload
2005-12-01 08:48:57 +00:00
Jan Hutter 7da522ba73 - implemented and tested ts_payload_t 2005-11-29 15:23:04 +00:00
Jan Hutter 2326633550 - added and tested auth_payload_t class 2005-11-29 11:16:15 +00:00
Martin Willi 0e96f7d8c3 - globals packed in a daemon 2005-11-29 10:25:07 +00:00
Jan Hutter db6e764580 - added and tested id_payload_t 2005-11-29 09:57:22 +00:00
Jan Hutter ed37dee61d - testcases added to module testcases 2005-11-29 07:32:33 +00:00
Jan Hutter d0cc48e5ec - memory allocation tests removed 2005-11-29 07:15:52 +00:00
Jan Hutter 0f30f5686a generator rewritten (no memory allocation test anymore) 2005-11-28 16:34:48 +00:00
Jan Hutter e829c4aed2 - changed way of freeing chunks
- ike_sa is checked out differently
2005-11-25 08:09:58 +00:00
Jan Hutter 1f9c9180e4 - memory leaks fixed
- failed tests fixed
2005-11-24 07:55:29 +00:00
Martin Willi 4a96223884 - created encoding package 2005-11-23 09:57:18 +00:00
Jan Hutter 94852e7550 - changed include paths 2005-11-23 09:22:25 +00:00
Jan Hutter c63dfce358 - fixed bug in nonce test 2005-11-17 13:35:38 +00:00
Martin Willi 66e379a278 - updated tests to varius changes in modules 2005-11-16 16:09:55 +00:00
Jan Hutter de257bc0be - fixed bug of generator 2005-11-16 15:29:31 +00:00
Jan Hutter 2a489f333d - nonce payload tested
- generator for nonce data written
2005-11-15 16:13:40 +00:00
Jan Hutter 8166bcec62 - notify payload written and tested 2005-11-15 15:58:03 +00:00
Jan Hutter 113f461ebe - wrote payload sa_payload
- wrote additions in generator sa_payload 
- wrote test for sa_payload
2005-11-15 14:59:47 +00:00
Jan Hutter 7031a50b08 - generator refactored 2005-11-15 10:42:07 +00:00
Jan Hutter 7f613a4bb6 - SA Payload is generated 2005-11-15 09:40:58 +00:00
Jan Hutter 8bf217e876 fixed bug with new function set_next_type 2005-11-15 09:16:53 +00:00
Jan Hutter 2b9dd4678d - test of header payload rewritten 2005-11-15 08:52:48 +00:00
Martin Willi 3f27c87c18 - needs update to getter and setter of ike_header 2005-11-15 08:12:28 +00:00
Jan Hutter 800b308c2a test for proposal substructure written 2005-11-14 17:23:24 +00:00
Jan Hutter f3c01a28fe - transform_substructure fully implemented
- generator now generates ransform_substructure and containing attributes
- test for transform substructure written
2005-11-14 15:29:35 +00:00
Jan Hutter f561c205e8 - class transform_attribute fully tested and written
- generating of this type works!
2005-11-14 13:51:49 +00:00
Jan Hutter 1e8bb886d1 - removed generator context object and implemented payload-interface in generator 2005-11-14 08:12:59 +00:00
Martin Willi c0211a292b - fixed bad SVN issues, should all work again now
- does not compile, need rewrite of parser and generator
2005-11-14 06:55:51 +00:00
Martin Willi 8887824292 - logger in utils
- allocator in utils
- tests.c -> testcases/testcases.c
2005-11-11 13:52:11 +00:00
Martin Willi 566bbcd122 - renamed logger_manager method get_logger to create_logger 2005-11-11 13:12:23 +00:00
Martin Willi 55497527ce - renamed tests to testcases 2005-11-11 13:05:19 +00:00