summaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/reader (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add more ecdsa tests.J08nY2018-08-121-10/+27
* Add ECDSA testing to composite curve tests.J08nY2018-08-121-2/+6
* Reformat reader package.J08nY2018-08-127-7/+8
* Add ECDH tests that use the ECPublicKey object to the ones that are raw.J08nY2018-08-125-23/+42
* Add various ECDSA tests.J08nY2018-08-116-59/+75
* Find KPG algos a bit better in ECTesterStandalone.J08nY2018-07-301-1/+0
* Add private key edge-cases tests.J08nY2018-07-231-26/+38
* Fix exporting default curve params.J08nY2018-07-231-7/+11
* Add option for cleanup.J08nY2018-07-2212-38/+174
* Elementary support for OpenSSL.J08nY2018-07-181-3/+3
* Test anomalous curves as well in misc test suite.J08nY2018-07-181-10/+12
* Print responses in reader app better.J08nY2018-07-171-13/+10
* Add tests of increasingly larger prime R to better understand behavior of impls.J08nY2018-07-161-4/+8
* Add tests for curve order being a Carmichael pseudoprime.J08nY2018-07-121-0/+5