aboutsummaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/data/invalid/nist (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Basic Gradle setup.J08nY2024-03-256-2502/+0
|
* Fix invalid points in the invalid test suite (some were not padded).J08nY2019-03-076-375/+375
|
* Added some generated invalid curvesJ08nY2017-05-027-0/+2502
|
* Reworked invalid curve testing, added generated anomalous curvesJ08nY2017-05-011-6/+0
|
* Add invalid curves test(partly) and some parameters (brainpool) for itJ08nY2017-04-151-0/+6
- 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.