aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/testcases/testcases.c
Commit message (Collapse)AuthorAgeFilesLines
* - fixed kill behaviorMartin Willi2005-11-291-3/+3
|
* - added and tested auth_payload_t classJan Hutter2005-11-291-0/+4
|
* - globals packed in a daemonMartin Willi2005-11-291-65/+53
|
* (no commit message)Jan Hutter2005-11-291-120/+0
|
* - added and tested id_payload_tJan Hutter2005-11-291-1/+8
|
* - testcases added to module testcasesJan Hutter2005-11-291-1/+1
|
* - AUTH_HMAC_MD5_96 and AUTH_HMAC_SHA1_96 implemented and tested...Jan Hutter2005-11-281-4/+15
|
* - aes encryption working but code not cleanedJan Hutter2005-11-281-1/+1
|
* - wrote test for aes_cbc but encryption does not seem to work :-(Jan Hutter2005-11-281-5/+11
|
* - moved hasher_*_t to *_hasher_tMartin Willi2005-11-271-8/+7
| | | | | - some logging improvements
* - moved linked_list_iterator_t to iterator_t, located in iterator.hMartin Willi2005-11-241-2/+2
|
* - memory leaks fixedJan Hutter2005-11-241-1/+5
| | | | - failed tests fixed
* - Martin Willi2005-11-231-3/+3
|
* - changed include pathsJan Hutter2005-11-231-29/+29
|
* - 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.