aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan
Commit message (Expand)AuthorAgeFilesLines
* settings: Fix purge if order differs from alphabetical orderTobias Brunner2017-02-071-1/+1
* libipsec: Fix Windows build via MinGWTobias Brunner2017-01-251-0/+7
* bliss: Increase timeout for sampler unit testTobias Brunner2017-01-161-2/+2
* android: Include ref10 subdirectory for curve25519 pluginTobias Brunner2017-01-161-0/+1
* revocation: OCSP and/or CRL fetching can be disabledAndreas Steffen2016-12-301-38/+71
* Moved Ed25519 tests to libstrongswanAndreas Steffen2016-12-149-141/+27
* unit-tests: Completed coverage of hasher, crypter and libnttfftAndreas Steffen2016-12-143-34/+57
* Implemented EdDSA for IKEv2 using a pro forma Identity hash functionAndreas Steffen2016-12-145-17/+108
* Added Ed25519 ref10 implementation from libsodiumAndreas Steffen2016-12-1413-16/+5789
* Added support of EdDSA signaturesAndreas Steffen2016-12-1423-35/+857
* openssl: BoringSSL doesn't provide curve data for ECC Brainpool curvesTobias Brunner2016-12-101-1/+4
* android: Optionally build the curve25519 pluginTobias Brunner2016-12-081-0/+2
* android: Optionally build the chapoly pluginTobias Brunner2016-12-081-0/+2
* plugin-loader: Strip '!' from critical plugin names when setting pathsTobias Brunner2016-11-181-1/+1
* curve22519: Add a portable backend implemented in plain CMartin Willi2016-11-144-0/+647
* curve25519: Add a plugin providing Curve25519 DH using backend driversMartin Willi2016-11-148-0/+469
* test-vectors: Add a Curve25519 DH test vectorMartin Willi2016-11-143-0/+36
* proposal: Add a curve25519 proposal keywordMartin Willi2016-11-141-0/+1
* diffie-hellman: Add DH group identifiers for Curve25519 and Curve448Martin Willi2016-11-142-3/+14
* Fixed in-place update of cached base and delta CRLsAndreas Steffen2016-10-301-4/+4
* Newer CRLs replace older versions of the CRL in the cacheAndreas Steffen2016-10-261-0/+39
* added XOF dependencies of bliss and ntru pluginsAndreas Steffen2016-10-182-4/+26
* newhope: Fix Doxygen group nameTobias Brunner2016-10-141-1/+1
* libnttfft: Fix Doxygen groupTobias Brunner2016-10-141-1/+3
* Fixed some typos, courtesy of codespellTobias Brunner2016-10-141-2/+2
* newhope: Properly release allocated arrays if RNG can't be createdTobias Brunner2016-10-141-8/+8
* mem-cred: Support storing a delta CRL together with its baseTobias Brunner2016-10-111-8/+30
* revocation: Cache valid CRL also if certificate is revokedTobias Brunner2016-10-111-10/+25
* openssl: Fix AES-GCM with BoringSSLTobias Brunner2016-10-111-3/+3
* android: MGF1 implementation was moved to a pluginTobias Brunner2016-10-111-2/+1
* ldap: Fix crash in case of empty LDAP response for CRL fetchYannick CANN2016-10-061-2/+1
* openssl: Add a generic private key loaderTobias Brunner2016-10-057-18/+129
* pkcs1: Support building of KEY_ANY private keysTobias Brunner2016-10-052-5/+73
* pkcs11: Look for the CKA_ID of the cert if it doesn't match the subjectKeyIdRaphael Geissert2016-10-041-4/+152
* watcher: Avoid allocations due to enumeratorsTobias Brunner2016-10-041-37/+83
* gmp: Support of SHA-3 RSA signaturesAndreas Steffen2016-09-2217-147/+240
* bliss sampler unit-test: Fixed enumeration typeAndreas Steffen2016-09-221-2/+2
* bliss: bliss_sampler expects XOF typeAndreas Steffen2016-09-221-4/+3
* unit-tests: MGF1 tests depend on an XOF implementation not just a hash functionTobias Brunner2016-09-211-2/+2
* mgf1: Refactored MGF1 as an XOFAndreas Steffen2016-09-2130-615/+928
* leak-detective: Fix compile warning due to unused variable if LD is disabledTobias Brunner2016-09-201-1/+1
* leak-detective: Whitelist thread ID getterTobias Brunner2016-09-201-1/+3
* leak-detective: Whitelist functions of the Ada runtime related to TaskingTobias Brunner2016-09-201-0/+4
* leak-detective: Whitelist some glib/libsoup functionsTobias Brunner2016-09-201-1/+13
* unbound: Avoid unnecessary cloning of RR list that caused a memory leakTobias Brunner2016-09-201-2/+1
* unbound: Fix memory leakTobias Brunner2016-09-201-0/+2
* leak-detective: Whitelist leak in libldapTobias Brunner2016-09-201-0/+2
* leak-detective: Optionally write report to a log fileTobias Brunner2016-09-201-10/+36
* auth-cfg-wrapper: Fix memory leak with hash-and-URL certificatesTobias Brunner2016-09-121-1/+1
* padlock: Use builtin bswap32() to fix compilation on FreeBSDTobias Brunner2016-08-311-6/+5