aboutsummaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/reader (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add testing of previous prime R to wrong test suite.J08nY2018-07-052-7/+20
* Add ability to skip tests/run only a part of a test suite.J08nY2018-07-0512-22/+50
* Also do composite tests with both keypairs generated on card.J08nY2018-07-041-2/+8
* Add supersingular curves, do some tests over supersingular and Barreto-Naehri...J08nY2018-07-047-22/+80
* Add git commit to version number for better versioning of tests.J08nY2018-07-034-8/+24
* Rename and reorder tests.J08nY2018-07-032-4/+5
* Better display results in console.J08nY2018-07-032-7/+7
* Add support for colored output.J08nY2018-07-021-37/+45
* Add some p * q curves to cofactor tests.J08nY2018-07-021-1/+1
* Add more composite tests.J08nY2018-06-301-1/+5