aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/sa/states/ike_sa_init_responded.c
Commit message (Collapse)AuthorAgeFilesLines
* - import of strongswan-2.7.0Martin Willi2006-04-281-695/+0
| | | | | - applied patch for charon
* - reworked usage of IDs in various statesMartin Willi2006-04-271-21/+13
| | | | | | - using ID_ANY for any, not NULL as before - initiator sends IDr payload in IKE_AUTH when ID unique
* - split up in libstrong, charon, stroke, testing doneMartin Willi2006-04-101-16/+17
| | | | | | | | | - new leak detective with malloc hook in library - useable, but needs improvements - logger_manager has now a single instance per library - allows use of loggers from any linking prog - a LOT of other things
* ../svn-commit.tmpMartin Willi2006-04-051-2/+2
|
* - starter work on asn1 with der de/encoderMartin Willi2006-03-241-1/+1
| | | | | | - RSA private and public key can load read key from ASN1 DER - some other fixes here and there
* - rewrite of logger_manager, uses now one instance per contextMartin Willi2006-03-231-3/+2
| | | | | | | - cleanups for logger here and there - removed critical flag check in payload verification (conformance to IKEv2) - so thats and theres everywere... ;-)
* - works quite well now with ipsec.conf & ipsec starterMartin Willi2006-03-201-12/+13
|
* - reworked configuration framework completlyMartin Willi2006-03-161-20/+22
| | | | | | - configuration is now split up in: connections, policies, credentials and daemon config - further alloc/free fixes needed!
* - configuration_manager replaced by configuration_t interfaceMartin Willi2006-03-071-1/+1
| | | | | | | | - 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
* - working policy installation and removalMartin Willi2006-03-011-2/+3
|
* - fixed policy setup bugMartin Willi2006-02-231-34/+75
|
* - proposal setup implementation begunMartin Willi2006-02-221-63/+99
|
* - installing of child sa worksMartin Willi2006-02-161-7/+15
| | | | | - need correct IP adresses to actually use IPsec
* - refactored ike proposalMartin Willi2006-02-141-3/+3
| | | | | | | | - 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
* - key derivation for child_sa worksMartin Willi2006-02-101-39/+14
|
* - some fixes here and thereMartin Willi2006-02-091-0/+21
|
* - fixed memleaksMartin Willi2006-02-091-2/+10
|
* - works with new proposal codeMartin Willi2006-02-091-8/+24
| | | | | - still some(!) memleaks
* - fixed alot of bugs in child_proposalMartin Willi2006-02-081-30/+28
| | | | | - near to working state ;-)
* - fixed some BAD bugsMartin Willi2005-12-121-14/+10
| | | | | - clean localhost-testcases for bad_dh, shared and rsa
* - added todo's Jan Hutter2005-12-121-6/+2
|
* - logging cleanup in statesMartin Willi2005-12-071-1/+1
|
* - added support for empty traffic selectors and empty sa payload in Jan Hutter2005-12-071-4/+10
| | | | IKE_AUTH request and reply
* - cleanup of states ike_auth_requested and ike_sa_init_respondedMartin Willi2005-12-071-119/+94
|
* ../svn-commit.tmpMartin Willi2005-12-071-23/+25
|
* - implemented jobs DELETE_HALF_OPEN_IKE_SA and DELETE_ESTABLISHED_IKE_SAJan Hutter2005-12-061-0/+1
|
* - code cleanedJan Hutter2005-12-061-77/+123
|
* - added payload CERTJan Hutter2005-12-051-10/+96
| | | | | | - cleaned code of different states - added additional notify handling
* - preshared secrets are now retrieved over configuration_managerJan Hutter2005-12-031-2/+2
|
* - authentication with preshared key working but code MUST be cleanedJan Hutter2005-12-031-33/+63
|
* - started to implement authenticator_tJan Hutter2005-12-021-5/+27
|
* - fixed id bugsMartin Willi2005-12-021-5/+6
|
* - fixed id bugMartin Willi2005-12-021-7/+13
|
* fixed different bugs when checking out ike sa and retransmitting Jan Hutter2005-12-021-2/+3
| | | | requests
* - state ike_auth_requestedMartin Willi2005-12-021-1/+1
| | | | | - does now establishing of IKE_SA in both directions
* - added new job type retransmit_request_job_tJan Hutter2005-12-021-16/+8
| | | | - fixed memory leaks
* - fixed memleakMartin Willi2005-12-021-4/+4
|
* - state ike_sa_init_responded implemented (has some memleaks)Martin Willi2005-12-021-99/+246
|
* - fixed bugsJan Hutter2005-12-011-0/+1
|
* - new configuration support added to ike_sa and statesJan Hutter2005-12-011-2/+1
|
* - implemented sa_configMartin Willi2005-12-011-66/+108
| | | | | | | | - uses identification - and host - untested - ts need further tuning
* - fixed message ruleMartin Willi2005-11-301-0/+120
| | | | - decryption attempt
* - changed allocation behaviorMartin Willi2005-11-291-2/+1
|
* - return value cleanupMartin Willi2005-11-281-6/+1
|
* - changed interface of ike_saJan Hutter2005-11-251-4/+3
| | | | - states can access ike_sa fields now just with functions
* - typedefs changedMartin Willi2005-11-241-2/+4
|
* (no commit message)Martin Willi2005-11-231-0/+132