aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests
Commit message (Expand)AuthorAgeFilesLines
* Use rejection sampling in BigInt::random_integerJack Lloyd2016-03-161-5/+2
* Merge GH #454 X.509 name constraintsJack Lloyd2016-03-1612-7/+289
|\
| * Changes from GH #454 reviewJack Lloyd2016-03-161-0/+0
| * X.509 Name ConstraintsKai Michaelis2016-03-1013-7/+289
* | Fix off by one in ressolJack Lloyd2016-03-151-0/+43
* | Trivial warning fixesJack Lloyd2016-03-091-3/+3
* | Merge GH #446 add --module-policy optionJack Lloyd2016-03-062-9/+18
|\ \
| * | Add option --module-policyJack Lloyd2016-03-062-9/+18
* | | Remaining cppcheck fixes that are not covered by GH #444Daniel Neus2016-03-053-5/+66
|/ /
* | cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli...Daniel Neus2016-03-053-5/+5
* | Skip bzip2 compression in entropy tests on OS X due to GH #394Jack Lloyd2016-03-021-0/+7
|/
* Add more tests for modular inverseJack Lloyd2016-02-212-4/+475
* For odd moduli use a input-independent modular inverse algorithm.Jack Lloyd2016-02-202-2/+44
* Add tests and timings for inverse_modJack Lloyd2016-02-202-2/+52
* Split up BigInt testsJack Lloyd2016-02-1713-2727/+2408
* Add constant time conditional swap, add, sub for bigint wordsJack Lloyd2016-02-172-0/+130
* Check result of dynamic_castJack Lloyd2016-02-091-10/+17
* Removes randomization from choice of keys in X509 test.Jack Lloyd2016-02-091-17/+15
* Fix memory leaks in FFI testsJack Lloyd2016-02-091-7/+16
* V816 It is more efficient to catch exception by reference rather than by valu...Daniel Neus2016-02-081-1/+1
* V814 Decreased performance. The 'strlen' function was called multiple times i...Daniel Neus2016-02-081-2/+1
* Remove dead write. Closes GH #401Jack Lloyd2016-02-071-2/+5
* Fix two bugs in 1.11.27 which caused test failures.1.11.28Jack Lloyd2016-02-011-0/+5
* Fix heap overflow in ECC point multiplicationJack Lloyd2016-02-012-0/+52
* Fix (nearly) infinite loop in RESSOL (modular square root).Jack Lloyd2016-02-012-0/+31
* Blake2b: add 'abc' test vectorcynecx2016-01-261-0/+3
* Add Blake2b hash functioncynecx2016-01-261-0/+3111
* Merge GH #410 enable -WpedanticJack Lloyd2016-01-171-1/+1
|\
| * Enable -Wpedantic on gcc and clangRené Korthaus2016-01-131-1/+1
* | Avoid test failures in KEM when KDF is not found.Jack Lloyd2016-01-172-19/+44
|/
* Get rid of "extra ';'" warnings and force semicolon after macrosSimon Warta2016-01-111-1/+2
* Mass-prefix member vars with m_René Korthaus2016-01-081-8/+8
* add missing overridesDaniel Neus2016-01-087-7/+7
* String comparision fixesDaniel Neus2016-01-041-2/+2
* Add ECDH via OpenSSLJack Lloyd2016-01-042-53/+66
* Add some more secp256k1 point mult testsJack Lloyd2016-01-031-0/+184
* Add ECDH testsJack Lloyd2016-01-035-7/+592
* Fix PointGFp multiplication bugJack Lloyd2016-01-032-8/+1057
* Merge pull request #381 from cordney/fix-load-unencryped-key-from-berJack Lloyd2015-12-311-3/+0
|\
| * Fix loading of unencrypted, BER encoded private keys via PKCS8 apiRené Korthaus2015-12-251-3/+0
* | Remove debug printfJack Lloyd2015-12-311-1/+0
* | Avoid having Command* objects be created until requested.Jack Lloyd2015-12-301-2/+2
* | Correct copyright info in unit_ecc.cpp fileJack Lloyd2015-12-261-1/+6
* | Merge pull request #378 from neusdan/warning_fixesJack Lloyd2015-12-2610-22/+15
|\ \
| * | some trivial compiler/PVS-Studio warning fixesDaniel Neus2015-12-2210-22/+15
* | | Add generalized KEM interfaceJack Lloyd2015-12-265-14/+119
* | | Another Clang warningJack Lloyd2015-12-251-1/+1
| |/ |/|
* | Fix a few clang warnings. Set clang sanitizer flagsJack Lloyd2015-12-243-4/+5
* | Improve roundtrip BER/PEM testsJack Lloyd2015-12-231-24/+71
* | Update NIST X509 tests to handle --data-dir and read expected results from a ...Jack Lloyd2015-12-232-223/+148