aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* starter: Don't define any hard-coded proposal stringsTobias Brunner2017-10-101-9/+0
* 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-0211-14/+38
* libimcv: Renamed SW Request to SWIMA RequestAndreas Steffen2017-09-271-1/+1
* 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-193-6/+6
* 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
* 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
* 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
* 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
* sec-updater: Import SWID tags of updated packagesAndreas Steffen2017-09-093-57/+207
* 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
* 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
* 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
* android: Cache CRLs in app directoryTobias Brunner2017-09-043-10/+132
* android: Pass absolute path to the app's data directory via JNITobias Brunner2017-09-042-6/+11
* android: Hide app selection in profile editor on Android < 5Tobias Brunner2017-09-042-0/+9