aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
| |
| * Compress JARs to create smaller releases.J08nY2018-03-033-4/+4
| |
| * Add information about more output files for a test run.J08nY2018-03-033-4/+22
| |
| * Add some docs and fix ECTesterReader --bit-size option.J08nY2018-03-036-7/+57
| |
| * Add 2D histogram into util/plot_*.py scripts.J08nY2018-02-262-5/+64
| |
| * Allow outputing test suite results into more formats and files.J08nY2018-02-114-40/+150
| |
| * Update Apache Commons CLI to 1.4.J08nY2018-02-118-4/+4
| |
| * Output Result causes better in YAML.J08nY2018-02-113-3/+17
| |
| * Restructure the Twist test suite.J08nY2018-02-101-5/+9
| |
| * Restructure the TestVectors test suite.J08nY2018-02-101-1/+1
| |
| * Restructure the Invalid test suite.J08nY2018-02-101-5/+10
| |
| * Restructure the Composite test suite.J08nY2018-02-101-5/+9
| |
| * Fix XML output of Result cause.J08nY2018-02-101-1/+1
| |
| * Handle exceptions in Tests and TestSuites grafeully.J08nY2018-02-1030-379/+491
| |
| * Make the wrong test suite easier to understand, with compound tests.J08nY2018-02-062-9/+13
| |
| * Show library name in test suite output in standalone testing.J08nY2018-02-057-6/+36
| |
| * Bump copyright years.J08nY2018-02-044-3/+27
| |
| * Update README, docs and test suites.J08nY2018-02-0411-92/+113
| |
| * Add more tests to the Wrong test suite.J08nY2018-02-049-13/+149
| | | | | | | | | | | | | | | | | | | | | | | | - Now tests also for: - Fp: - p = 0 - p = 1 - p = q^2; q prime - p = q * s; q and s primes - F2m: - e1 = e2 = e3 = 0 - m < e1 < e2 < e3
| * Fix default test suite F2M domain setting.J08nY2018-02-033-3/+15
|/
* Merge branch 'devel'v0.2.0J08nY2018-01-23218-2398/+10864
|\
| * Simplify F2m field setting in applet.J08nY2018-01-231-4/+4
| |
| * Fix default test suite F2m tests.J08nY2018-01-203-7/+5
| |
| * Fix XML output NullPointerException.J08nY2018-01-201-0/+1
| |
| * Add PerformanceTest and add it to the default card test suite.J08nY2018-01-207-5/+140
| |
| * Add quadratic twist tests into their own test suite.J08nY2018-01-1914-57/+122
| |