aboutsummaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/reader (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Basic Gradle setup.J08nY2024-03-2526-5547/+0
|
* Fix PLAIN and CVC ECDSA parsing.J08nY2024-03-161-1/+1
|
* Now works with Java 11!J08nY2023-01-301-3/+2
| | | | | | | | | | | | | | Uses ph4r05's jcardsim release 3.0.5.11: https://mvnrepository.com/artifact/com.klinec/jcardsim/3.0.5.11 Uses ant-javacard v21.12.31: https://github.com/martinpaljak/ant-javacard/releases/tag/v21.12.31 Also note the JavaCard and Java compatibility issues: https://github.com/martinpaljak/ant-javacard/wiki/Version-compatibility
* Fix reader allocation commands.J08nY2020-08-091-4/+4
|
* Better handle KeyBuilder and KeyPair construction in the applet.J08nY2019-07-182-4/+4
|
* Add option to use KeyBuilder.J08nY2019-07-162-6/+16
|
* Add backwards compatible search for applet in reader app.0.3.3J08nY2019-03-181-10/+43
|
* Bump version.J08nY2019-03-181-4/+4
|
* 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
|