aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/transforms/diffie_hellman.c
Commit message (Collapse)AuthorAgeFilesLines
* ../svn-commit.tmpMartin Willi2006-04-051-611/+0
|
* - refactored ike proposalMartin Willi2006-02-141-0/+9
| | | | | | | | - uses now proposal_t, wich is also used by child proposals - ike key derivation refactored - crypter_t api has get_key_size now - some other improvements here and there
* - private value doesn't have to be prime!Jan Hutter2005-12-071-7/+20
|
* - fixed gmp initialization bugsMartin Willi2005-12-071-1/+3
| | | | | - fixed spi check bug in ike_sa_init_requested
* - code cleaned upJan Hutter2005-12-061-4/+2
|
* - implemented RSA, only signing and verifying esma_pkcs1 paddedMartin Willi2005-12-041-16/+10
| | | | | | | | | | | - 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
* - diffie hellman code cleanedJan Hutter2005-11-291-55/+46
|
* - return value cleanupMartin Willi2005-11-281-46/+24
|
* - moved algorithm definitions from payloads to corresponding transformsMartin Willi2005-11-241-0/+17
| | | | | - cleanup of docs in transforms
* - typedefs changedMartin Willi2005-11-241-6/+6
|
* - created encoding packageMartin Willi2005-11-231-1/+0
|
* - changed include pathsMartin Willi2005-11-231-4/+4
|
* - changed group_number type to diffie_hellman_group_tMartin Willi2005-11-181-1/+1
|
* - implemented all diffie hellman groupsJan Hutter2005-11-181-45/+255
| | | | | - diffie hellman tested
* - wrote diffie_hellman_t but not testedJan Hutter2005-11-181-0/+400