summaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/common (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add option to use preset semi-random private key in tests.J08nY2019-02-211-0/+23
* Add named key opts to standalone.J08nY2018-12-171-0/+9
* Add test of ECDH when keypair has engated pubkey.J08nY2018-12-161-3/+3
* Add nonce output to standalone ECDSA function.J08nY2018-12-021-0/+1
* Add nonce recovery and output in ECDSA utility function.J08nY2018-12-022-3/+55
* Add dry run mode to enable precise time measurement via overhead subtraction.J08nY2018-11-301-1/+1
* Add ECDH validation tests using BouncyCastle.J08nY2018-11-141-0/+3
* Print named objects cleaner. Increase applet buffer sizes.J08nY2018-11-142-49/+25
* Add MNT curves, cleanup misc and compression tests.J08nY2018-11-111-0/+52
* Add compression tests for quadratic non-residue in modular square root.J08nY2018-11-032-1/+9
* Add more ecdsa tests.J08nY2018-08-122-7/+17
* Reformat all code.J08nY2018-08-126-17/+24
* Add various ECDSA tests.J08nY2018-08-114-4/+103
* Add utility methods for converting EC_Params to JCE EC objects.J08nY2018-08-104-15/+142
* Introduce extended KA in standalone, use it where appropriate.J08nY2018-08-041-3/+23
* Fix exporting default curve params.J08nY2018-07-231-5/+6
* Add tests of increasingly larger prime R to better understand behavior of impls.J08nY2018-07-161-0/+1
* Output tests better.J08nY2018-07-131-3/+14
* Better evaluate ExpectedValue.ANY.J08nY2018-07-131-1/+1
* Add testing of previous prime R to wrong test suite.J08nY2018-07-052-2/+6
* Also export test index in YAML and XML.J08nY2018-07-052-8/+15
* Add ability to skip tests/run only a part of a test suite.J08nY2018-07-056-25/+41
* Rename and reorder tests.J08nY2018-07-032-1/+4
* Better display results in console.J08nY2018-07-031-3/+12
* Add support for colored output.J08nY2018-07-023-7/+102
* Implement more tests for wrong parameters. Implement cloning for Tests.J08nY2018-06-275-29/+136
* Add list-suites option to both reader and standalone.J08nY2018-05-296-13/+19
* Support key algo parameter for KeyAgreements with KDF in standalone testing.J08nY2018-05-291-3/+3
* Implement tracking and writing of exceptions in standalone tests.J08nY2018-05-281-4/+4
* Implement tracking of stage of execution of standalone testables.J08nY2018-05-281-0/+1
* Handle exceptions in standalone testables better.J08nY2018-05-281-5/+15
* Add support for naming a curve to use by a library in standalone.J08nY2018-05-283-0/+19
* Simplify the edge-cases test suite and provide better analysis of results.J08nY2018-05-271-42/+33
* Add the edge-cases test suite.J08nY2018-05-252-3/+9
* Add the AddSubChain wycheproof vectors.J08nY2018-05-234-5/+5
* Add compression test suite.J08nY2018-05-024-4/+14
* Add degenerate curves test suite.J08nY2018-04-281-1/+3
* Better sort EC_Data, handle errors better in wrong curves suite.J08nY2018-04-261-0/+13
* Output whole stack trace when a TestException happens.J08nY2018-04-261-0/+4
* Fix wrong test suite evaluation.J08nY2018-04-253-2/+10
* Output date in test suite outputs.J08nY2018-04-253-4/+18
* Add ECDSA_sign and ECDSA_verify commands, to allow separate testing.J08nY2018-04-051-27/+25
* Fix point decompression in util.J08nY2018-03-271-2/+8
* Add lint options to javac. Fix most of uncovered warnings.J08nY2018-03-144-4/+4
* Rename the CORRUPT command to TRANSFORM, as it does that now.J08nY2018-03-141-12/+12
* Better evaluate results of compound test in some test suites.J08nY2018-03-061-0/+37
* Handle the extended Exception support also on reader side.J08nY2018-03-062-69/+96
* Order EC data nicely, also helps ordering tests in some suites.J08nY2018-03-061-1/+34
* Add some docs and fix ECTesterReader --bit-size option.J08nY2018-03-034-2/+53
* Allow outputing test suite results into more formats and files.J08nY2018-02-112-0/+76