aboutsummaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/data/schema.xsd (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Basic Gradle setup.J08nY2024-03-251-133/+0
|
* Add more ecdsa tests.J08nY2018-08-121-0/+1
|
* Add various ECDSA tests.J08nY2018-08-111-4/+25
|
* Add the edge-cases test suite.J08nY2018-05-251-3/+4
|
* Fix some test-vector tests, also test printingJ08nY2017-04-191-0/+4
|
* Add invalid curves test(partly) and some parameters (brainpool) for itJ08nY2017-04-151-4/+8
| | | | | | | | | - 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.
* Added test-vectors, and test-vector testingJ08nY2017-03-281-7/+36
|
* Fix schema.xsdJ08nY2017-03-281-2/+2
|
* Fixed XML schema.xsdJ08nY2017-03-231-69/+36
|
* Added support for named curves (in jar).J08nY2017-03-061-5/+13
| | | | | - Doesn't work well while simulating, some weird memory bug. Will investigate. - Has categories of curves, more will be added.
* removed newlines, changed f2m format, removed old SimpleAPDUJ08nY2017-02-211-0/+98
data: - now truly csv - f2m format now: m,e_1,e_2,e_3,a,b,gx,gy,r,k,wx,wy,s reader: - removed SimpleAPDU - changed f2m format applet: - changed f2m format