aboutsummaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/common/util/CardUtil.java
Commit message (Collapse)AuthorAgeFilesLines
* Basic Gradle setup.J08nY2024-03-251-534/+0
|
* Do not try to recover signature nonces where we do not know how.J08nY2024-03-161-5/+5
|
* Better handle KeyBuilder and KeyPair construction in the applet.J08nY2019-07-181-0/+27
|
* Add nonce recovery and output in ECDSA utility function.J08nY2018-12-021-0/+17
|
* Print named objects cleaner. Increase applet buffer sizes.J08nY2018-11-141-0/+11
|
* Add MNT curves, cleanup misc and compression tests.J08nY2018-11-111-0/+52
|
* Add various ECDSA tests.J08nY2018-08-111-0/+17
|
* Implement more tests for wrong parameters. Implement cloning for Tests.J08nY2018-06-271-25/+104
| | | | | | | - Test G = infinity. - Test wrong r, where [r]G != infinity, - prime - composite
* Add the edge-cases test suite.J08nY2018-05-251-2/+8
|
* Add compression test suite.J08nY2018-05-021-0/+2
|
* Add ECDSA_sign and ECDSA_verify commands, to allow separate testing.J08nY2018-04-051-27/+25
|
* Rename the CORRUPT command to TRANSFORM, as it does that now.J08nY2018-03-141-12/+12
|
* Handle the extended Exception support also on reader side.J08nY2018-03-061-68/+95
|
* Handle exceptions in Tests and TestSuites grafeully.J08nY2018-02-101-0/+14
|
* Fix default test suite F2M domain setting.J08nY2018-02-031-0/+12
|
* Parse KA and Sig type specified as string in cli.J08nY2017-12-281-123/+116
|
* Cleanup the applet ECKA and Signature objects.J08nY2017-12-271-16/+36
|
* Export generated keys in ANSI X9.62 uncompressed format.J08nY2017-11-261-0/+4
|
* Split Util class into a package.J08nY2017-11-261-0/+255