aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/utils/allocator.c
Commit message (Collapse)AuthorAgeFilesLines
* - some fixes here and thereMartin Willi2006-02-091-8/+25
|
* - code cleaned upJan Hutter2005-12-061-24/+19
|
* - implemented RSA, only signing and verifying esma_pkcs1 paddedMartin Willi2005-12-041-13/+38
| | | | | | | | | | | - 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
* - fixed some bugx when !LEAK_DETECTIVEMartin Willi2005-12-011-4/+3
|
* - implemented sa_configMartin Willi2005-12-011-0/+39
| | | | | | | | - uses identification - and host - untested - ts need further tuning
* (no commit message)Jan Hutter2005-11-281-3/+9
|
* - code refinedJan Hutter2005-11-251-53/+61
| | | | - documentation cleaned
* - typedefs changedMartin Willi2005-11-241-5/+5
|
* - fixed bug of generatorJan Hutter2005-11-161-3/+7
|
* - tried to fix memory errorsJan Hutter2005-11-161-5/+10
|
* - logger in utilsMartin Willi2005-11-111-0/+347
- allocator in utils - tests.c -> testcases/testcases.c