aboutsummaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/data/test (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Basic Gradle setup.J08nY2024-03-2591-568/+0
|
* implement StandaloneTestVectorSuite (#6)davidhofman2021-08-161-0/+89
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add StandaloneTestVectorSuite class (not implemented) * Add option to choose test suites in standalone app, StandaloneTestVectorSuite now shows up in list-libs * partially implement StandaloneTestVectorSuite * partially implement StandaloneTestVectorSuite 2 * remove unused variable * modify xml data to support standalone test vectors * StandaloneTestVectorSuite is now working * CardTestVectorSuite now skips results with DH_RAW keyAlgo * some additional debug information are now printed * change DH_RAW to DH_PLAIN * remove debug printing, clean up * remove unnecessary if check in CardTestVectorSuite * fix test suite command line option Co-authored-by: davidhofman <davidhofman@github.com>
* Add various ECDSA tests.J08nY2018-08-112-45/+43
|
* Reformatted curve and test CSV dataJ08nY2017-05-2089-89/+89
|
* Fix some test-vector tests, also test printingJ08nY2017-04-191-5/+5
|
* Fix NIST test vectors (were zero padded to wrong lengths)J08nY2017-04-1910-10/+10
|
* Added test-vectors, and test-vector testingJ08nY2017-03-281-0/+174
|
* Added nist and brainpool test vectors, also smallpub testJ08nY2017-03-2877-0/+278
|
* Added new curves, started adding default & dangerous tests.J08nY2017-03-278-0/+8
|
* Refactored EC_Params, renamed EC_Data, added first test vectors.J08nY2017-03-266-0/+21