aboutsummaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/data/invalid/secg (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Basic Gradle setup.J08nY2024-03-259-3107/+0
|
* Fix invalid points in the invalid test suite (some were not padded).J08nY2019-03-078-55/+55
|
* Workaround for a Java bug...J08nY2019-02-191-3/+3
|
* Pad invalid keys to proper length.J08nY2018-08-138-9/+9
|
* Add some points of larger order to invalid secg curves.J08nY2018-03-299-0/+170
|
* Added some generated invalid curvesJ08nY2017-05-0210-1/+2937
|
* Reworked invalid curve testing, added generated anomalous curvesJ08nY2017-05-011-6/+1
|
* 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.