Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ../svn-commit.tmp | Martin Willi | 2006-04-05 | 1 | -149/+0 |
| | |||||
* | - rewrite of logger_manager, uses now one instance per context | Martin Willi | 2006-03-23 | 1 | -2/+0 |
| | | | | | | | - cleanups for logger here and there - removed critical flag check in payload verification (conformance to IKEv2) - so thats and theres everywere... ;-) | ||||
* | - 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 | 1 | -0/+8 |
| | | | | | | | | - 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 | ||||
* | - code cleaned up | Jan Hutter | 2005-12-06 | 1 | -7/+14 |
| | |||||
* | (no commit message) | Jan Hutter | 2005-11-29 | 1 | -0/+2 |
| | |||||
* | - diffie hellman code cleaned | Jan Hutter | 2005-11-29 | 1 | -4/+1 |
| | |||||
* | - return value cleanup | Martin Willi | 2005-11-28 | 1 | -13/+6 |
| | |||||
* | - moved algorithm definitions from payloads to corresponding transforms | Martin Willi | 2005-11-24 | 1 | -17/+48 |
| | | | | | - cleanup of docs in transforms | ||||
* | - typedefs changed | Martin Willi | 2005-11-24 | 1 | -3/+3 |
| | |||||
* | - created encoding package | Martin Willi | 2005-11-23 | 1 | -1/+1 |
| | |||||
* | - changed include paths | Martin Willi | 2005-11-23 | 1 | -2/+2 |
| | |||||
* | - changed group_number type to diffie_hellman_group_t | Martin Willi | 2005-11-18 | 1 | -1/+2 |
| | |||||
* | - wrote diffie_hellman_t but not tested | Jan Hutter | 2005-11-18 | 1 | -0/+112 |