Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - created encoding package | Martin Willi | 2005-11-23 | 20 | -5356/+0 |
| | |||||
* | - include path changed | Jan Hutter | 2005-11-23 | 19 | -61/+61 |
| | |||||
* | changed encoding rules to support type IKE_SPI | Jan Hutter | 2005-11-22 | 1 | -2/+2 |
| | |||||
* | added encoding type IKE_SPI | Jan Hutter | 2005-11-22 | 2 | -1/+12 |
| | |||||
* | -destroy function moved in file :-) | Jan Hutter | 2005-11-22 | 1 | -19/+19 |
| | |||||
* | (no commit message) | Jan Hutter | 2005-11-22 | 1 | -3/+3 |
| | |||||
* | nonce is now copied when setting or getting | Jan Hutter | 2005-11-22 | 1 | -13/+31 |
| | |||||
* | fixed error in mapping of prf algorithms | Jan Hutter | 2005-11-22 | 1 | -2/+2 |
| | |||||
* | - added clone functionality | Jan Hutter | 2005-11-21 | 6 | -66/+260 |
| | |||||
* | -removed freeing of nonce data | Jan Hutter | 2005-11-21 | 1 | -5/+1 |
| | |||||
* | - added protocol_id_t | Jan Hutter | 2005-11-21 | 1 | -0/+13 |
| | |||||
* | - changed dh_group type to diffie_hellman_group_t | Martin Willi | 2005-11-18 | 2 | -7/+8 |
| | |||||
* | - changed ike_sa_id interface | Martin Willi | 2005-11-18 | 1 | -1/+13 |
| | | | | | - definition of private ike_sa methods | ||||
* | - critical bit was set | Jan Hutter | 2005-11-17 | 1 | -1/+1 |
| | |||||
* | - added verify function to all payload types | Jan Hutter | 2005-11-17 | 9 | -2/+413 |
| | |||||
* | - returned wrong payload type | Jan Hutter | 2005-11-17 | 1 | -1/+1 |
| | |||||
* | - renamed mappings | Martin Willi | 2005-11-16 | 2 | -2/+2 |
| | |||||
* | - change cloning behavior, does not clone anymore | Martin Willi | 2005-11-16 | 2 | -14/+10 |
| | |||||
* | - renamed mappings | Martin Willi | 2005-11-16 | 2 | -2/+2 |
| | |||||
* | - added definitions from IKEv2 draft | Martin Willi | 2005-11-16 | 4 | -8/+293 |
| | |||||
* | - added exchange types | Martin Willi | 2005-11-16 | 2 | -5/+16 |
| | |||||
* | - parsing notify messge | Martin Willi | 2005-11-15 | 1 | -0/+3 |
| | | | | - tested | ||||
* | - nonce payload tested | Jan Hutter | 2005-11-15 | 2 | -6/+6 |
| | | | | | - generator for nonce data written | ||||
* | - notify payload written and tested | Jan Hutter | 2005-11-15 | 3 | -3/+541 |
| | |||||
* | - support for key exchange payload | Martin Willi | 2005-11-15 | 1 | -0/+3 |
| | | | | - tested | ||||
* | - nonce payload added | Martin Willi | 2005-11-15 | 4 | -2/+16 |
| | | | | - tested | ||||
* | Added encoding_type_t NOTIFICATION_DATA | Jan Hutter | 2005-11-15 | 2 | -1/+11 |
| | |||||
* | - nonce payload defined | Martin Willi | 2005-11-15 | 2 | -0/+322 |
| | |||||
* | - error in documentation fixed | Jan Hutter | 2005-11-15 | 1 | -1/+1 |
| | |||||
* | - wrote ke_payload class | Jan Hutter | 2005-11-15 | 2 | -0/+406 |
| | |||||
* | - wrote payload sa_payload | Jan Hutter | 2005-11-15 | 1 | -2/+2 |
| | | | | | | - wrote additions in generator sa_payload - wrote test for sa_payload | ||||
* | - introduced new encoding type KEY_EXCHANGE_DATA | Jan Hutter | 2005-11-15 | 2 | -0/+10 |
| | |||||
* | fixed bug with new function set_next_type | Jan Hutter | 2005-11-15 | 1 | -8/+0 |
| | |||||
* | - introduced set_next_type call for payload_t objects | Jan Hutter | 2005-11-15 | 9 | -28/+109 |
| | |||||
* | - test of header payload rewritten | Jan Hutter | 2005-11-15 | 2 | -0/+74 |
| | |||||
* | - moved ike_header fields to private | Martin Willi | 2005-11-15 | 2 | -57/+303 |
| | | | | - added getter/setters | ||||
* | - parser succesfully parses sa payload | Martin Willi | 2005-11-14 | 2 | -2/+11 |
| | |||||
* | - proposal_substructure written and tested | Jan Hutter | 2005-11-14 | 2 | -7/+19 |
| | |||||
* | - proposal substructure written, but not tested | Jan Hutter | 2005-11-14 | 2 | -0/+198 |
| | |||||
* | - compute_length written | Jan Hutter | 2005-11-14 | 2 | -15/+47 |
| | |||||
* | - transform_substructure fully implemented | Jan Hutter | 2005-11-14 | 2 | -4/+150 |
| | | | | | - generator now generates ransform_substructure and containing attributes - test for transform substructure written | ||||
* | - class transform_attribute fully tested and written | Jan Hutter | 2005-11-14 | 3 | -1/+111 |
| | | | | - generating of this type works! | ||||
* | - added encoding_type_t mappings | Martin Willi | 2005-11-14 | 1 | -0/+5 |
| | |||||
* | - defined all substructures for a SA payload | Jan Hutter | 2005-11-14 | 11 | -6/+732 |
| | |||||
* | Introduced payload types sa_payload and proposal_substructure | Jan Hutter | 2005-11-14 | 9 | -6/+608 |
| | |||||
* | - added encoding_type_t_mappings | Martin Willi | 2005-11-14 | 1 | -0/+41 |
| | |||||
* | - introduced new field types | Jan Hutter | 2005-11-14 | 1 | -3/+27 |
| | |||||
* | - fixed parser to use new payload mechanisms | Martin Willi | 2005-11-14 | 2 | -2/+2 |
| | |||||
* | description changed | Jan Hutter | 2005-11-14 | 2 | -5/+8 |
| | |||||
* | - payload ike_header cleaned | Jan Hutter | 2005-11-14 | 2 | -8/+95 |
| | | | | - header defines moved from message.h to ike_header.h |