aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/utils/allocator.h
Commit message (Collapse)AuthorAgeFilesLines
* ../svn-commit.tmpMartin Willi2006-04-051-324/+0
|
* - code cleaned upJan Hutter2005-12-061-34/+21
|
* - implemented RSA, only signing and verifying esma_pkcs1 paddedMartin Willi2005-12-041-2/+17
| | | | | | | | | | | - 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-1/+1
|
* - implemented sa_configMartin Willi2005-12-011-0/+37
| | | | | | | | - uses identification - and host - untested - ts need further tuning
* - code documentation cleanedJan Hutter2005-11-251-3/+3
|
* - code refinedJan Hutter2005-11-251-47/+110
| | | | - documentation cleaned
* - typedefs changedMartin Willi2005-11-241-5/+5
|
* - changed include pathsMartin Willi2005-11-231-1/+1
|
* - tried to fix memory errorsJan Hutter2005-11-161-4/+3
|
* - logger in utilsMartin Willi2005-11-111-0/+223
- allocator in utils - tests.c -> testcases/testcases.c