aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins
Commit message (Expand)AuthorAgeFilesLines
* Moved Ed25519 tests to libstrongswanAndreas Steffen2016-12-146-646/+6
* Implemented EdDSA for IKEv2 using a pro forma Identity hash functionAndreas Steffen2016-12-144-0/+77
* Added Ed25519 ref10 implementation from libsodiumAndreas Steffen2016-12-1412-16/+5785
* Added support of EdDSA signaturesAndreas Steffen2016-12-1414-14/+769
* openssl: BoringSSL doesn't provide curve data for ECC Brainpool curvesTobias Brunner2016-12-101-1/+4
* 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-147-0/+462
* test-vectors: Add a Curve25519 DH test vectorMartin Willi2016-11-143-0/+36
* added XOF dependencies of bliss and ntru pluginsAndreas Steffen2016-10-182-4/+26
* newhope: Fix Doxygen group nameTobias Brunner2016-10-141-1/+1
* 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
* 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
* 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
* gmp: Support of SHA-3 RSA signaturesAndreas Steffen2016-09-229-64/+96
* bliss sampler unit-test: Fixed enumeration typeAndreas Steffen2016-09-221-2/+2
* bliss: bliss_sampler expects XOF typeAndreas Steffen2016-09-221-4/+3
* mgf1: Refactored MGF1 as an XOFAndreas Steffen2016-09-2119-78/+564
* 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
* padlock: Use builtin bswap32() to fix compilation on FreeBSDTobias Brunner2016-08-311-6/+5
* unit-tests: Removed unused variableAndreas Steffen2016-08-111-2/+0
* unit-tests: Created newhope unit-testsAndreas Steffen2016-08-108-7/+1334
* Created newhope plugin implementing the New Hope key exchange algorithmAndreas Steffen2016-08-109-0/+1334
* xof: Added ChaCha20 stream as XOFAndreas Steffen2016-08-067-1/+306
* integrity-test: Added ntru_param_sets to read-only segmentAndreas Steffen2016-07-297-36/+96
* integrity-test: Added bliss_param_sets to read-only segmentAndreas Steffen2016-07-2914-63/+68
* integrity-test: check code and ro segments of libnttfftAndreas Steffen2016-07-291-1/+1
* Created libnttfftAndreas Steffen2016-07-2913-1272/+47
* Share twiddle factors table between 512 and 1024 point FFTAndreas Steffen2016-07-293-134/+14
* Implemented FFT with n = 1024 and q = 11289 using Montgomery arithmeticAndreas Steffen2016-07-293-8/+495
* bliss: Implemented FFT with fast Montgomery arithmeticAndreas Steffen2016-07-298-102/+294
* xof: Implemented SHAKE128 and SHAKE256 Extended Output FunctionsAndreas Steffen2016-07-2911-415/+1293
* xof: Defined Extended Output FunctionsAndreas Steffen2016-07-293-0/+43
* unit-tests: Decreased loop count of FFT speed test to 10'000Andreas Steffen2016-07-221-1/+1
* unit-tests: Added bliss_fft_speed testAndreas Steffen2016-07-221-1/+42
* Fixed some typos, courtesy of codespellTobias Brunner2016-07-041-1/+1
* plugin-loader: Allow selective modification of the default plugin listTobias Brunner2016-06-291-10/+24
* openssl: Update GCM/crypter API to OpenSSL 1.1.0Tobias Brunner2016-06-291-13/+13
* openssl: Update HMAC API to OpenSSL 1.1.0Tobias Brunner2016-06-291-9/+25
* openssl: Don't use deprecated RAND_pseudo_bytes()Tobias Brunner2016-06-291-7/+0
* openssl: Update PKCS#12 API to OpenSSL 1.1.0Tobias Brunner2016-06-291-1/+5
* openssl: Update PKCS#7 API to OpenSSL 1.1.0Tobias Brunner2016-06-291-3/+7
* openssl: Update CRL API to OpenSSL 1.1.0Tobias Brunner2016-06-291-7/+42
* openssl: Update x509 API to OpenSSL 1.1.0Tobias Brunner2016-06-291-12/+48