Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - logging cleanup | Martin Willi | 2005-12-04 | 4 | -27/+45 |
| | | | | | - pid re-replaced with thread_ids, since nptl does not distinguish pids between threads | ||||
* | - implemented RSA, only signing and verifying esma_pkcs1 padded | Martin Willi | 2005-12-04 | 5 | -261/+55 |
| | | | | | | | | | | | - removed gmp-helper: chunk_to_mpz is now done with gmp functions, prime generation in prime-pool - added prime-pool (needs priority fix) - proof of concept RSA authentication - mpz uses LEAK_DETECTIVE - configuration-manager supports rsa keys | ||||
* | - preshared secrets are now retrieved over configuration_manager | Jan Hutter | 2005-12-03 | 1 | -4/+6 |
| | |||||
* | - fixed id bug | Martin Willi | 2005-12-02 | 1 | -4/+4 |
| | |||||
* | - fixes | Martin Willi | 2005-12-02 | 1 | -2/+1 |
| | |||||
* | - state ike_sa_init_responded implemented (has some memleaks) | Martin Willi | 2005-12-02 | 2 | -0/+3 |
| | |||||
* | - fixed bugs | Jan Hutter | 2005-12-01 | 3 | -2/+71 |
| | |||||
* | - new configuration support added to ike_sa and states | Jan Hutter | 2005-12-01 | 3 | -0/+31 |
| | |||||
* | - fixed some bugx when !LEAK_DETECTIVE | Martin Willi | 2005-12-01 | 2 | -5/+4 |
| | |||||
* | - implemented sa_config | Martin Willi | 2005-12-01 | 5 | -0/+383 |
| | | | | | | | | - uses identification - and host - untested - ts need further tuning | ||||
* | - added positioned functionality to linked_list_t | Jan Hutter | 2005-11-30 | 2 | -10/+151 |
| | |||||
* | - message encryption verification fully changed | Jan Hutter | 2005-11-30 | 2 | -0/+34 |
| | |||||
* | - added and tested id_payload_t | Jan Hutter | 2005-11-29 | 2 | -3/+1 |
| | |||||
* | - changed creation of iterator | Jan Hutter | 2005-11-29 | 3 | -12/+10 |
| | | | | - chanded all clone calls | ||||
* | fixed bug when inserting with iterator | Jan Hutter | 2005-11-29 | 1 | -0/+1 |
| | |||||
* | - changed allocation behavior | Martin Willi | 2005-11-29 | 1 | -0/+2 |
| | |||||
* | - return value cleanup | Martin Willi | 2005-11-28 | 13 | -572/+186 |
| | |||||
* | (no commit message) | Jan Hutter | 2005-11-28 | 1 | -3/+9 |
| | |||||
* | - encryptino payload | Martin Willi | 2005-11-28 | 1 | -1/+1 |
| | |||||
* | - added compution of all needed keys and also creation of needed | Jan Hutter | 2005-11-28 | 1 | -0/+1 |
| | | | | transform objects | ||||
* | - wrote test for aes_cbc but encryption does not seem to work :-( | Jan Hutter | 2005-11-28 | 1 | -1/+1 |
| | |||||
* | - moved hasher_*_t to *_hasher_t | Martin Willi | 2005-11-27 | 1 | -5/+6 |
| | | | | | - some logging improvements | ||||
* | - code cleanups | Martin Willi | 2005-11-26 | 1 | -7/+7 |
| | |||||
* | - 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 | ||||
* | code documentation cleaned | Jan Hutter | 2005-11-25 | 2 | -45/+99 |
| | |||||
* | - code documentation cleaned | Jan Hutter | 2005-11-25 | 5 | -60/+55 |
| | |||||
* | - 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 |
| | |||||
* | - 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 | ||||
* | - began to clean code documentation | Jan Hutter | 2005-11-24 | 2 | -31/+33 |
| | |||||
* | - moved algorithm definitions from payloads to corresponding transforms | Martin Willi | 2005-11-24 | 1 | -1/+1 |
| | | | | | - cleanup of docs in transforms | ||||
* | - moved linked_list_iterator_t to iterator_t, located in iterator.h | Martin Willi | 2005-11-24 | 4 | -104/+149 |
| | |||||
* | - moved remove-method to iterator | Martin Willi | 2005-11-24 | 3 | -65/+65 |
| | |||||
* | - typedefs changed | Martin Willi | 2005-11-24 | 14 | -74/+77 |
| | |||||
* | - moved host_t from util to network | Martin Willi | 2005-11-23 | 3 | -295/+0 |
| | |||||
* | - | Martin Willi | 2005-11-23 | 1 | -0/+48 |
| | |||||
* | - changed include paths | Martin Willi | 2005-11-23 | 15 | -23/+22 |
| | |||||
* | - added new logging context for configuration manager | Jan Hutter | 2005-11-22 | 2 | -2/+5 |
| | |||||
* | - still one memory leak and segmentation fault | Jan Hutter | 2005-11-21 | 1 | -2/+1 |
| | |||||
* | - allready partly working | Jan Hutter | 2005-11-21 | 1 | -0/+1 |
| | |||||
* | - fixed loglevel output bug | Martin Willi | 2005-11-21 | 1 | -2/+2 |
| | |||||
* | - added thread-id to log for some contexes | Martin Willi | 2005-11-21 | 4 | -24/+112 |
| | | | | | - cleaned up logger output | ||||
* | - commented | Martin Willi | 2005-11-21 | 2 | -13/+118 |
| | | | | | - added some getters | ||||
* | - memory leak fixed | Jan Hutter | 2005-11-18 | 1 | -6/+13 |
| | |||||
* | - implemented all diffie hellman groups | Jan Hutter | 2005-11-18 | 2 | -2/+108 |
| | | | | | - diffie hellman tested | ||||
* | - wrote diffie_hellman_t but not tested | Jan Hutter | 2005-11-18 | 2 | -0/+3 |
| | |||||
* | - redefined logger levels | Martin Willi | 2005-11-18 | 1 | -9/+25 |
| |