summaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/reader/ec (follow)
Commit message (Expand)AuthorAgeFilesLines
* Split the ec package into common package, rename reader part of the project.J08nY2017-11-107-732/+0
* Init and print EC_Key/EC_Keypair id when available.J08nY2017-10-132-6/+14
* Add class docs to EC_* classes.J08nY2017-10-137-0/+25
* Reworked invalid curve testing, added generated anomalous curvesJ08nY2017-05-013-6/+43
* Add id to EC_Params subclasses toString, fix EC_Params.expandJ08nY2017-04-196-28/+17
* Refactor testing, add Config class, make EC_Data read bytesJ08nY2017-04-196-20/+82
* Add invalid curves test(partly) and some parameters (brainpool) for itJ08nY2017-04-155-5/+133
* Some docs, allow EC_* objects to print themselves.J08nY2017-04-045-2/+29
* Added test-vectors, and test-vector testingJ08nY2017-03-282-0/+56
* Refactored EC_Params, renamed EC_Data, added first test vectors.J08nY2017-03-262-91/+155
* Reader: fixed ECDH and ECDSA output, also named curve testingJ08nY2017-03-091-0/+2
* Added support for named curves (in jar).J08nY2017-03-064-0/+334