aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Rename and reorder tests.J08nY2018-07-0335-144/+645
* Update docs and README.J08nY2018-07-033-1/+14
* Better display results in console.J08nY2018-07-033-10/+19
* Fix cofactor/pq/cofactor192/1 key.J08nY2018-07-033-5/+5
* Add support for colored output.J08nY2018-07-025-46/+149
* Add some more Montgomery curves transformed into short Weierstrass.J08nY2018-07-026-1/+43
* Add some p * q curves to cofactor tests.J08nY2018-07-022-1/+32
* Add Barreto-Naehrig curves.J08nY2018-06-3018-0/+121
* Add more composite tests.J08nY2018-06-3016-10/+62
* Add composite PQ tests. Better order tests by EC_Data id.J08nY2018-06-3018-11/+170
* Add descriptions to composite curve data.J08nY2018-06-283-37/+56
* Add tests for small R to composite test suite.J08nY2018-06-271-2/+19
* Add composite order curves with small order generators.J08nY2018-06-2710-102/+150
* Implement more tests for wrong parameters. Implement cloning for Tests.J08nY2018-06-279-35/+174
* Add support for key generation using Crypto++.J08nY2018-05-305-36/+493
* Add basic support for the Crypto++ library.J08nY2018-05-3017-142/+468
* Update Botan library shim to compile without warnings.J08nY2018-05-291-17/+22
* Add Some more KeyAgreement idents.J08nY2018-05-292-6/+19
* Add list-suites option to both reader and standalone.J08nY2018-05-298-23/+84
* Support key algo parameter for KeyAgreements with KDF in standalone testing.J08nY2018-05-2912-23/+89
* Implement tracking and writing of exceptions in standalone tests.J08nY2018-05-289-47/+89
* Implement tracking of stage of execution of standalone testables.J08nY2018-05-2815-60/+146
* Handle exceptions in standalone testables better.J08nY2018-05-287-60/+88
* Add support for naming a curve to use by a library in standalone.J08nY2018-05-285-45/+80
* Fixup standalone libs Makefile to use pkg-config.J08nY2018-05-281-6/+5
* Simplify the edge-cases test suite and provide better analysis of results.J08nY2018-05-273-50/+47
* Add docs about edge-cases suite and wycheproof data.J08nY2018-05-252-2/+22
* Add the edge-cases test suite.J08nY2018-05-2512-152/+876
* Add more relevant wycheproof test-vectors, for CVE-2017-10176 and CVE-2017-8932.J08nY2018-05-231-0/+43
* Add the AddSubChain wycheproof vectors.J08nY2018-05-237-6/+863
* Add compression suite to docs and comments.J08nY2018-05-024-34/+54
* Add compression test suite.J08nY2018-05-0211-19/+184
* Add degenerate curves for brainpool 512 bit prime curve.J08nY2018-04-282-4/+49
* Add documentation about degenerate test suite.J08nY2018-04-283-2/+23
* Add degenerate curves test suite.J08nY2018-04-288-19/+1049
* Better sort EC_Data, handle errors better in wrong curves suite.J08nY2018-04-262-8/+21
* Output whole stack trace when a TestException happens.J08nY2018-04-261-0/+4
* Add javacard libs submodule.J08nY2018-04-253-0/+12
* Evaluate wrong test suite even better.J08nY2018-04-252-12/+19
* Change wrong test suite.J08nY2018-04-251-2/+2
* Fix wrong test suite evaluation.J08nY2018-04-256-45/+77
* Add ECTester version to test run output.J08nY2018-04-258-5/+19
* Output date in test suite outputs.J08nY2018-04-253-4/+18
* Sort tests better in a few test suites.J08nY2018-04-254-27/+22
* Add more and larger curves to the cofactor category.J08nY2018-04-2415-0/+175
* Cleanup gppro upload scripts.J08nY2018-04-224-7/+7
* Better evaluate results of Default test suite.J08nY2018-04-211-15/+45
* Fix ECDSA verify command.J08nY2018-04-171-1/+1
* Actually run ECDSA verification tests with cofactor, invalid and twist points.J08nY2018-04-113-15/+62
* Add ECDSA_sign and ECDSA_verify commands, to allow separate testing.J08nY2018-04-0511-77/+347