aboutsummaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/common
Commit message (Collapse)AuthorAgeFilesLines
* Add customizable time resolution.develJ08nY2019-03-181-0/+15
|
* Migrate plot scripts to Jupyter notebook format. Fix ECDSA nonce recovery.J08nY2019-03-181-4/+15
|
* Some fixes in wrong test suite, better ordering of tests.J08nY2019-03-044-24/+23
|
* Add better semi-random generation of inputs in tests.J08nY2019-03-042-29/+138
|
* Many fixes to cofactor, edge-cases and misc suites.J08nY2019-02-281-1/+30
|
* Add better loading of keys to standalone.J08nY2019-02-281-2/+41
|
* 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
| | | | | | | - 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
|