aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/sa/tasks/ike_init.c
Commit message (Collapse)AuthorAgeFilesLines
* Match to private use algorithms only if we know we are talking to strongSwanMartin Willi2010-01-071-1/+4
|
* Add an option to send a vendor ID, allows us to properly support private ↵Martin Willi2010-01-071-8/+0
| | | | extensions
* Do not increase the invalid-KE/Cookie retry counter for additional keyingtry ↵Martin Willi2009-09-241-1/+3
| | | | attempts
* Cleaned up some code of the mediation extension.Tobias Brunner2009-09-041-1/+1
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-47/+47
|
* Simplified the search for ME_CONNECTID notifies.Tobias Brunner2009-09-021-42/+5
|
* Fixed some typos; whitespace cleanup.Tobias Brunner2009-09-021-5/+5
|
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
|
* merged multi-auth branch back into trunkMartin Willi2009-04-141-19/+22
|
* pass SKd to derive_ike_keys() to have a more interoperable APIMartin Willi2008-11-281-29/+38
|
* added hooks for IKE and CHILD keymatMartin Willi2008-10-301-0/+8
|
* moved CHILD_SA key derivation to keymat_tMartin Willi2008-10-291-2/+2
| | | | passing key chunks to CHILD_SA, not the PRF
* do not store DH redundant in keymatMartin Willi2008-10-291-12/+11
|
* moved key derivation and management into keymat objectMartin Willi2008-10-281-61/+35
| | | | | | allows secured implementation of key management (e.g. in kernel or HW) only IKE keys for now
* store IKE proposal implicitly during derive_keysMartin Willi2008-10-281-17/+1
|
* re-established all previous AUD level messagesAndreas Steffen2008-10-171-2/+2
|
* reintegrated bus-refactoring branchMartin Willi2008-10-141-19/+18
|
* some more changes to IKE_SA and CHILD_SA loggingAndreas Steffen2008-07-221-1/+2
|
* introduced an additional bus->signal parameter for signal specific dataMartin Willi2008-07-181-13/+13
| | | | added SIG_IKE/SIG_CHD macros for signal emitting
* log received vendor id as a hex valueAndreas Steffen2008-06-271-0/+9
|
* display selected IKE proposal in ipsec statusallAndreas Steffen2008-06-221-4/+20
|
* DNS resolving of ike_cfg hosts dynamically on demandMartin Willi2008-06-061-1/+1
|
* added API for random number generators, served through credential factoryMartin Willi2008-04-151-14/+13
| | | | ported randomizer_t to a rng_t on top of /dev/(u)random (plugin random)
* demoted more notify debug messages to level 24.2.0Andreas Steffen2008-04-021-2/+2
|
* demoted received notify debug message to level 2Andreas Steffen2008-04-011-1/+1
|
* stopping connectivity checks on the responders side after receiving an ↵Tobias Brunner2008-04-011-1/+61
| | | | IKE_SA_INIT request with the proper ME_CONNECTID
* signal fixedTobias Brunner2008-03-311-2/+2
|
* added equals() method to peer_cfg, ike_cfg, proposals, auth_infoMartin Willi2008-03-261-3/+3
| | | | | | allows easier merging of ipsec.conf connections replaced some iterators through enumerators made proposals algorithm_t private using enumerator
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-131-10/+5
|
* connection name to IKE_SA initiatingAndreas Steffen2007-09-151-1/+2
|
* fixed payload order (Nonce, KE) for IKE_SA_INITMartin Willi2007-07-161-3/+11
|
* added PDF support for CHILD_SAsMartin Willi2007-04-191-66/+47
| | | | support for INVALID_KE_PAYLOAD negotiation for rekeying
* restructured file layoutMartin Willi2007-04-101-16/+14
| | | | | | | | | new configuration structure: peer_cfg: configuration related to a peer (authenitcation, ...= ike_cfg: config to use for IKE setup (proposals) child_Cfg: config for CHILD_SA (proposals, traffic selectors) a peer_cfg has one ike_cfg and multiple child_cfg's stroke now uses fixed count of threads
* added retry limit for IKE_SA_INIT (give up after 5 cookie failures)Martin Willi2007-03-291-0/+15
|
* fixed child rekey collisionMartin Willi2007-03-211-0/+17
| | | | | implemented ike rekey collision
* not detaching from bus when IKE_SA_INIT is retriedMartin Willi2007-03-131-4/+3
|
* implemented cookies as initiatorMartin Willi2007-03-081-8/+40
| | | | proper logging of notifies in IKE_SA setup
* fixed double free bugMartin Willi2007-03-051-4/+3
|
* merged tasking branch into trunkMartin Willi2007-02-281-0/+536