aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Version bump to 5.5.35.5.3Andreas Steffen2017-05-292-4/+4
* NEWS: Add info about CVE-2017-9022/23Tobias Brunner2017-05-291-0/+12
* x509: nameConstraints sequence does not require a loopAndreas Steffen2017-05-291-2/+1
* unit-tests: Updated asn1-parser testsAndreas Steffen2017-05-291-1/+105
* asn1-parser: Fix CHOICE parsingAndreas Steffen2017-05-293-75/+134
* gmp: Make sure the modulus is odd and the exponent not zeroTobias Brunner2017-05-291-1/+6
* imv-swid: Fixed memory leak in http REST interfaceAndreas Steffen2017-05-291-17/+19
* leak-detective: Whitelisted memory leaks in FHH IMCs and IMVsAndreas Steffen2017-05-291-0/+3
* imv-test: Fixed memory leak in server retry use caseAndreas Steffen2017-05-291-0/+2
* libtnccs: Fixed memory leak of global variables in libxml2Andreas Steffen2017-05-291-1/+4
* ike-cfg: Fix memory leak when matching against rangesTobias Brunner2017-05-291-1/+1
* NEWS: Added some newsTobias Brunner2017-05-261-0/+40
* ike: Apply retransmission_limit before applying the jitterTobias Brunner2017-05-262-8/+8
* eap-sim-file: Remove redundant enumerator allocationTobias Brunner2017-05-261-1/+1
* sql: Remove redundant enumerator allocationTobias Brunner2017-05-261-1/+1
* testing: Add wrapper around service commandTobias Brunner2017-05-261-0/+22
* Fixed some typos, courtesy of codespellTobias Brunner2017-05-2610-13/+13
* apidoc: Add legacy README so links get properly resolvedTobias Brunner2017-05-262-2/+2
* testing: Added swanctl/rw-eap-md5-id-rsa scenarioAndreas Steffen2017-05-269-0/+160
* README: Converted to swanctl configuration schemeAndreas Steffen2017-05-262-1146/+1842
* Merge branch 'variadic-enumerators'Tobias Brunner2017-05-26128-1961/+2911
|\
| * linked-list: Change return value of find_first() and signature of its callbackTobias Brunner2017-05-2629-397/+525
| * linked-list: Change interface of callback for invoke_function()Tobias Brunner2017-05-269-54/+98
| * linked-list: invoke_offset() doesn't take any additional arguments anymoreTobias Brunner2017-05-263-18/+16
| * Change interface for enumerator_create_filter() callbackTobias Brunner2017-05-2650-929/+1331
| * Migrate all enumerators to venumerate() interface changeTobias Brunner2017-05-2668-560/+851
| * enumerator: Add venumerate() method to enumerator_t that takes a va_listTobias Brunner2017-05-262-8/+51
| * utils: Add helper macros to read variadic arguments into local variablesTobias Brunner2017-05-261-2/+46
|/
* testing: Fix ikev2/two-certs scenarioTobias Brunner2017-05-261-1/+1
* Merge branch 'sha-256-96'Tobias Brunner2017-05-2613-1/+48
|\
| * vici: Make 96-bit truncation for SHA-256 configurableTobias Brunner2017-05-262-0/+20
| * stroke: Make 96-bit truncation for SHA-256 configurableTobias Brunner2017-05-269-1/+17
| * child-cfg: Optionally use 96-bit truncation for HMAC-SHA-256Tobias Brunner2017-05-262-0/+11
|/
* android-log: Link against liblogTobias Brunner2017-05-261-0/+1
* unit-tests: Fix test_chunk_eq() if arguments have side-effectsTobias Brunner2017-05-241-1/+1
* Merge branch 'avoid-rekey-loss'Tobias Brunner2017-05-2317-395/+1667
|\
| * unit-tests: Check installed IPsec SAs in child-rekey testsTobias Brunner2017-05-231-3/+94
| * unit-tests: Add assert to check for installed IPsec SAsTobias Brunner2017-05-232-3/+115
| * unit-tests: Migrate cached IPsec SAs to new IKE_SAs during rekeyingTobias Brunner2017-05-231-0/+42
| * unit-tests: Keep track of installed IPsec SAs in mock kernel_ipsec_t implemen...Tobias Brunner2017-05-232-4/+136
| * child-delete: Delay the removal of the inbound SA of rekeyed CHILD_SAsTobias Brunner2017-05-234-128/+422
| * delete-child-sa-job: Add new constructor that takes the unique ID of a CHILD_SATobias Brunner2017-05-232-13/+69
| * child-sa: Remove state to track installation of half the SA againTobias Brunner2017-05-236-62/+47
| * unit-tests: Overload helper macro to check for outbound SA stateTobias Brunner2017-05-231-2/+30
| * child-sa: Expose state of the outbound SATobias Brunner2017-05-232-17/+61
| * child-sa: Add method to remove the outbound SA and policiesTobias Brunner2017-05-232-5/+78
| * child-sa: Keep track whether the outbound SA has been installed or notTobias Brunner2017-05-231-8/+13
| * child-delete: Track flags per individual CHILD_SATobias Brunner2017-05-231-47/+78
| * ikev2: Delay installation of outbound SAs during rekeying on the responderTobias Brunner2017-05-234-30/+124
| * child-sa: Add log message for CHILD_SA state changesTobias Brunner2017-05-231-0/+4