aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/testcases/testcases.c
Commit message (Collapse)AuthorAgeFilesLines
...
* - md5 hmac testMartin Willi2005-11-221-4/+6
|
* - added md5 testMartin Willi2005-11-221-2/+2
|
* - implemented md5 hasherMartin Willi2005-11-221-34/+43
| | | | | - tested
* - prf_plus testMartin Willi2005-11-221-1/+10
|
* - added hmac testMartin Willi2005-11-221-3/+9
|
* - added sha1 testerMartin Willi2005-11-211-1/+8
|
* (no commit message)Jan Hutter2005-11-181-4/+4
|
* - started to implement diffie hellman classJan Hutter2005-11-171-4/+12
|
* - added new managersMartin Willi2005-11-171-5/+19
|
* - updated tests to varius changes in modulesMartin Willi2005-11-161-2/+4
|
* - fixed bug of generatorJan Hutter2005-11-161-1/+1
|
* - tried to fix memory errorsJan Hutter2005-11-161-4/+4
|
* fixed bug in logger_managerJan Hutter2005-11-161-1/+1
|
* - parsing notify messgeMartin Willi2005-11-151-0/+7
| | | | - tested
* - nonce payload testedJan Hutter2005-11-151-2/+4
| | | | | - generator for nonce data written
* - notify payload written and testedJan Hutter2005-11-151-3/+4
|
* - support for key exchange payloadMartin Willi2005-11-151-1/+6
| | | | - tested
* - nonce payload addedMartin Willi2005-11-151-7/+14
| | | | - tested
* - wrote payload sa_payloadJan Hutter2005-11-151-26/+8
| | | | | | - wrote additions in generator sa_payload - wrote test for sa_payload
* - SA Payload is generatedJan Hutter2005-11-151-2/+8
|
* - test of header payload rewrittenJan Hutter2005-11-151-6/+13
|
* - parser succesfully parses sa payload Martin Willi2005-11-141-5/+14
|
* - transform_substructure fully implementedJan Hutter2005-11-141-7/+19
| | | | | - generator now generates ransform_substructure and containing attributes - test for transform substructure written
* - including all running testsMartin Willi2005-11-141-1/+1
|
* - fixed parser to use new payload mechanismsMartin Willi2005-11-141-3/+3
|
* - removed generator context object and implemented payload-interface in ↵Jan Hutter2005-11-141-9/+3
| | | | generator
* - logger in utilsMartin Willi2005-11-111-3/+3
| | | | | - allocator in utils - tests.c -> testcases/testcases.c
* - moved queues into subfolder queuesMartin Willi2005-11-111-0/+230
- created subdirectory utils for linked_list_t and co.