aboutsummaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/data/invalid/brainpool (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Basic Gradle setup.J08nY2024-03-258-3292/+0
|
* Fix some keys in invalid test suite, add "random" test option.J08nY2019-03-067-55/+55
|
* Add some points of larger order to brainpool invalid curves.J08nY2018-04-048-0/+152
|
* Added some generated invalid curvesJ08nY2017-05-029-108/+3140
|
* Reworked invalid curve testing, added generated anomalous curvesJ08nY2017-05-011-1/+1
|
* Add invalid curves test(partly) and some parameters (brainpool) for itJ08nY2017-04-151-0/+108
- 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.