Commit Graph

44 Commits

Author SHA1 Message Date
Martin Willi 6862128151 ../svn-commit.tmp 2006-04-05 12:10:50 +00:00
Martin Willi 9c781c152a - starter work on asn1 with der de/encoder
- RSA private and public key can load read key from ASN1 DER
- some other fixes here and there
2006-03-24 15:37:49 +00:00
Martin Willi dec598220b - rewrite of logger_manager, uses now one instance per context
- cleanups for logger here and there
- removed critical flag check in payload verification (conformance to IKEv2)
- so thats and theres everywere... ;-)
2006-03-23 15:25:43 +00:00
Martin Willi 87a217f9f1 - works quite well now with ipsec.conf & ipsec starter 2006-03-20 15:43:26 +00:00
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 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 5d187bd234 - working policy installation and removal 2006-03-01 15:56:51 +00:00
Martin Willi fb8aa445d2 - fixed policy setup bug 2006-02-23 16:22:12 +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 aeda79ff78 - key derivation for child_sa works 2006-02-10 08:20:06 +00:00
Martin Willi 5b97779f66 - some fixes here and there 2006-02-09 16:25:02 +00:00
Martin Willi dfa6e086a0 - fixed memleaks 2006-02-09 11:56:24 +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 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 5346c89460 - logging cleanup in states 2005-12-07 11:49:54 +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 283dbcc590 - cleanup of states ike_auth_requested and ike_sa_init_responded 2005-12-07 09:53:33 +00:00
Martin Willi aee3eb5299 ../svn-commit.tmp 2005-12-07 07:57:18 +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 6d0310e852 - code cleaned 2005-12-06 09:57:38 +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 aebb38a093 - preshared secrets are now retrieved over configuration_manager 2005-12-03 16:02:06 +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 0fdc3c7f09 - started to implement authenticator_t 2005-12-02 19:26:01 +00:00
Martin Willi caa6b542c0 - fixed id bugs 2005-12-02 17:24:09 +00:00
Martin Willi 7ef7c3835a - fixed id bug 2005-12-02 16:19:01 +00:00
Jan Hutter 94b0f906e6 fixed different bugs when checking out ike sa and retransmitting
requests
2005-12-02 15:40:04 +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
Jan Hutter 5534ee8476 - added new job type retransmit_request_job_t
- fixed memory leaks
2005-12-02 13:20:20 +00:00
Martin Willi f2d4a4475a - fixed memleak 2005-12-02 13:13:57 +00:00
Martin Willi ccf783d29d - state ike_sa_init_responded implemented (has some memleaks) 2005-12-02 12:38:55 +00:00
Jan Hutter 1b3f92d28d - fixed bugs 2005-12-01 19:53:48 +00:00
Jan Hutter a9428251cd - new configuration support added to ike_sa and states 2005-12-01 17:16:10 +00:00
Martin Willi d45ec1dedf - implemented sa_config
- uses identification
- and host
- untested
- ts need further tuning
2005-12-01 07:35:03 +00:00
Martin Willi 9b8f174db4 - fixed message rule
- decryption attempt
2005-11-30 08:46:56 +00:00
Martin Willi df3c59d088 - changed allocation behavior 2005-11-29 08:08:03 +00:00
Martin Willi d048df5cab - return value cleanup 2005-11-28 20:29:47 +00:00
Jan Hutter aad398a70c - changed interface of ike_sa
- states can access ike_sa fields now just with functions
2005-11-25 13:42:02 +00:00
Martin Willi 5796aa164d - typedefs changed 2005-11-24 11:30:19 +00:00
Martin Willi c7dd2a7bf9 2005-11-23 10:12:45 +00:00