Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - split up in libstrong, charon, stroke, testing done | Martin Willi | 2006-04-10 | 1 | -10/+8 |
| | | | | | | | | | - 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 | -1/+1 |
| | | | | | | | - cleanups for logger here and there - removed critical flag check in payload verification (conformance to IKEv2) - so thats and theres everywere... ;-) | ||||
* | - installing of child sa works | Martin Willi | 2006-02-16 | 1 | -12/+16 |
| | | | | | - need correct IP adresses to actually use IPsec | ||||
* | - refactored ike proposal | Martin Willi | 2006-02-14 | 1 | -4/+4 |
| | | | | | | | | - 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 | ||||
* | - works with new proposal code | Martin Willi | 2006-02-09 | 1 | -1/+0 |
| | | | | | - still some(!) memleaks | ||||
* | - fixed alot of bugs in child_proposal | Martin Willi | 2006-02-08 | 1 | -12/+57 |
| | | | | | - near to working state ;-) | ||||
* | - dead end implementation | Martin Willi | 2006-02-06 | 1 | -14/+61 |
| | |||||
* | - code cleanup of encoding package | Martin Willi | 2005-12-06 | 1 | -0/+6 |
| | |||||
* | DELETE payload implemented and tested | Jan Hutter | 2005-12-05 | 1 | -1/+1 |
| | |||||
* | - added notify message handling to ike_sa_init_requested_t and | Jan Hutter | 2005-12-02 | 1 | -0/+12 |
| | | | | responder_init_t | ||||
* | implemented and tested functionality to create sa_payload from | Jan Hutter | 2005-12-01 | 1 | -1/+30 |
| | | | | | 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 | -1/+21 |
| | |||||
* | - changed creation of iterator | Jan Hutter | 2005-11-29 | 1 | -10/+10 |
| | | | | - chanded all clone calls | ||||
* | - removed memory allocation checks!!! | Jan Hutter | 2005-11-28 | 1 | -145/+65 |
| | |||||
* | - added compution of all needed keys and also creation of needed | Jan Hutter | 2005-11-28 | 1 | -0/+37 |
| | | | | transform objects | ||||
* | - 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/+512 |