aboutsummaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/common (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | - Test G = infinity. - Test wrong r, where [r]G != infinity, - prime - composite
* Add list-suites option to both reader and standalone.J08nY2018-05-296-13/+19
| | | | | - Also add support for specifying the key algo for KDF in standalone ECDH. - Add descriptions to standalone options.
* 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
| | | | - Output this stage in all the formats.
* 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
|
* Output Result causes better in YAML.J08nY2018-02-112-3/+16
|
* Fix XML output of Result cause.J08nY2018-02-101-1/+1
|
* Handle exceptions in Tests and TestSuites grafeully.J08nY2018-02-1013-76/+262
|
* Make the wrong test suite easier to understand, with compound tests.J08nY2018-02-061-6/+2
|
* Add more tests to the Wrong test suite.J08nY2018-02-043-1/+30
| | | | | | | | | | | | - Now tests also for: - Fp: - p = 0 - p = 1 - p = q^2; q prime - p = q * s; q and s primes - F2m: - e1 = e2 = e3 = 0 - m < e1 < e2 < e3
* Fix default test suite F2M domain setting.J08nY2018-02-031-0/+12
|
* Add PerformanceTest and add it to the default card test suite.J08nY2018-01-204-1/+22
|
* Export CPLC data and card ATR in test suite outputs.J08nY2018-01-143-0/+9
|
* Simplify default test suite.J08nY2018-01-134-12/+17
|
* Simplify test suites.J08nY2018-01-096-91/+43
|