aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins
Commit message (Expand)AuthorAgeFilesLines
...
* Completed integration of ntru_crypto library into ntru pluginAndreas Steffen2014-03-2220-1707/+1165
* plugin-feature: Hash only the actually used feature argumentTobias Brunner2014-03-201-1/+31
* plugin-loader: Properly initialize modular plugin list if no plugins are enabledTobias Brunner2014-03-181-0/+1
* Implemented ntru_private_key classAndreas Steffen2014-03-1814-1341/+1085
* 11 bits are needed to encode a maximum index of 1086Andreas Steffen2014-03-151-1/+1
* Refactored NTRU parameter set selectionAndreas Steffen2014-03-073-40/+47
* Refactored ntru_param_setsAndreas Steffen2014-03-079-246/+175
* Optimize ntru_poly constructors some more5.1.2Andreas Steffen2014-02-271-26/+24
* Optimized initialisation of indicesAndreas Steffen2014-02-271-50/+39
* 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