aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* charon-tkm: Store remote SPI in SADReto Buerki2015-02-201-1/+1
* charon-tkm: Make CHILD/ESP SA database publicReto Buerki2015-02-203-22/+15
* charon-tkm: Fix logger entity name in tests.cReto Buerki2015-02-201-2/+2
* ike: Consistently log CHILD_SAs with their unique_id instead of their reqidMartin Willi2015-02-208-11/+13
* unity: Reference IKE_SAs by the IKEv1 COOKIEs, improving lookup performanceMartin Willi2015-02-203-14/+17
* ike-sa-manager: Remove IKE_SA checkout by CHILD_SA reqidMartin Willi2015-02-205-40/+16
* migrate-job: Do CHILD_SA reqid lookup locallyMartin Willi2015-02-202-26/+21
* kernel-interface: Raise mapping event with a proto/SPI/dst tupleMartin Willi2015-02-208-41/+75
* inactivity-job: Schedule job by CHILD_SA unique ID instead of reqidMartin Willi2015-02-204-23/+17
* charon-tkm: Fix compilation of ees_callback.cReto Buerki2015-02-201-3/+5
* kernel-interface: Raise expires with a proto/SPI/dst tuple instead of reqidMartin Willi2015-02-2020-118/+124
* controller: Use the CHILD_SA unique_id to terminate CHILD_SAsMartin Willi2015-02-206-38/+24
* swanctl: List CHILD_SA unique ID as the primary identifier, but print reqid, tooMartin Willi2015-02-201-2/+2
* stroke: List CHILD_SA unique ID as the primary identifier, but print reqid, tooMartin Willi2015-02-201-5/+6
* vici: Include the CHILD_SA unique ID in list-sa eventMartin Willi2015-02-202-0/+2
* ike: Maintain per-IKE_SA CHILD_SAs in the global CHILD_SA managerMartin Willi2015-02-203-19/+92
* child-sa-manager: Add a global manager storing CHILD_SA relationsMartin Willi2015-02-206-1/+432
* child-sa: Replace reqid based marks by "unique" marksMartin Willi2015-02-2013-74/+126
* child-sa: Introduce a unique CHILD_SA identifierMartin Willi2015-02-202-0/+24
* child-sa: Delegate reqid allocation to the kernel interfaceMartin Willi2015-02-201-15/+46
* kernel-interface: Add reqid allocation and release functionsMartin Willi2015-02-202-1/+329
* traffic-selector: Add a hash() methodMartin Willi2015-02-202-0/+20
* child-sa: Sort traffic selectors after adding CHILD_SA policiesMartin Willi2015-02-201-0/+3
* unit-tests: Add an initial set of traffic selector unit testsMartin Willi2015-02-203-0/+281
* traffic-selector: Add a compare function to sort traffic selectorsMartin Willi2015-02-202-34/+86
* child-sa: Remove the obsolete update logicMartin Willi2015-02-201-6/+1
* kernel-interface: Pass full list of traffic selectors to add_sa()Martin Willi2015-02-2011-34/+28
* libipsec: Remove unused src/dst_ts parameters from ipsec_sa_mgr_t.add_sa()Martin Willi2015-02-206-18/+7
* kernel-pfkey: Don't update during add_sa(), but delete SPI allocation stateMartin Willi2015-02-201-7/+18
* kernel-interface: Remove reqid parameter from get_spi/get_cpi() methodsMartin Willi2015-02-2011-56/+43
* libipsec: Remove unused reqid parameter from ipsec_sa_mgr_t.get_spi()Martin Willi2015-02-194-9/+6
* libtls: Don't send TLS close notifies in EAP after application succeedsMartin Willi2015-02-193-3/+38
* ha: Perform child rekeying outside of CHILD_SA enumeratorThomas Egerer2015-02-191-7/+22
* stroke: Double the stroke message string buffer sizeMartin Willi2015-02-061-1/+1
* starter: Fail sending stroke message if a string exceeds the buffer sizeMartin Willi2015-02-061-1/+13
* x509: Fix public key reference leak if authority key identifier does not matchMartin Willi2015-02-061-10/+12
* vici: Fix ruby gem author emailMartin Willi2015-01-221-1/+1
* trusted_enumerate requires an additional argumentAndreas Steffen2015-01-211-1/+1
* vici: Fix README example encoding element type values, off by oneMartin Willi2015-01-211-10/+10
* libtls: Check for CHANGE_CIPHER_SPEC type only if upper layer returns NEED_MOREMartin Willi2015-01-121-6/+5
* starter: Fix mark_out.mask in starter_cmp_conn()Maks Naumov2015-01-121-1/+1
* _updown: Remove obsolete man pagesTobias Brunner2015-01-054-33/+0
* unit-tests: Adapted to coverity fixesAndreas Steffen2014-12-232-12/+27
* Fixed bad bit shift and sign extension errorsAndreas Steffen2014-12-234-10/+34
* bliss: Remove unnecessary cast to doubleTobias Brunner2014-12-231-1/+1
* bliss: Log type if unsupportedTobias Brunner2014-12-231-1/+1
* bliss: Make sure sampler exists after checking for it earlierTobias Brunner2014-12-231-2/+2
* pts: Do not override status with SUCCESS if length is invalidTobias Brunner2014-12-231-1/+2
* ikev2: Only touch the DH object if we have a matching proposalTobias Brunner2014-12-231-11/+17
* crypto: Define MODP_CUSTOM outside of IKE DH rangeTobias Brunner2014-12-239-14/+17