aboutsummaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/reader (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add customizable time resolution.develJ08nY2019-03-182-73/+51
|
* Fix chunking.J08nY2019-03-143-47/+43
|
* Add better chunking support and detect it at runtime.J08nY2019-03-142-11/+23
|
* Add custom command chaining to be able to test T=0 cards.J08nY2019-03-132-10/+69
|
* Fix invalid points in the invalid test suite (some were not padded).J08nY2019-03-071-1/+1
|
* Fix some keys in invalid test suite, add "random" test option.J08nY2019-03-067-36/+55
|
* Some fixes in wrong test suite, better ordering of tests.J08nY2019-03-042-15/+14
|
* Add better semi-random generation of inputs in tests.J08nY2019-03-045-13/+31
|
* Many fixes to cofactor, edge-cases and misc suites.J08nY2019-02-283-9/+15
|
* Fix some wycheproof vectors, fix edge-case test.J08nY2019-02-281-2/+3
|
* Fix build.J08nY2019-02-281-5/+5
|
* Add better loading of keys to standalone.J08nY2019-02-283-52/+34
|
* Fix setting key parts in ECDH util function, fix exports of large keys.J08nY2019-02-262-11/+12
|
* Allow endless ECDSA and ECDH running, add info on test options to help.J08nY2019-02-2514-26/+58
|
* Bump version...0.3.2J08nY2019-02-221-2/+2
|
* Make edge-cases suite take preset keys. Reformat code.J08nY2019-02-228-18/+16
|
* Add signature validation tests.J08nY2019-02-221-15/+68
|
* Add option to use preset semi-random private key in tests.J08nY2019-02-217-5/+52
|
* Prefer T=1 protocol.J08nY2019-02-191-1/+8
|
* Workaround for a Java bug...J08nY2019-02-191-5/+10
|
* Update documentation.J08nY2018-12-218-7/+14
|
* Fixup edgecases test suite.J08nY2018-12-171-3/+18
|
* Use dry-run mode of applet for all commands.J08nY2018-12-173-15/+63
|
* Allow fixed key in ECDH.J08nY2018-12-171-22/+46
|
* Add test of ECDH when keypair has engated pubkey.J08nY2018-12-161-7/+23
|
* Cleaner evaluation of twist/degenerate tests.J08nY2018-12-103-13/+25
|
* Add more tests of bit-patterns to edge-cases test sutie.J08nY2018-12-101-3/+16
|
* Add degenerate tests for curves with cofactor = 4.J08nY2018-12-102-13/+10
|
* Add nonce recovery and output in ECDSA utility function.J08nY2018-12-022-37/+53
|
* Add more output to signature command in reader app.J08nY2018-12-021-10/+42
|
* Add dry run mode to enable precise time measurement via overhead subtraction.J08nY2018-11-304-10/+77
|
* Bump version.0.3.1J08nY2018-11-281-2/+2
|
* Output duration of keygen and export as well.J08nY2018-11-181-3/+2
|
* Add ECDH validation tests using BouncyCastle.J08nY2018-11-147-13/+175
|
* Fix long response APDU handling and exported params handling.J08nY2018-11-142-2/+2
|
* Add applet metadata to test outputs.J08nY2018-11-114-6/+35
|
* Add MNT curves, cleanup misc and compression tests.J08nY2018-11-114-44/+51
|
* FIx loading of F2m field, fix some utility functions.J08nY2018-11-092-2/+11
|
* Add --info command to get and output applet info.J08nY2018-11-072-3/+28
|
* Backport applet to JavaCard 2.2.1 to support more cards.J08nY2018-11-064-2/+79
|
* Fix test suites broken by EC_Store change.J08nY2018-11-064-8/+8
|
* Better evaluate non-residue tests in compression suite.J08nY2018-11-051-3/+3
|
* Add compression tests for quadratic non-residue in modular square root.J08nY2018-11-034-16/+46
|
* Bump version.v0.3.0J08nY2018-10-151-2/+2
|
* Add test for OpenSSl modular reduction bug.J08nY2018-10-151-0/+27
|
* Sort tried privkey values in edge-cases test suite.J08nY2018-09-141-4/+4
|
* Add tests for interesting privatekey values to edge-cases tests.J08nY2018-08-261-4/+69
|
* Allow exporting set curve parameters to verify them.J08nY2018-08-1412-21/+30
|
* Add Cofactor curves to edge-cases test to properly test some values.J08nY2018-08-141-0/+2
|
* Fix Invalid, Twist and Degenerate test suites.J08nY2018-08-123-3/+3
|