aboutsummaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/common/util (follow)
Commit message (Expand)AuthorAgeFilesLines
* Basic Gradle setup.J08nY2024-03-255-1339/+0
* Do not try to recover signature nonces where we do not know how.J08nY2024-03-162-8/+28
* Fix PLAIN and CVC ECDSA parsing.J08nY2024-03-161-20/+10
* Fix DER decoding.J08nY2024-03-161-5/+8
* Fixes for Java 19. Fixes #17.J08nY2023-01-301-2/+1
* Bump BouncyCastle and fix resource loading.J08nY2023-01-301-0/+10
* Test with default curve if possible.davidhofman2021-12-091-1/+9
* Fix Cofactor suite.J08nY2021-08-241-1/+10
* Unify native timing, add more timing sources.J08nY2019-07-242-4/+73
* Better handle KeyBuilder and KeyPair construction in the applet.J08nY2019-07-182-1/+28
* Add mbedTLS support.J08nY2019-07-041-3/+3
* Fix nonce extraction exception.J08nY2019-03-281-8/+9
* 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
* 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
* 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