Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - dead end implementation | Martin Willi | 2006-02-06 | 2 | -3/+2 |
| | |||||
* | - fixed doxygen warnings | Martin Willi | 2005-12-15 | 2 | -2/+2 |
| | |||||
* | - fixed some BAD bugs | Martin Willi | 2005-12-12 | 1 | -3/+3 |
| | | | | | - clean localhost-testcases for bad_dh, shared and rsa | ||||
* | - added todo's | Jan Hutter | 2005-12-12 | 1 | -2/+2 |
| | |||||
* | - fixed test | Martin Willi | 2005-12-07 | 1 | -16/+4 |
| | |||||
* | - removed prime pool | Martin Willi | 2005-12-07 | 6 | -121/+5 |
| | |||||
* | created protected_tester_t for testcases | Jan Hutter | 2005-12-07 | 54 | -164/+164 |
| | |||||
* | - code cleaned up | Jan Hutter | 2005-12-06 | 1 | -4/+4 |
| | |||||
* | - code cleanup in network and config | Martin Willi | 2005-12-06 | 6 | -32/+38 |
| | | | | | - moved packet_t members to private, added getter and setters | ||||
* | - code cleanup of encoding package | Martin Willi | 2005-12-06 | 2 | -2/+2 |
| | |||||
* | - implemented jobs DELETE_HALF_OPEN_IKE_SA and DELETE_ESTABLISHED_IKE_SA | Jan Hutter | 2005-12-06 | 2 | -2/+3 |
| | |||||
* | - Implemented but not tested unknown_payload_t | Jan Hutter | 2005-12-05 | 1 | -9/+0 |
| | |||||
* | - Implemented and tested eap_payload_t | Jan Hutter | 2005-12-05 | 6 | -20/+116 |
| | |||||
* | - implemented and tested cp_payload_t | Jan Hutter | 2005-12-05 | 5 | -2/+173 |
| | |||||
* | - kernel interface hacks, works partially | Martin Willi | 2005-12-05 | 4 | -0/+127 |
| | | | | | - interface must be redefined | ||||
* | - implemented and tested VENDOR ID payload | Jan Hutter | 2005-12-05 | 5 | -2/+115 |
| | |||||
* | DELETE payload implemented and tested | Jan Hutter | 2005-12-05 | 5 | -4/+124 |
| | |||||
* | - cleaned code of generator_t class | Jan Hutter | 2005-12-05 | 1 | -2/+2 |
| | |||||
* | - implemented and tested cert_payload_t | Jan Hutter | 2005-12-05 | 5 | -53/+170 |
| | |||||
* | - added payload CERT | Jan Hutter | 2005-12-05 | 5 | -2/+119 |
| | | | | | | - cleaned code of different states - added additional notify handling | ||||
* | - implemented RSA, only signing and verifying esma_pkcs1 padded | Martin Willi | 2005-12-04 | 6 | -4/+255 |
| | | | | | | | | | | | - removed gmp-helper: chunk_to_mpz is now done with gmp functions, prime generation in prime-pool - added prime-pool (needs priority fix) - proof of concept RSA authentication - mpz uses LEAK_DETECTIVE - configuration-manager supports rsa keys | ||||
* | - authentication with preshared key working but code MUST be cleaned | Jan Hutter | 2005-12-03 | 1 | -2/+2 |
| | |||||
* | - retransmitting of requests implemented | Jan Hutter | 2005-12-02 | 1 | -1/+1 |
| | |||||
* | - state ike_auth_requested | Martin Willi | 2005-12-02 | 1 | -2/+2 |
| | | | | | - does now establishing of IKE_SA in both directions | ||||
* | - added ts for both initator and responder | Martin Willi | 2005-12-01 | 2 | -10/+29 |
| | | | | - ts_payload can get now ts's | ||||
* | - added | Martin Willi | 2005-12-01 | 2 | -0/+240 |
| | |||||
* | - tested sa with traffic selectors | Martin Willi | 2005-12-01 | 2 | -0/+8 |
| | | | | | - fixed ALOT of bugs ;-) | ||||
* | - implemented functionality to generate sa payload from | Jan Hutter | 2005-12-01 | 3 | -4/+274 |
| | | | | | | child_proposal_t's and vice versa... | ||||
* | implemented and tested functionality to create sa_payload from | Jan Hutter | 2005-12-01 | 3 | -5/+166 |
| | | | | | ike_proposal_t's and also generate ike_proposal_t's from sa_payload | ||||
* | created class init_config_t encapsulating configuration issues of | Jan Hutter | 2005-11-30 | 4 | -3/+174 |
| | | | | | IKE_SA_INIT phase | ||||
* | - added positioned functionality to linked_list_t | Jan Hutter | 2005-11-30 | 1 | -1/+33 |
| | |||||
* | - encryption seems to work | Jan Hutter | 2005-11-29 | 1 | -1/+0 |
| | |||||
* | - tested encryption payload | Martin Willi | 2005-11-29 | 4 | -3/+185 |
| | |||||
* | - implemented and tested ts_payload_t | Jan Hutter | 2005-11-29 | 5 | -4/+199 |
| | |||||
* | - fixed kill behavior | Martin Willi | 2005-11-29 | 1 | -3/+3 |
| | |||||
* | - added and tested auth_payload_t class | Jan Hutter | 2005-11-29 | 5 | -0/+116 |
| | |||||
* | - globals packed in a daemon | Martin Willi | 2005-11-29 | 10 | -112/+97 |
| | |||||
* | (no commit message) | Jan Hutter | 2005-11-29 | 1 | -120/+0 |
| | |||||
* | - added and tested id_payload_t | Jan Hutter | 2005-11-29 | 5 | -9/+132 |
| | |||||
* | - changed creation of iterator | Jan Hutter | 2005-11-29 | 2 | -6/+6 |
| | | | | - chanded all clone calls | ||||
* | - changed allocation behavior | Martin Willi | 2005-11-29 | 7 | -8/+7 |
| | |||||
* | - testcases added to module testcases | Jan Hutter | 2005-11-29 | 43 | -99/+191 |
| | |||||
* | - memory allocation tests removed | Jan Hutter | 2005-11-29 | 10 | -150/+85 |
| | |||||
* | - return value cleanup | Martin Willi | 2005-11-28 | 13 | -45/+32 |
| | |||||
* | - memory allocation checks removed | Jan Hutter | 2005-11-28 | 1 | -5/+5 |
| | |||||
* | generator rewritten (no memory allocation test anymore) | Jan Hutter | 2005-11-28 | 1 | -48/+34 |
| | |||||
* | - AUTH_HMAC_MD5_96 and AUTH_HMAC_SHA1_96 implemented and tested... | Jan Hutter | 2005-11-28 | 5 | -9/+280 |
| | |||||
* | - aes encryption with 128 successfully tested | Jan Hutter | 2005-11-28 | 1 | -2/+68 |
| | |||||
* | - aes encryption working but code not cleaned | Jan Hutter | 2005-11-28 | 2 | -7/+5 |
| | |||||
* | - wrote test for aes_cbc but encryption does not seem to work :-( | Jan Hutter | 2005-11-28 | 4 | -5/+195 |
| |