aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* proposal: Use proper list to get function pointer when adding custom parserThomas Egerer2016-08-291-1/+1
* android: Add missing xof.c fileTobias Brunner2016-08-291-0/+1
* xof: Add header to dev headersTobias Brunner2016-08-291-1/+2
* utils: Fix definition of BYTE_ORDER with MinGWTobias Brunner2016-08-241-1/+5
* unit-tests: Removed unused variableAndreas Steffen2016-08-111-2/+0
* unit-tests: Created newhope unit-testsAndreas Steffen2016-08-109-7/+1338
* Created newhope plugin implementing the New Hope key exchange algorithmAndreas Steffen2016-08-1013-1/+1347
* xof: Added ChaCha20 stream as XOFAndreas Steffen2016-08-069-3/+311
* utils: Defined uletoh16() and htole16()Andreas Steffen2016-08-061-0/+42
* 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-297-32/+46
* Created libnttfftAndreas Steffen2016-07-2919-121/+258
* 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-2912-5/+520
* Added SHA-3 signature OIDsAndreas Steffen2016-07-261-1/+10
* 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
* leak-detective: Try to properly free allocations after deinitializationTobias Brunner2016-06-291-0/+13
* openssl: Whitelist OPENSSL_init_crypto() and others in leak detectiveTobias Brunner2016-06-291-0/+4
* 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
* openssl: Update ECDSA API to OpenSSL 1.1.0Tobias Brunner2016-06-292-5/+24
* openssl: Update RSA API to OpenSSL 1.1.0Tobias Brunner2016-06-292-16/+52
* openssl: Make some utilities take const BIGNUM pointersTobias Brunner2016-06-292-4/+6
* openssl: Add macro to define fallback functions for non-opaque OpenSSL versionsTobias Brunner2016-06-291-0/+38
* openssl: Update DH API to OpenSSL 1.1.0Tobias Brunner2016-06-291-11/+41
* openssl: Update crypter API to OpenSSL 1.1.0Tobias Brunner2016-06-291-12/+17