Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - encryptino payload | Martin Willi | 2005-11-28 | 13 | -209/+272 | |
| | ||||||
* | - added compution of all needed keys and also creation of needed | Jan Hutter | 2005-11-28 | 13 | -158/+390 | |
| | | | | transform objects | |||||
* | - changed prf_hmac_t to hmac_prf_t | Jan Hutter | 2005-11-28 | 5 | -28/+28 | |
| | ||||||
* | - AUTH_HMAC_MD5_96 and AUTH_HMAC_SHA1_96 implemented and tested... | Jan Hutter | 2005-11-28 | 10 | -9/+548 | |
| | ||||||
* | - aes encryption with 128 successfully tested | Jan Hutter | 2005-11-28 | 2 | -187/+237 | |
| | ||||||
* | - aes encryption working but code not cleaned | Jan Hutter | 2005-11-28 | 3 | -358/+327 | |
| | ||||||
* | - wrote test for aes_cbc but encryption does not seem to work :-( | Jan Hutter | 2005-11-28 | 9 | -39/+234 | |
| | ||||||
* | - aes crypter written but not tested | Jan Hutter | 2005-11-28 | 3 | -12/+1609 | |
| | ||||||
* | - moved hasher_*_t to *_hasher_t | Martin Willi | 2005-11-27 | 18 | -238/+180 | |
| | | | | | - some logging improvements | |||||
* | - fixed member order | Martin Willi | 2005-11-26 | 1 | -2/+2 | |
| | ||||||
* | - some fixes and cleanups | Martin Willi | 2005-11-26 | 1 | -9/+8 | |
| | ||||||
* | - code cleanups | Martin Willi | 2005-11-26 | 2 | -8/+8 | |
| | ||||||
* | - threads are new identified by pid | Martin Willi | 2005-11-26 | 5 | -9/+23 | |
| | ||||||
* | - tested code-example | Martin Willi | 2005-11-26 | 1 | -4/+25 | |
| | ||||||
* | - removed loglevel specification | Martin Willi | 2005-11-26 | 2 | -4/+0 | |
| | ||||||
* | - lovlevels specified for each context | Martin Willi | 2005-11-26 | 3 | -47/+56 | |
| | | | | | | | - threadsave log_bytes - default logging to stdout, easier for debugging - fixed logging to file | |||||
* | - added localhost to config | Martin Willi | 2005-11-26 | 1 | -0/+4 | |
| | ||||||
* | - some output improvements | Martin Willi | 2005-11-26 | 1 | -164/+164 | |
| | ||||||
* | - began to implement aes_crypter_t | Jan Hutter | 2005-11-25 | 3 | -0/+144 | |
| | ||||||
* | - documentation and cleanup of threads package | Martin Willi | 2005-11-25 | 9 | -208/+336 | |
| | ||||||
* | - added debugging CFLAG | Martin Willi | 2005-11-25 | 1 | -1/+1 | |
| | ||||||
* | - changed interface of ike_sa | Jan Hutter | 2005-11-25 | 10 | -220/+500 | |
| | | | | - states can access ike_sa fields now just with functions | |||||
* | code documentation cleaned | Jan Hutter | 2005-11-25 | 2 | -45/+99 | |
| | ||||||
* | - code documentation cleaned | Jan Hutter | 2005-11-25 | 5 | -60/+55 | |
| | ||||||
* | - definitions of random devices moved | Jan Hutter | 2005-11-25 | 1 | -0/+8 | |
| | ||||||
* | - code documentation cleaned | Jan Hutter | 2005-11-25 | 3 | -53/+50 | |
| | ||||||
* | - code documentation cleaned | Jan Hutter | 2005-11-25 | 3 | -62/+80 | |
| | ||||||
* | - code documentation cleaned | Jan Hutter | 2005-11-25 | 2 | -51/+45 | |
| | ||||||
* | ignore list | Jan Hutter | 2005-11-25 | 1 | -1/+1 | |
| | ||||||
* | - allocator_free_chunk changed | Jan Hutter | 2005-11-25 | 1 | -8/+8 | |
| | ||||||
* | - allocator_free_chunk changed | Jan Hutter | 2005-11-25 | 2 | -7/+7 | |
| | ||||||
* | - chunk is freed differently | Jan Hutter | 2005-11-25 | 1 | -2/+2 | |
| | ||||||
* | - code refined | Jan Hutter | 2005-11-25 | 2 | -100/+171 | |
| | | | | - documentation cleaned | |||||
* | - code refined | Jan Hutter | 2005-11-25 | 2 | -281/+226 | |
| | | | | | - documentation cleaned | |||||
* | - changed way of freeing chunks | Jan Hutter | 2005-11-25 | 3 | -17/+17 | |
| | | | | - ike_sa is checked out differently | |||||
* | - moved to Doxyfile | Martin Willi | 2005-11-25 | 2 | -1/+1 | |
| | ||||||
* | - updated for packages | Martin Willi | 2005-11-25 | 1 | -351/+165 | |
| | ||||||
* | - began to clean code documentation | Jan Hutter | 2005-11-24 | 3 | -31/+39 | |
| | ||||||
* | - added function create_and_checkout to the ike_sa_manager_t | Jan Hutter | 2005-11-24 | 3 | -73/+96 | |
| | ||||||
* | - connection is initialized | Jan Hutter | 2005-11-24 | 1 | -10/+17 | |
| | ||||||
* | - moved algorithm definitions from payloads to corresponding transforms | Martin Willi | 2005-11-24 | 28 | -265/+413 | |
| | | | | | - cleanup of docs in transforms | |||||
* | - -Wall -Werror added | Martin Willi | 2005-11-24 | 1 | -1/+1 | |
| | ||||||
* | - moved linked_list_iterator_t to iterator_t, located in iterator.h | Martin Willi | 2005-11-24 | 23 | -156/+201 | |
| | ||||||
* | function better described | Jan Hutter | 2005-11-24 | 1 | -1/+5 | |
| | ||||||
* | - moved remove-method to iterator | Martin Willi | 2005-11-24 | 5 | -67/+67 | |
| | ||||||
* | - fixed some docu issues | Martin Willi | 2005-11-24 | 1 | -3/+4 | |
| | ||||||
* | - updated documentation, should be the reference | Martin Willi | 2005-11-24 | 2 | -31/+28 | |
| | ||||||
* | - typedefs changed | Martin Willi | 2005-11-24 | 61 | -241/+302 | |
| | ||||||
* | changed enum and structs names to _t | Jan Hutter | 2005-11-24 | 45 | -177/+198 | |
| | ||||||
* | - memory leaks fixed | Jan Hutter | 2005-11-24 | 6 | -15/+27 | |
| | | | | - failed tests fixed |