Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - import of strongswan-2.7.0 | Martin Willi | 2006-04-28 | 1 | -390/+0 |
| | | | | | - applied patch for charon | ||||
* | - split up in libstrong, charon, stroke, testing done | Martin Willi | 2006-04-10 | 1 | -5/+3 |
| | | | | | | | | | - new leak detective with malloc hook in library - useable, but needs improvements - logger_manager has now a single instance per library - allows use of loggers from any linking prog - a LOT of other things | ||||
* | - rewrite of logger_manager, uses now one instance per context | Martin Willi | 2006-03-23 | 1 | -8/+2 |
| | | | | | | | - cleanups for logger here and there - removed critical flag check in payload verification (conformance to IKEv2) - so thats and theres everywere... ;-) | ||||
* | - refactored ike proposal | Martin Willi | 2006-02-14 | 1 | -193/+15 |
| | | | | | | | | - 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 memleaks | Martin Willi | 2006-02-09 | 1 | -0/+1 |
| | |||||
* | - works with new proposal code | Martin Willi | 2006-02-09 | 1 | -1/+13 |
| | | | | | - still some(!) memleaks | ||||
* | - fixed alot of bugs in child_proposal | Martin Willi | 2006-02-08 | 1 | -378/+40 |
| | | | | | - near to working state ;-) | ||||
* | - dead end implementation | Martin Willi | 2006-02-06 | 1 | -1/+28 |
| | |||||
* | - fixed some BAD bugs | Martin Willi | 2005-12-12 | 1 | -0/+1 |
| | | | | | - clean localhost-testcases for bad_dh, shared and rsa | ||||
* | - added todo's | Jan Hutter | 2005-12-12 | 1 | -4/+6 |
| | |||||
* | - implemented functionality to generate sa payload from | Jan Hutter | 2005-12-01 | 1 | -0/+383 |
| | | | | | | child_proposal_t's and vice versa... | ||||
* | implemented and tested functionality to create sa_payload from | Jan Hutter | 2005-12-01 | 1 | -0/+186 |
| | | | | | ike_proposal_t's and also generate ike_proposal_t's from sa_payload | ||||
* | - fixed bug in diffie hellman exchange (no public value was written) | Jan Hutter | 2005-11-29 | 1 | -5/+8 |
| | |||||
* | - changed creation of iterator | Jan Hutter | 2005-11-29 | 1 | -5/+5 |
| | | | | - chanded all clone calls | ||||
* | - return value cleanup | Martin Willi | 2005-11-28 | 1 | -5/+1 |
| | |||||
* | - removed memory allocation checks!!! | Jan Hutter | 2005-11-28 | 1 | -74/+34 |
| | |||||
* | - moved linked_list_iterator_t to iterator_t, located in iterator.h | Martin Willi | 2005-11-24 | 1 | -4/+4 |
| | |||||
* | changed enum and structs names to _t | Jan Hutter | 2005-11-24 | 1 | -3/+3 |
| | |||||
* | - created encoding package | Martin Willi | 2005-11-23 | 1 | -0/+343 |