Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - import of strongswan-2.7.0 | Martin Willi | 2006-04-28 | 1 | -198/+0 |
| | | | | | - applied patch for charon | ||||
* | ../svn-commit.tmp | Martin Willi | 2006-04-05 | 1 | -4/+4 |
| | |||||
* | - refactored ike proposal | Martin Willi | 2006-02-14 | 1 | -1/+1 |
| | | | | | | | | - 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 | ||||
* | - dead end implementation | Martin Willi | 2006-02-06 | 1 | -43/+1 |
| | |||||
* | - code cleanup in network and config | Martin Willi | 2005-12-06 | 1 | -1/+1 |
| | | | | | - moved packet_t members to private, added getter and setters | ||||
* | - code cleanup of encoding package | Martin Willi | 2005-12-06 | 1 | -1/+1 |
| | |||||
* | - implemented functionality to generate sa payload from | Jan Hutter | 2005-12-01 | 1 | -1/+1 |
| | | | | | | child_proposal_t's and vice versa... | ||||
* | implemented and tested functionality to create sa_payload from | Jan Hutter | 2005-12-01 | 1 | -2/+18 |
| | | | | | ike_proposal_t's and also generate ike_proposal_t's from sa_payload | ||||
* | - changed creation of iterator | Jan Hutter | 2005-11-29 | 1 | -5/+4 |
| | | | | - chanded all clone calls | ||||
* | - removed memory allocation checks!!! | Jan Hutter | 2005-11-28 | 1 | -36/+32 |
| | |||||
* | - added compution of all needed keys and also creation of needed | Jan Hutter | 2005-11-28 | 1 | -1/+14 |
| | | | | transform objects | ||||
* | - moved algorithm definitions from payloads to corresponding transforms | Martin Willi | 2005-11-24 | 1 | -86/+4 |
| | | | | | - cleanup of docs in transforms | ||||
* | - moved linked_list_iterator_t to iterator_t, located in iterator.h | Martin Willi | 2005-11-24 | 1 | -1/+1 |
| | |||||
* | changed enum and structs names to _t | Jan Hutter | 2005-11-24 | 1 | -21/+21 |
| | |||||
* | - created encoding package | Martin Willi | 2005-11-23 | 1 | -0/+298 |