Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ../svn-commit.tmp | Martin Willi | 2006-04-05 | 1 | -611/+0 |
| | |||||
* | - refactored ike proposal | Martin Willi | 2006-02-14 | 1 | -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 Hutter | 2005-12-07 | 1 | -7/+20 |
| | |||||
* | - fixed gmp initialization bugs | Martin Willi | 2005-12-07 | 1 | -1/+3 |
| | | | | | - fixed spi check bug in ike_sa_init_requested | ||||
* | - code cleaned up | Jan Hutter | 2005-12-06 | 1 | -4/+2 |
| | |||||
* | - implemented RSA, only signing and verifying esma_pkcs1 padded | Martin Willi | 2005-12-04 | 1 | -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 cleaned | Jan Hutter | 2005-11-29 | 1 | -55/+46 |
| | |||||
* | - return value cleanup | Martin Willi | 2005-11-28 | 1 | -46/+24 |
| | |||||
* | - moved algorithm definitions from payloads to corresponding transforms | Martin Willi | 2005-11-24 | 1 | -0/+17 |
| | | | | | - cleanup of docs in transforms | ||||
* | - typedefs changed | Martin Willi | 2005-11-24 | 1 | -6/+6 |
| | |||||
* | - created encoding package | Martin Willi | 2005-11-23 | 1 | -1/+0 |
| | |||||
* | - changed include paths | Martin Willi | 2005-11-23 | 1 | -4/+4 |
| | |||||
* | - changed group_number type to diffie_hellman_group_t | Martin Willi | 2005-11-18 | 1 | -1/+1 |
| | |||||
* | - implemented all diffie hellman groups | Jan Hutter | 2005-11-18 | 1 | -45/+255 |
| | | | | | - diffie hellman tested | ||||
* | - wrote diffie_hellman_t but not tested | Jan Hutter | 2005-11-18 | 1 | -0/+400 |