aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Version bump to 5.6.1dr35.6.1dr3Andreas Steffen2017-09-262-2/+2
* SWIMA attribute name changesAndreas Steffen2017-09-2611-36/+36
* kernel-pfroute: Delay call to if_indextoname(3) when handling RTM_IFINFOTobias Brunner2017-09-261-0/+5
* controller: Consider any IKE_SA destruction as success when terminatingTobias Brunner2017-09-251-4/+1
* configure: Detect type of length parameter for gperf generated functionTobias Brunner2017-09-194-6/+21
* utils: Include stdint.hTobias Brunner2017-09-191-0/+1
* sec-updater: Make sure `success` is initializedTobias Brunner2017-09-181-1/+1
* dhcp: Fix warning regarding unaligned pointer value due to packed structTobias Brunner2017-09-181-1/+1
* dhcp: Don't use signed char for DHCP optionsTobias Brunner2017-09-181-1/+1
* imv-agent: Fix get_attribute() call for preferred languageTobias Brunner2017-09-181-2/+2
* bliss: Fix compile error of unit tests due to uninitialized variableTobias Brunner2017-09-181-1/+1
* travis: Use Clang 4.0 instead of 3.9 due to va_start() warningsTobias Brunner2017-09-181-0/+13
* settings: Fix possible undefined behavior with va_start() and boolTobias Brunner2017-09-182-4/+6
* Define MODP_CUSTOM constructors as variadic functionsTobias Brunner2017-09-188-22/+28
* libtnccs: Correctly read dlopen_use_rtld_now optionTobias Brunner2017-09-182-2/+2
* plugin-loader: Correctly read dlopen_use_rtld_now optionTobias Brunner2017-09-181-1/+1
* android: New release after adding delta CRL support and some bug fixesTobias Brunner2017-09-181-2/+2
* android: Ignore IllegalArgumentException for multicast addressesTobias Brunner2017-09-181-2/+23
* openssl: Add support for delta CRLsTobias Brunner2017-09-182-19/+74
* certificates: Use shared destructor for x509_cdp_tTobias Brunner2017-09-186-46/+22
* child-create: Don't consider a DH group mismatch as failure as responderTobias Brunner2017-09-181-1/+0
* libipsec: Make sure to expire the right SATobias Brunner2017-09-181-2/+9
* Merge branch 'libipsec-ip-frag'Tobias Brunner2017-09-1812-7/+1374
|\
| * testing: Add libipsec/net2net-cert-ipv6 scenarioTobias Brunner2017-09-1811-0/+1311
| * ip-packet: Correctly determine protocol in fragmented IPv6 packetsTobias Brunner2017-09-181-6/+57
| * ip-packet: Fix "packet too short" error when parsing fragmented IPv4 packetsTobias Brunner2017-09-181-1/+6
|/
* Merge branch 'tkm-cid-ref'Tobias Brunner2017-09-155-35/+157
|\
| * charon-tkm: Reset ESA on child SA create failureAdrian-Ken Rueegsegger2017-09-151-0/+1
| * charon-tkm: Check for error when acquiring ESA IDAdrian-Ken Rueegsegger2017-09-151-0/+7
| * charon-tkm: Fix AE context life-cycle handlingAdrian-Ken Rueegsegger2017-09-151-7/+10
| * charon-tkm: Return current refcount when releasing IDAdrian-Ken Rueegsegger2017-09-153-23/+23
| * charon-tkm: Add acquire_ref method to ID managerAdrian-Ken Rueegsegger2017-09-153-0/+108
| * charon-tkm: Store context ids as int instead of boolAdrian-Ken Rueegsegger2017-09-151-5/+8
| * charon-tkm: Add missing whitespace log messageAdrian-Ken Rueegsegger2017-09-151-1/+1
|/
* child-delete: Only let SAs expire naturally if they not already didTobias Brunner2017-09-151-1/+1
* Version bump to 5.6.1dr25.6.1dr2Andreas Steffen2017-09-133-5/+7
* sec-updater: Import SWID tags of updated packagesAndreas Steffen2017-09-095-57/+237
* libimcv: Corrected captionAndreas Steffen2017-09-091-1/+1
* pt-tls-client: Introduced --options as a synonym for --optionsfromAndreas Steffen2017-09-092-3/+4
* sec-updater: Write to log only if at least one update is found.Andreas Steffen2017-09-072-19/+98
* android: New release after adding OCSP, CRL cache and some other stuffTobias Brunner2017-09-041-2/+2
* testing: Reduce log level of SSH clientTobias Brunner2017-09-041-0/+1
* ike: Reset local SPI if retrying to connect in state IKE_CONNECTINGTobias Brunner2017-09-043-11/+19
* ike-sa-manager: Add method to change the initiator SPI of an IKE_SATobias Brunner2017-09-042-4/+99
* ike-init: Fail if DH group in KE payload does not match proposed groupTobias Brunner2017-09-041-1/+5
* Merge branch 'android-updates'Tobias Brunner2017-09-0420-73/+457
|\
| * android: Add disconnect button to dialog if already connected to profileTobias Brunner2017-09-041-31/+54
| * android: Load x509 plugin to generate OCSP requests and parse responsesTobias Brunner2017-09-041-1/+1
| * android: Add support to POST data via SimpleFetcherTobias Brunner2017-09-042-6/+62
| * android: Add option to clear cached CRLsTobias Brunner2017-09-049-1/+146