aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* eap-radius: Optionally send Class attributes in RADIUS accounting messagesTobias Brunner2017-11-024-21/+87
* ikev2: Abort make-before-break reauth if we don't find children to recreateTobias Brunner2017-11-021-1/+19
* openssl: Also load EC keys from an ENGINETobias Brunner2017-11-025-155/+168
* libcharon: Added Cisco FlexVPN Supported VIDAndreas Steffen2017-10-271-0/+2
* unit-tests: Fix "using integer constants in boolean context" warningTobias Brunner2017-10-231-12/+12
* streams: Remove registered systemd stream serviceTobias Brunner2017-10-181-0/+3
* streams: Named systemd sockets are only supported since systemd v227Tobias Brunner2017-10-132-0/+10
* starter: Add the correct keywords header file to EXTRA_DISTTobias Brunner2017-10-122-3/+3
* watcher: Don't notify watcher if removed FD was not foundTobias Brunner2017-10-101-2/+6
* stream: Add basic stream service for systemd socketsaszlig2017-10-104-0/+118
* starter: Don't define any hard-coded proposal stringsTobias Brunner2017-10-101-9/+0
* configure: Also check for libcrypto on WindowsTobias Brunner2017-10-101-5/+12
* openssl: Fix call of X509_CRL_get0_signature() with OpenSSL 1.1.0Tobias Brunner2017-10-101-3/+3
* kernel-netlink: Add strings for newer XFRM attribute typesTobias Brunner2017-10-061-1/+6
* configure: Fix gperf length parameter determinationTobias Brunner2017-10-0212-15/+39
* libimcv: Renamed SW Request to SWIMA RequestAndreas Steffen2017-09-271-1/+1
* 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
|/