aboutsummaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/common/ec
Commit message (Collapse)AuthorAgeFilesLines
* Basic Gradle setup.J08nY2024-03-2514-1346/+0
|
* Implement StandaloneWrongSuite. (#12)davidhofman2021-09-065-0/+256
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add StandaloneWrongSuite. * Partially implement StandaloneWrongSuite. * Add setParam method to EC_Params. * Fix new setParam method in EC_Params. * Implement StandaloneWrongSuite * Add custom classes for testing wrong curve parameters. * Update custom classes. * Add more custom classes for testing curves with wrong parameters. * Modify StandaloneWrongSuite to work with the new custom classes. * Various small cosmetic changes to new custom classes. * Add missing author information to various classes. * Fix a small mistake in CustomECFieldF2m * Add randomG test, change some variables to final. * Add option to skip certain tests + various small changes.
* Fix Cofactor suite.J08nY2021-08-241-2/+1
|
* Suppress unnecessary warnings.J08nY2021-08-242-0/+2
|
* Fix Nettle and LibreSSL implementations.J08nY2019-12-281-1/+2
|
* Some fixes in wrong test suite, better ordering of tests.J08nY2019-03-042-23/+15
|
* Add better semi-random generation of inputs in tests.J08nY2019-03-041-0/+23
|
* Add dry run mode to enable precise time measurement via overhead subtraction.J08nY2018-11-301-1/+1
|
* Print named objects cleaner. Increase applet buffer sizes.J08nY2018-11-141-49/+14
|
* Add compression tests for quadratic non-residue in modular square root.J08nY2018-11-031-1/+1
|
* Add more ecdsa tests.J08nY2018-08-122-7/+17
|
* Reformat all code.J08nY2018-08-121-0/+1
|
* Add various ECDSA tests.J08nY2018-08-112-4/+82
|
* Add utility methods for converting EC_Params to JCE EC objects.J08nY2018-08-102-0/+90
|
* Fix exporting default curve params.J08nY2018-07-231-5/+6
|
* Rename and reorder tests.J08nY2018-07-031-0/+2
|
* Add support for colored output.J08nY2018-07-021-5/+7
|
* Add the edge-cases test suite.J08nY2018-05-251-1/+1
|
* Add the AddSubChain wycheproof vectors.J08nY2018-05-234-5/+5
|
* Add compression test suite.J08nY2018-05-021-2/+6
|
* Better sort EC_Data, handle errors better in wrong curves suite.J08nY2018-04-261-0/+13
|
* Handle the extended Exception support also on reader side.J08nY2018-03-061-1/+1
|
* Order EC data nicely, also helps ordering tests in some suites.J08nY2018-03-061-1/+34
|
* Cleanup the applet ECKA and Signature objects.J08nY2017-12-271-8/+10
|
* Export default lib curves in CSV.J08nY2017-11-271-3/+6
|
* Split Util class into a package.J08nY2017-11-264-27/+86
|
* Finish first keygen implementation.J08nY2017-11-261-0/+35
|
* Add BouncyCastle library. Sketch out ECTesterStandalone.J08nY2017-11-122-4/+47
|
* Separate build files for standalone and reader apps.J08nY2017-11-123-3/+3
|
* Split the ec package into common package, rename reader part of the project.J08nY2017-11-107-0/+732