Commit Graph
52 Commits
Author SHA1 Message Date
Martin Willi 6db4e80b56 - fixed some BAD bugs
- clean localhost-testcases for bad_dh, shared and rsa
2005-12-12 12:52:59 +00:00
Jan Hutter 7fa8decb78 - added todo's 2005-12-12 08:44:35 +00:00
Jan Hutter f4d8999cc1 - added support for empty traffic selectors and empty sa payload in
IKE_AUTH request and reply
2005-12-07 10:25:32 +00:00
Martin Willi aee3eb5299 ../svn-commit.tmp 2005-12-07 07:57:18 +00:00
Jan Hutter f104664836 - code cleaned up 2005-12-06 16:04:39 +00:00
Martin Willi 2b54748131 - code cleanup in network and config
- moved packet_t members to private, added getter and setters
2005-12-06 16:00:07 +00:00
Martin Willi c3dc864eaa - code cleanup of encoding package 2005-12-06 13:44:22 +00:00
Martin Willi 668f9fcba9 - better management of unknown_payload, with critical check
- message code cleanup
2005-12-06 11:51:13 +00:00
Jan Hutter 34852cae00 - Implemented but not tested unknown_payload_t 2005-12-05 19:17:45 +00:00
Jan Hutter c81eb6e77c - Implemented and tested eap_payload_t 2005-12-05 18:56:22 +00:00
Jan Hutter 7ba3f707df - implemented and tested cp_payload_t 2005-12-05 18:16:39 +00:00
Jan Hutter e70c7feb02 - implemented and tested VENDOR ID payload 2005-12-05 14:01:56 +00:00
Jan Hutter 9bdd74eae7 DELETE payload implemented and tested 2005-12-05 13:43:43 +00:00
Jan Hutter 510c342634 - cleaned code of generator_t class 2005-12-05 13:06:24 +00:00
Jan Hutter 7cc2ee5a39 - implemented and tested cert_payload_t 2005-12-05 12:54:49 +00:00
Jan Hutter f6ba78c370 - added payload CERT
- cleaned code of different states
- added additional notify handling
2005-12-05 12:21:38 +00:00
Jan Hutter 8d68033e5c - authentication with preshared key working but code MUST be cleaned 2005-12-03 14:47:58 +00:00
Martin Willi 01de2f3cd5 - fixes 2005-12-02 16:09:04 +00:00
Martin Willi ccf783d29d - state ike_sa_init_responded implemented (has some memleaks) 2005-12-02 12:38:55 +00:00
Jan Hutter ae3012a0ea - added notify message handling to ike_sa_init_requested_t and
responder_init_t
2005-12-02 11:38:56 +00:00
Jan Hutter 2848a7ba33 responder_init does return DELETE_ME in case of error 2005-12-02 08:52:01 +00:00
Jan Hutter ff43984dca - get_type changed 2005-12-02 08:01:43 +00:00
Jan Hutter 1b3f92d28d - fixed bugs 2005-12-01 19:53:48 +00:00
Martin Willi 257fa50386 - added ts for both initator and responder
- ts_payload can get now ts's
2005-12-01 18:14:22 +00:00
Martin Willi 03283349a9 - creation of ts payloads using ts 2005-12-01 17:38:06 +00:00
Jan Hutter 343acebe85 - implemented functionality to generate sa payload from
child_proposal_t's and vice versa...
2005-12-01 12:18:20 +00:00
Jan Hutter b737e9d9e8 implemented and tested functionality to create sa_payload from
ike_proposal_t's and also generate ike_proposal_t's from sa_payload
2005-12-01 08:48:57 +00:00
Martin Willi bc7883029a - fixed message decryption 2005-11-30 10:23:15 +00:00
Martin Willi ee29afd42b - fixed encryption bug 2005-11-30 09:11:48 +00:00
Jan Hutter 9e9533d93b - changed return type 2005-11-30 08:53:00 +00:00
Martin Willi 0f803b4771 - tested encryption payload 2005-11-29 15:58:09 +00:00
Jan Hutter 7da522ba73 - implemented and tested ts_payload_t 2005-11-29 15:23:04 +00:00
Jan Hutter 346af6f3de - fixed bug in diffie hellman exchange (no public value was written) 2005-11-29 12:23:40 +00:00
Jan Hutter 2326633550 - added and tested auth_payload_t class 2005-11-29 11:16:15 +00:00
Martin Willi 0e96f7d8c3 - globals packed in a daemon 2005-11-29 10:25:07 +00:00
Jan Hutter 79b9c1d6c5 - implemented compute length function 2005-11-29 10:19:27 +00:00
Jan Hutter 45c3d18680 2005-11-29 10:02:34 +00:00
Jan Hutter db6e764580 - added and tested id_payload_t 2005-11-29 09:57:22 +00:00
Jan Hutter a0753941e1 - changed creation of iterator
- chanded all clone calls
2005-11-29 08:54:48 +00:00
Martin Willi d048df5cab - return value cleanup 2005-11-28 20:29:47 +00:00
Jan Hutter 3fe058703f - removed memory allocation checks!!! 2005-11-28 18:24:10 +00:00
Jan Hutter 0f30f5686a generator rewritten (no memory allocation test anymore) 2005-11-28 16:34:48 +00:00
Martin Willi 0c7cfb183c - created
- untested
2005-11-28 15:53:35 +00:00
Martin Willi 81796a5232 - encryptino payload 2005-11-28 15:43:05 +00:00
Jan Hutter b9d9f18874 - added compution of all needed keys and also creation of needed
transform objects
2005-11-28 15:20:51 +00:00
Martin Willi 8277be6053 - moved algorithm definitions from payloads to corresponding transforms
- cleanup of docs in transforms
2005-11-24 16:22:04 +00:00
Martin Willi bdb141cb4b - moved linked_list_iterator_t to iterator_t, located in iterator.h 2005-11-24 14:22:29 +00:00
Martin Willi 5796aa164d - typedefs changed 2005-11-24 11:30:19 +00:00
Jan Hutter 95c61cb956 changed enum and structs names to _t 2005-11-24 09:17:51 +00:00
Martin Willi face0be4c2 - 2005-11-23 13:34:45 +00:00