aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins
Commit message (Expand)AuthorAgeFilesLines
...
* Added get_array() method to ntru_poly_t classAndreas Steffen2014-02-275-156/+57
* Defined ntru_poly_create_from_seed() and ntru_poly_create_from_data() constru...Andreas Steffen2014-02-275-131/+100
* Optimized use of temporary arrays in polynomial multiplicationAndreas Steffen2014-02-272-24/+24
* Implement ring multiplication methodAndreas Steffen2014-02-273-99/+228
* index limit can be easily computedAndreas Steffen2014-02-195-42/+18
* uclibc only defines strndup(3) if _GNU_SOURCE is definedTobias Brunner2014-02-191-2/+2
* sshkey: uclibc only defines fmemopen(3) if _GNU_SOURCE is definedTobias Brunner2014-02-191-0/+1
* Created ntru_poly class for sparse trinary polynomialsAndreas Steffen2014-02-188-434/+455
* plugin-loader: Escape <ns> in comment as Doxygen sees this as XML tagTobias Brunner2014-02-181-2/+2
* plugin-loader: Optionally use load option in each plugin section to load pluginsTobias Brunner2014-02-122-4/+144
* lib: All settings use configured namespaceTobias Brunner2014-02-1215-35/+35
* rdrand: Provide get_features() regardless of RDRAND availabilityMartin Willi2014-02-101-6/+6
* rdrand: Move RDRAND detection log to level 2Martin Willi2014-02-101-2/+2
* pem: Use chunk_map() instead of non-portable mmap()Martin Willi2014-01-231-29/+6
* curl: Replace spaces in URIs with %20Tobias Brunner2014-01-231-3/+14
* agent: Keep CAP_DAC_OVERRIDE to connect to ssh-agent socketTobias Brunner2014-01-232-2/+7
* min_MGF_hash_calls parameter is not needed anymoreAndreas Steffen2013-12-072-18/+0
* Optimized MGF1 implementationAndreas Steffen2013-12-071-8/+13
* Implemented ntru_trits classAndreas Steffen2013-12-078-291/+292
* Streamlined DRBG and MGF1 debug outputAndreas Steffen2013-12-073-14/+20
* Added own MGF1 mask generating functionAndreas Steffen2013-12-0510-436/+536
* unit-tests: Export ntru_drbg_create as testable function so no linking is req...Tobias Brunner2013-12-041-5/+7
* unit-tests: Move ntru_test_rng_t to a utility class in libtestTobias Brunner2013-12-043-137/+0
* ntru: Fix compiler warning caused by ++/-- on righthand side of an assignmentTobias Brunner2013-12-041-4/+4
* Added DRBG automatic reseeding testsAndreas Steffen2013-11-271-2/+2
* Use strongSwan hash plugins for SHA-1 and SHA-256Andreas Steffen2013-11-2720-2764/+178
* Cleaned up ntru-crypto libraryAndreas Steffen2013-11-2711-474/+8
* Implemented NIST SP 800-90A DRBG_HMAC with SHA-256Andreas Steffen2013-11-2714-1533/+550
* unit-tests: Added ntru wrong ciphertext testAndreas Steffen2013-11-271-0/+1
* unit-tests: Added ntru entropy, retransmission and ciphertext testsAndreas Steffen2013-11-271-0/+5
* Any of the four NTRU parameter sets can be selectedAndreas Steffen2013-11-272-45/+76
* Make the NTRU parameter set configurableAndreas Steffen2013-11-271-14/+47
* unit-tests: first NTRU test caseAndreas Steffen2013-11-271-1/+1
* Prototype implementation of IKE key exchange via NTRU encryptionAndreas Steffen2013-11-2735-0/+9332
* openssl: Verify that a peer's ECDH public value is a point on the elliptic curveTobias Brunner2013-11-191-0/+5
* Implemented libstrongswan.plugins.random.strong_equals_true optionAndreas Steffen2013-11-163-0/+22
* plugin-loader: Convenience function added to add plugin dirs in build treeTobias Brunner2013-11-062-0/+28
* pki: Replace BUILD_FROM_FD with passing a chunk via BUILD_BLOBTobias Brunner2013-10-232-61/+12
* openssl: Add workaround if ECC Brainpool curves are not definedTobias Brunner2013-10-171-11/+247
* openssl: Add support for ECC Brainpool curves for DH, if defined by OpenSSLTobias Brunner2013-10-172-6/+51
* ccm: Add missing comma in get_iv_gen method signatureTobias Brunner2013-10-111-1/+1
* iv_gen: aead_t implementations provide an IV generatorTobias Brunner2013-10-113-0/+46
* unbound: Add support for DLV (DNSSEC Lookaside Validation)Tobias Brunner2013-10-111-12/+23
* database: Add support for serializable transactionsTobias Brunner2013-10-112-3/+16
* sqlite: Implement transaction handlingTobias Brunner2013-10-111-6/+83
* mysql: Implement transaction handlingTobias Brunner2013-10-111-7/+119
* database: Add interface to handle transactionsTobias Brunner2013-10-112-0/+44
* mysql: Ensure connections are properly released in multi-threaded environmentsTobias Brunner2013-10-111-14/+23
* Remove HASH_PREFERRED, usages are replaced with HASH_SHA1, which is required ...Tobias Brunner2013-10-113-6/+6
* openssl: Properly log FIPS mode when enabled via openssl.confTobias Brunner2013-09-271-5/+13