Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ../svn-commit.tmp | Martin Willi | 2006-04-05 | 5 | -1928/+0 |
| | |||||
* | - reworked configuration framework completly | Martin Willi | 2006-03-16 | 1 | -3/+3 |
| | | | | | | - configuration is now split up in: connections, policies, credentials and daemon config - further alloc/free fixes needed! | ||||
* | - configuration_manager replaced by configuration_t interface | Martin Willi | 2006-03-07 | 1 | -1/+1 |
| | | | | | | | | - current configuration_manager is now static_configuration (testing) - first draft of starter_configuration, which should once interact with ipsec starter (via whack?) - some cleanups - socket_t uses RAW socket, which allows parallel service of pluto/charon | ||||
* | - refactored ike proposal | Martin Willi | 2006-02-14 | 4 | -92/+105 |
| | | | | | | | | - 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 | ||||
* | - fixed doxygen warnings | Martin Willi | 2005-12-15 | 1 | -2/+2 |
| | |||||
* | - added todo | Martin Willi | 2005-12-08 | 1 | -0/+3 |
| | |||||
* | - code cleaned up | Jan Hutter | 2005-12-06 | 1 | -1/+1 |
| | |||||
* | - code cleaned up | Jan Hutter | 2005-12-06 | 4 | -27/+49 |
| | |||||
* | - implemented RSA, only signing and verifying esma_pkcs1 padded | Martin Willi | 2005-12-04 | 1 | -0/+3 |
| | | | | | | | | | | | - 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 | ||||
* | - return value cleanup | Martin Willi | 2005-11-28 | 4 | -108/+90 |
| | |||||
* | - added compution of all needed keys and also creation of needed | Jan Hutter | 2005-11-28 | 2 | -1/+19 |
| | | | | transform objects | ||||
* | - AUTH_HMAC_MD5_96 and AUTH_HMAC_SHA1_96 implemented and tested... | Jan Hutter | 2005-11-28 | 1 | -0/+2 |
| | |||||
* | - aes encryption with 128 successfully tested | Jan Hutter | 2005-11-28 | 1 | -185/+169 |
| | |||||
* | - aes encryption working but code not cleaned | Jan Hutter | 2005-11-28 | 1 | -351/+322 |
| | |||||
* | - wrote test for aes_cbc but encryption does not seem to work :-( | Jan Hutter | 2005-11-28 | 3 | -32/+32 |
| | |||||
* | - aes crypter written but not tested | Jan Hutter | 2005-11-28 | 3 | -12/+1609 |
| | |||||
* | - began to implement aes_crypter_t | Jan Hutter | 2005-11-25 | 3 | -0/+144 |
| | |||||
* | - moved algorithm definitions from payloads to corresponding transforms | Martin Willi | 2005-11-24 | 2 | -14/+89 |
| | | | | | - cleanup of docs in transforms | ||||
* | - typedefs changed | Martin Willi | 2005-11-24 | 1 | -3/+3 |
| | |||||
* | - | Martin Willi | 2005-11-23 | 1 | -0/+19 |
| | |||||
* | - created encoding package | Martin Willi | 2005-11-23 | 1 | -1/+1 |
| | |||||
* | - changed include paths | Martin Willi | 2005-11-23 | 1 | -1/+1 |
| | |||||
* | - definition of interface for singer and crypter | Martin Willi | 2005-11-22 | 2 | -0/+95 |
- not documented |