Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - implemented functionality to generate sa payload from | Jan Hutter | 2005-12-01 | 4 | -4/+414 |
| | | | | | | child_proposal_t's and vice versa... | ||||
* | implemented and tested functionality to create sa_payload from | Jan Hutter | 2005-12-01 | 8 | -5/+346 |
| | | | | | ike_proposal_t's and also generate ike_proposal_t's from sa_payload | ||||
* | code of message_t cleaned and added more logs | Jan Hutter | 2005-11-30 | 4 | -106/+256 |
| | |||||
* | - fixed message decryption | Martin Willi | 2005-11-30 | 3 | -28/+103 |
| | |||||
* | - fixed bug when finding out if payload has to get encrypted | Jan Hutter | 2005-11-30 | 1 | -2/+2 |
| | |||||
* | - fixed encryption bug | Martin Willi | 2005-11-30 | 2 | -65/+9 |
| | |||||
* | added more logging | Jan Hutter | 2005-11-30 | 1 | -1/+3 |
| | |||||
* | fixed bug | Jan Hutter | 2005-11-30 | 1 | -2/+2 |
| | |||||
* | (no commit message) | Jan Hutter | 2005-11-30 | 1 | -0/+2 |
| | |||||
* | - changed return type | Jan Hutter | 2005-11-30 | 1 | -1/+8 |
| | |||||
* | - fixed message rule | Martin Willi | 2005-11-30 | 1 | -3/+5 |
| | | | | - decryption attempt | ||||
* | - message encryption verification fully changed | Jan Hutter | 2005-11-30 | 1 | -72/+212 |
| | |||||
* | - encryption seems to work | Jan Hutter | 2005-11-29 | 1 | -21/+127 |
| | |||||
* | - tested encryption payload | Martin Willi | 2005-11-29 | 5 | -78/+145 |
| | |||||
* | - implemented and tested ts_payload_t | Jan Hutter | 2005-11-29 | 11 | -9/+1101 |
| | |||||
* | - fixed bug in diffie hellman exchange (no public value was written) | Jan Hutter | 2005-11-29 | 8 | -12/+59 |
| | |||||
* | - added and tested auth_payload_t class | Jan Hutter | 2005-11-29 | 9 | -21/+454 |
| | |||||
* | - globals packed in a daemon | Martin Willi | 2005-11-29 | 4 | -11/+11 |
| | |||||
* | - implemented compute length function | Jan Hutter | 2005-11-29 | 3 | -1/+32 |
| | |||||
* | (no commit message) | Jan Hutter | 2005-11-29 | 2 | -0/+492 |
| | |||||
* | - added and tested id_payload_t | Jan Hutter | 2005-11-29 | 6 | -0/+49 |
| | |||||
* | - changed creation of iterator | Jan Hutter | 2005-11-29 | 13 | -87/+60 |
| | | | | - chanded all clone calls | ||||
* | - changed allocation behavior | Martin Willi | 2005-11-29 | 1 | -4/+3 |
| | |||||
* | - return value cleanup | Martin Willi | 2005-11-28 | 3 | -15/+6 |
| | |||||
* | - removed memory allocation checks!!! | Jan Hutter | 2005-11-28 | 22 | -1192/+699 |
| | |||||
* | - memory allocation checks removed | Jan Hutter | 2005-11-28 | 2 | -100/+69 |
| | |||||
* | - memory allocation checks removed | Jan Hutter | 2005-11-28 | 4 | -245/+159 |
| | |||||
* | generator rewritten (no memory allocation test anymore) | Jan Hutter | 2005-11-28 | 4 | -266/+92 |
| | |||||
* | - created | Martin Willi | 2005-11-28 | 2 | -0/+861 |
| | | | | | - untested | ||||
* | - encryptino payload | Martin Willi | 2005-11-28 | 6 | -195/+260 |
| | |||||
* | - added compution of all needed keys and also creation of needed | Jan Hutter | 2005-11-28 | 4 | -3/+106 |
| | | | | transform objects | ||||
* | - moved hasher_*_t to *_hasher_t | Martin Willi | 2005-11-27 | 1 | -1/+0 |
| | | | | | - some logging improvements | ||||
* | - removed loglevel specification | Martin Willi | 2005-11-26 | 2 | -4/+0 |
| | |||||
* | - moved algorithm definitions from payloads to corresponding transforms | Martin Willi | 2005-11-24 | 2 | -147/+4 |
| | | | | | - cleanup of docs in transforms | ||||
* | - moved linked_list_iterator_t to iterator_t, located in iterator.h | Martin Willi | 2005-11-24 | 9 | -24/+24 |
| | |||||
* | function better described | Jan Hutter | 2005-11-24 | 1 | -1/+5 |
| | |||||
* | - typedefs changed | Martin Willi | 2005-11-24 | 2 | -8/+8 |
| | |||||
* | changed enum and structs names to _t | Jan Hutter | 2005-11-24 | 24 | -105/+112 |
| | |||||
* | - | Martin Willi | 2005-11-23 | 1 | -1/+5 |
| | |||||
* | - created new makefiles | Jan Hutter | 2005-11-23 | 2 | -0/+82 |
| | |||||
* | ok | Martin Willi | 2005-11-23 | 2 | -2/+2 |
| | |||||
* | - created encoding package | Martin Willi | 2005-11-23 | 26 | -0/+8738 |