aboutsummaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/data/invalid/keys.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Basic Gradle setup.J08nY2024-03-251-60/+0
|
* Add various ECDSA tests.J08nY2018-08-111-3/+1
|
* Added some generated invalid curvesJ08nY2017-05-021-6/+54
|
* Add invalid curves test(partly) and some parameters (brainpool) for itJ08nY2017-04-151-0/+14
- curves.xml, keys.xml and results.xml's entries can now instead of file path to point to csv file, contain the csv data inline. - Moved EC_Category to reader package from data - Fixed printing of named objects - Added ECDH/C test for KA_BOTH which does ECDH and ECDHC on the applet side, compares the results and reports success/failure etc.