aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/testcases/generator_test.c
Commit message (Collapse)AuthorAgeFilesLines
* ../svn-commit.tmpMartin Willi2006-04-051-1411/+0
|
* - starter work on asn1 with der de/encoderMartin Willi2006-03-241-26/+24
| | | | | | - RSA private and public key can load read key from ASN1 DER - some other fixes here and there
* - rewrite of logger_manager, uses now one instance per contextMartin Willi2006-03-231-55/+17
| | | | | | | - cleanups for logger here and there - removed critical flag check in payload verification (conformance to IKEv2) - so thats and theres everywere... ;-)
* - reworked configuration framework completlyMartin Willi2006-03-161-22/+22
| | | | | | - configuration is now split up in: connections, policies, credentials and daemon config - further alloc/free fixes needed!
* - refactored ike proposalMartin Willi2006-02-141-56/+52
| | | | | | | | - 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
* - works with new proposal codeMartin Willi2006-02-091-1/+1
| | | | | - still some(!) memleaks
* - fixed alot of bugs in child_proposalMartin Willi2006-02-081-49/+31
| | | | | - near to working state ;-)
* created protected_tester_t for testcasesJan Hutter2005-12-071-17/+17
|
* - Implemented and tested eap_payload_tJan Hutter2005-12-051-0/+49
|
* - implemented and tested cp_payload_tJan Hutter2005-12-051-0/+76
|
* - implemented and tested VENDOR ID payloadJan Hutter2005-12-051-0/+50
|
* DELETE payload implemented and testedJan Hutter2005-12-051-1/+56
|
* - implemented and tested cert_payload_t Jan Hutter2005-12-051-49/+102
|
* - added payload CERTJan Hutter2005-12-051-0/+53
| | | | | | - cleaned code of different states - added additional notify handling
* - implemented functionality to generate sa payload from Jan Hutter2005-12-011-1/+135
| | | | | | child_proposal_t's and vice versa...
* implemented and tested functionality to create sa_payload from Jan Hutter2005-12-011-1/+79
| | | | | ike_proposal_t's and also generate ike_proposal_t's from sa_payload
* - implemented and tested ts_payload_tJan Hutter2005-11-291-0/+85
|
* - added and tested auth_payload_t classJan Hutter2005-11-291-0/+53
|
* - globals packed in a daemonMartin Willi2005-11-291-20/+19
|
* - added and tested id_payload_tJan Hutter2005-11-291-0/+55
|
* - testcases added to module testcasesJan Hutter2005-11-291-2/+2
|
* - memory allocation tests removedJan Hutter2005-11-291-116/+62
|
* generator rewritten (no memory allocation test anymore)Jan Hutter2005-11-281-48/+34
|
* - changed way of freeing chunksJan Hutter2005-11-251-11/+11
| | | | - ike_sa is checked out differently
* - memory leaks fixedJan Hutter2005-11-241-11/+13
| | | | - failed tests fixed
* - created encoding packageMartin Willi2005-11-231-10/+10
|
* - changed include pathsJan Hutter2005-11-231-14/+14
|
* - fixed bug in nonce testJan Hutter2005-11-171-1/+1
|
* - updated tests to varius changes in modulesMartin Willi2005-11-161-11/+12
|
* - fixed bug of generatorJan Hutter2005-11-161-0/+5
|
* - nonce payload testedJan Hutter2005-11-151-1/+57
| | | | | - generator for nonce data written
* - notify payload written and testedJan Hutter2005-11-151-0/+62
|
* - wrote payload sa_payloadJan Hutter2005-11-151-0/+62
| | | | | | - wrote additions in generator sa_payload - wrote test for sa_payload
* - generator refactoredJan Hutter2005-11-151-2/+2
|
* - SA Payload is generatedJan Hutter2005-11-151-0/+174
|
* fixed bug with new function set_next_typeJan Hutter2005-11-151-2/+2
|
* - test of header payload rewrittenJan Hutter2005-11-151-31/+24
|
* - needs update to getter and setter of ike_headerMartin Willi2005-11-151-5/+5
|
* test for proposal substructure writtenJan Hutter2005-11-141-0/+136
|
* - transform_substructure fully implementedJan Hutter2005-11-141-1/+83
| | | | | - generator now generates ransform_substructure and containing attributes - test for transform substructure written
* - class transform_attribute fully tested and writtenJan Hutter2005-11-141-0/+101
| | | | - generating of this type works!
* - removed generator context object and implemented payload-interface in ↵Jan Hutter2005-11-141-58/+35
| | | | generator
* - fixed bad SVN issues, should all work again nowMartin Willi2005-11-141-2/+2
| | | | | - does not compile, need rewrite of parser and generator
* - logger in utilsMartin Willi2005-11-111-6/+6
| | | | | - allocator in utils - tests.c -> testcases/testcases.c
* - renamed logger_manager method get_logger to create_loggerMartin Willi2005-11-111-1/+1
|
* - renamed tests to testcasesMartin Willi2005-11-111-0/+150