aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/utils
Commit message (Collapse)AuthorAgeFilesLines
* - logging cleanupMartin Willi2005-12-044-27/+45
| | | | | - pid re-replaced with thread_ids, since nptl does not distinguish pids between threads
* - implemented RSA, only signing and verifying esma_pkcs1 paddedMartin Willi2005-12-045-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_managerJan Hutter2005-12-031-4/+6
|
* - fixed id bugMartin Willi2005-12-021-4/+4
|
* - fixesMartin Willi2005-12-021-2/+1
|
* - state ike_sa_init_responded implemented (has some memleaks)Martin Willi2005-12-022-0/+3
|
* - fixed bugsJan Hutter2005-12-013-2/+71
|
* - new configuration support added to ike_sa and statesJan Hutter2005-12-013-0/+31
|
* - fixed some bugx when !LEAK_DETECTIVEMartin Willi2005-12-012-5/+4
|
* - implemented sa_configMartin Willi2005-12-015-0/+383
| | | | | | | | - uses identification - and host - untested - ts need further tuning
* - added positioned functionality to linked_list_tJan Hutter2005-11-302-10/+151
|
* - message encryption verification fully changedJan Hutter2005-11-302-0/+34
|
* - added and tested id_payload_tJan Hutter2005-11-292-3/+1
|
* - changed creation of iteratorJan Hutter2005-11-293-12/+10
| | | | - chanded all clone calls
* fixed bug when inserting with iteratorJan Hutter2005-11-291-0/+1
|
* - changed allocation behaviorMartin Willi2005-11-291-0/+2
|
* - return value cleanupMartin Willi2005-11-2813-572/+186
|
* (no commit message)Jan Hutter2005-11-281-3/+9
|
* - encryptino payload Martin Willi2005-11-281-1/+1
|
* - added compution of all needed keys and also creation of needed Jan Hutter2005-11-281-0/+1
| | | | transform objects
* - wrote test for aes_cbc but encryption does not seem to work :-(Jan Hutter2005-11-281-1/+1
|
* - moved hasher_*_t to *_hasher_tMartin Willi2005-11-271-5/+6
| | | | | - some logging improvements
* - code cleanupsMartin Willi2005-11-261-7/+7
|
* - lovlevels specified for each contextMartin Willi2005-11-263-47/+56
| | | | | | | - threadsave log_bytes - default logging to stdout, easier for debugging - fixed logging to file
* code documentation cleanedJan Hutter2005-11-252-45/+99
|
* - code documentation cleanedJan Hutter2005-11-255-60/+55
|
* - code documentation cleanedJan Hutter2005-11-253-53/+50
|
* - code documentation cleanedJan Hutter2005-11-253-62/+80
|
* - code documentation cleanedJan Hutter2005-11-252-51/+45
|
* - chunk is freed differentlyJan Hutter2005-11-251-2/+2
|
* - code refinedJan Hutter2005-11-252-100/+171
| | | | - documentation cleaned
* - code refinedJan Hutter2005-11-252-281/+226
| | | | | - documentation cleaned
* - began to clean code documentationJan Hutter2005-11-242-31/+33
|
* - moved algorithm definitions from payloads to corresponding transformsMartin Willi2005-11-241-1/+1
| | | | | - cleanup of docs in transforms
* - moved linked_list_iterator_t to iterator_t, located in iterator.hMartin Willi2005-11-244-104/+149
|
* - moved remove-method to iteratorMartin Willi2005-11-243-65/+65
|
* - typedefs changedMartin Willi2005-11-2414-74/+77
|
* - moved host_t from util to networkMartin Willi2005-11-233-295/+0
|
* - Martin Willi2005-11-231-0/+48
|
* - changed include pathsMartin Willi2005-11-2315-23/+22
|
* - added new logging context for configuration managerJan Hutter2005-11-222-2/+5
|
* - still one memory leak and segmentation faultJan Hutter2005-11-211-2/+1
|
* - allready partly workingJan Hutter2005-11-211-0/+1
|
* - fixed loglevel output bugMartin Willi2005-11-211-2/+2
|
* - added thread-id to log for some contexesMartin Willi2005-11-214-24/+112
| | | | | - cleaned up logger output
* - commentedMartin Willi2005-11-212-13/+118
| | | | | - added some getters
* - memory leak fixedJan Hutter2005-11-181-6/+13
|
* - implemented all diffie hellman groupsJan Hutter2005-11-182-2/+108
| | | | | - diffie hellman tested
* - wrote diffie_hellman_t but not testedJan Hutter2005-11-182-0/+3
|
* - redefined logger levelsMartin Willi2005-11-181-9/+25
|