aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
| |
| * Add some points of larger order to brainpool invalid curves.J08nY2018-04-048-0/+152
| |
| * Add some points of larger order to invalid secg curves.J08nY2018-03-2911-4/+175
| |
| * Fix utility scripts adding a subtitle.J08nY2018-03-282-4/+18
| |
| * Fix point decompression in util.J08nY2018-03-271-2/+8
| |
| * Fix utility scripts.J08nY2018-03-232-4/+8
| |
| * Fix utility scripts on Python 3.J08nY2018-03-212-2/+2
| |
| * Update SDKs submodule.J08nY2018-03-211-0/+0
| |
| * Move utility scripts to Python 3.J08nY2018-03-212-11/+13
| |
| * Add lint options to javac. Fix most of uncovered warnings.J08nY2018-03-148-19/+18
| |
| * Move to a submodule containing the JavaCard SDKs, remove them from repo.J08nY2018-03-14106-1807/+16
| |
| * Update ant-javacard.J08nY2018-03-141-0/+0
| |
| * Rename the CORRUPT command to TRANSFORM, as it does that now.J08nY2018-03-1415-135/+134
| |
| * Better evaluate results of compound test in some test suites.J08nY2018-03-065-4/+41
| |
| * Handle the extended Exception support also on reader side.J08nY2018-03-062-69/+96
| |
| * Add points on non-generator subgroup for SECG curves to cofactor category.J08nY2018-03-063-29/+252
| |
| * Order EC data nicely, also helps ordering tests in some suites.J08nY2018-03-064-8/+40
| |
| * Add better unexpected exception handling to the applet.J08nY2018-03-051-44/+83
| |
| * Add F2m curves to cofactor category.J08nY2018-03-049-2/+95
| |
| * Add Cofactor test suite.J08nY2018-03-034-3/+81
| |
| * Add curves with cofactor with pregenerated points on cofactor subgroup.J08nY2018-03-0310-0/+107
| |
| * Zip all JARs and applet on release.J08nY2018-03-031-0/+4
| |
| * Fix selection of EC libs in standalone tester.J08nY2018-03-031-1/+1
| |