Commit Graph
111 Commits
Author SHA1 Message Date
Martin Willi fb8cfc26e0 - fixed test 2005-12-07 16:08:08 +00:00
Martin Willi c3903a1861 - removed prime pool 2005-12-07 15:53:34 +00:00
Jan Hutter 51d56047d8 created protected_tester_t for testcases 2005-12-07 11:08:54 +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
Jan Hutter e314700cb5 - implemented jobs DELETE_HALF_OPEN_IKE_SA and DELETE_ESTABLISHED_IKE_SA 2005-12-06 12:27:09 +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
Martin Willi ba425b87dd - kernel interface hacks, works partially
- interface must be redefined
2005-12-05 16:09:42 +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
Martin Willi 8ff8c33d1d - implemented RSA, only signing and verifying esma_pkcs1 padded
- 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
2005-12-04 01:30:35 +00:00
Jan Hutter 8d68033e5c - authentication with preshared key working but code MUST be cleaned 2005-12-03 14:47:58 +00:00
Jan Hutter 0df63d6be4 - retransmitting of requests implemented 2005-12-02 14:07:36 +00:00
Martin Willi ccb37df25d - state ike_auth_requested
- does now establishing of IKE_SA in both directions
2005-12-02 13:45:47 +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 d9974b2081 - added 2005-12-01 14:54:30 +00:00
Martin Willi ed1b7b40cd - tested sa with traffic selectors
- fixed ALOT of bugs ;-)
2005-12-01 14:17:51 +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
Jan Hutter 2ef11339c7 created class init_config_t encapsulating configuration issues of
IKE_SA_INIT phase
2005-11-30 17:21:33 +00:00
Jan Hutter 1e54ebfac4 - added positioned functionality to linked_list_t 2005-11-30 16:31:10 +00:00
Jan Hutter f890d8fe62 - encryption seems to work 2005-11-29 17:19:59 +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
Martin Willi e85220af90 - fixed kill behavior 2005-11-29 11:27:25 +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 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 df3c59d088 - changed allocation behavior 2005-11-29 08:08:03 +00:00
Jan Hutter ed37dee61d - testcases added to module testcases 2005-11-29 07:32:33 +00:00
Jan Hutter d0cc48e5ec - memory allocation tests removed 2005-11-29 07:15:52 +00:00
Martin Willi d048df5cab - return value cleanup 2005-11-28 20:29:47 +00:00
Jan Hutter 297c889cf3 - memory allocation checks removed 2005-11-28 17:06:57 +00:00
Jan Hutter 0f30f5686a generator rewritten (no memory allocation test anymore) 2005-11-28 16:34:48 +00:00
Jan Hutter 42e69fbdad - AUTH_HMAC_MD5_96 and AUTH_HMAC_SHA1_96 implemented and tested... 2005-11-28 12:42:43 +00:00
Jan Hutter 7f0e85216e - aes encryption with 128 successfully tested 2005-11-28 10:16:54 +00:00
Jan Hutter 6906d8fe84 - aes encryption working but code not cleaned 2005-11-28 09:39:31 +00:00
Jan Hutter 7b0dafeb52 - wrote test for aes_cbc but encryption does not seem to work :-( 2005-11-28 09:12:49 +00:00
Martin Willi b241048084 - moved hasher_*_t to *_hasher_t
- some logging improvements
2005-11-27 14:04:16 +00:00
Jan Hutter e829c4aed2 - changed way of freeing chunks
- ike_sa is checked out differently
2005-11-25 08:09:58 +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