Martin Willi
16b9a73cc4
- reworked configuration framework completly
...
- configuration is now split up in: connections, policies, credentials and daemon config
- further alloc/free fixes needed!
2006-03-16 15:25:06 +00:00
Martin Willi
b1953ccd05
- first attempt for connection loading and starting via "stroke"
...
- some improvements here and there
2006-03-14 13:22:48 +00:00
Martin Willi
8a49112907
- configuration_manager replaced by configuration_t interface
...
- current configuration_manager is now static_configuration (testing)
- first draft of starter_configuration, which should once interact with ipsec starter (via whack?)
- some cleanups
- socket_t uses RAW socket, which allows parallel service of pluto/charon
2006-03-07 09:42:15 +00:00
Martin Willi
aa5a35a005
- comments and cleanups
2006-03-02 09:56:30 +00:00
Martin Willi
a527a426d6
- proposal setup implementation begun
2006-02-22 16:14:40 +00:00
Martin Willi
30b5b412da
- installing of child sa works
...
- need correct IP adresses to actually use IPsec
2006-02-16 09:55:07 +00:00
Martin Willi
ce461bbd13
- refactored ike proposal
...
- uses now proposal_t, wich is also used by child proposals
- ike key derivation refactored
- crypter_t api has get_key_size now
- some other improvements here and there
2006-02-14 14:52:00 +00:00
Martin Willi
fc18670524
2006-02-10 15:18:18 +00:00
Martin Willi
5b97779f66
- some fixes here and there
2006-02-09 16:25:02 +00:00
Martin Willi
93df94acad
- works with new proposal code
...
- still some(!) memleaks
2006-02-09 10:16:20 +00:00
Martin Willi
c06dbbabd1
- fixed alot of bugs in child_proposal
...
- near to working state ;-)
2006-02-08 15:25:34 +00:00
Martin Willi
384efc76d5
- dead end implementation
2006-02-06 14:05:35 +00:00
Martin Willi
19f78a6fed
- fixed doxygen warnings
2005-12-15 12:10:53 +00:00
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
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