aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/sa/ikev1/tasks/quick_mode.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for draft-ietf-ipsec-nat-t-ike-03 and earlierVolker RĂ¼melin2012-12-191-4/+61
* Fix traffic selectors also as initiator in case of transport mode over NATTobias Brunner2012-12-131-1/+1
* Fix debug output if responder selected invalid traffic selectors during QMTobias Brunner2012-12-131-2/+2
* Remove all ESP proposals with non-matching DH group during Quick ModeTobias Brunner2012-10-241-10/+22
* Don't complain about multiple TS in IKEv1, as it supported with UnityMartin Willi2012-09-181-5/+0
* Derive a dynamic TS to multiple virtual IPsMartin Willi2012-09-181-23/+28
* Use the vararg list constructor in quick mode taskMartin Willi2012-09-181-16/+8
* Change traffic selectors during Quick Mode in case of a NAT in transport modeTobias Brunner2012-09-141-9/+19
* Don't use host address for dynamic TS in IKEv1 if a virtual IP was expectedMartin Willi2012-09-111-40/+57
* Add a responder narrow() hook to change TS in the kernel, but not on the wireMartin Willi2012-09-111-2/+20
* Support multiple virtual IPs on peer_cfg and ike_sa classesMartin Willi2012-08-301-14/+30
* Nonce: Let get_nonce, allocate_nonce return booleanReto Buerki2012-07-161-1/+6
* Fix SIGSEGV if kernel install fails during Quick Mode as responder.Tobias Brunner2012-06-221-4/+8
* Use traffic selectors passed to quick mode constructor as initiatorMartin Willi2012-06-081-2/+10
* Added log message if peer does not accept/provide IPComp proposal.Tobias Brunner2012-05-241-2/+12
* Added support to negotiate IPComp during Quick Mode.Tobias Brunner2012-05-241-11/+91
* Added support for IKEv1 IPComp proposals in SA payload.Tobias Brunner2012-05-241-2/+2
* Fix memleak during Quick Mode in case no SPI can be allocated from kernel.Tobias Brunner2012-05-241-8/+8
* Flush task queues explicitly, not implicitly if task returns ALREADY_DONEMartin Willi2012-05-211-0/+3
* Remove executable flag from source files.Tobias Brunner2012-05-181-0/+0
* Use nonce_gen instead of rng to generate noncesAdrian-Ken Rueegsegger2012-05-181-6/+6
* allow private algorithmsAndreas Steffen2012-05-051-2/+8
* Use name from initialization to access settings in libcharon.Tobias Brunner2012-05-031-1/+1
* Use UDP encapsulation even in non-NAT situation if initiator requests itMartin Willi2012-03-201-13/+14
* Support inactivity timeout in IKEv1 CHILD_SAsMartin Willi2012-03-201-1/+24
* Invoke bus_t.narrow hook in quick mode exchangeMartin Willi2012-03-201-7/+36
* Invoke child_rekey hook instead of child_updown when rekeying a quick modeMartin Willi2012-03-201-2/+28
* Simplified DPD handling by using a task for a single message onlyMartin Willi2012-03-201-1/+1
* Isakmp_dpd task added.Clavister OpenSource2012-03-201-1/+1
* Enforce encapsulation mode of configuration, in case initiator proposes bothMartin Willi2012-03-201-1/+2
* Install quick mode CHILD_SAs with negotiated encapsulation modeMartin Willi2012-03-201-12/+17
* As responder, try to reuse the reqid of the CHILD_SA the initiator is rekeyingMartin Willi2012-03-201-0/+38
* Reply quick mode with the same SA lifetime that we receivedMartin Willi2012-03-201-4/+4
* Do not query CHILD_SA during delete if they already expiredMartin Willi2012-03-201-1/+1
* Support installing of quick mode SAs with a specific reqidMartin Willi2012-03-201-2/+14
* Double check that we could select a TS as quick mode responderMartin Willi2012-03-201-3/+3
* Don't process notifies in quick mode task when we get an INFORMATIONALMartin Willi2012-03-201-1/+2
* Implemented migration of quick mode taskMartin Willi2012-03-201-5/+23
* Check if a config has been selected before narrowing selectors in quick modeMartin Willi2012-03-201-2/+5
* Separated libcharon/sa directory with ikev1 and ikev2 subfoldersMartin Willi2012-03-201-0/+947