aboutsummaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/common/util
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-041-0/+6
|
* Add better semi-random generation of inputs in tests.J08nY2019-03-041-29/+115
|
* 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 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
|
* Print named objects cleaner. Increase applet buffer sizes.J08nY2018-11-141-0/+11
|
* 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-031-0/+8
|
* Reformat all code.J08nY2018-08-121-1/+6
|
* Add various ECDSA tests.J08nY2018-08-112-0/+21
|
* Add utility methods for converting EC_Params to JCE EC objects.J08nY2018-08-101-11/+46
|
* Implement more tests for wrong parameters. Implement cloning for Tests.J08nY2018-06-271-25/+104
| | | | | | | - Test G = infinity. - Test wrong r, where [r]G != infinity, - prime - composite
* Add the edge-cases test suite.J08nY2018-05-251-2/+8
|
* Add compression test suite.J08nY2018-05-022-0/+6
|
* 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
|
* Rename the CORRUPT command to TRANSFORM, as it does that now.J08nY2018-03-141-12/+12
|
* Handle the extended Exception support also on reader side.J08nY2018-03-061-68/+95
|
* Add some docs and fix ECTesterReader --bit-size option.J08nY2018-03-031-0/+30
|
* Allow outputing test suite results into more formats and files.J08nY2018-02-111-0/+33
|
* Handle exceptions in Tests and TestSuites grafeully.J08nY2018-02-101-0/+14
|
* Add more tests to the Wrong test suite.J08nY2018-02-041-0/+17
| | | | | | | | | | | | - 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
|
* Fixed XML and YAML standalone output in case some tests fail.J08nY2017-12-301-0/+6
|
* Parse KA and Sig type specified as string in cli.J08nY2017-12-281-123/+116
|
* Cleanup the applet ECKA and Signature objects.J08nY2017-12-271-16/+36
|
* Make sure byteArrays are of positive BigIntegers.J08nY2017-12-011-3/+3
|
* Fix NativeKeyAgreement keysize mismatch on BigInteger conversion.J08nY2017-11-301-10/+52
|
* Implement KeyPairGeneration for LibTomCrypt.J08nY2017-11-291-1/+94
|
* Export generated keys in ANSI X9.62 uncompressed format.J08nY2017-11-262-0/+41
|
* Split Util class into a package.J08nY2017-11-262-0/+377