summaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/common/test/TestCallback.java (unfollow)
Commit message (Expand)AuthorFilesLines
2018-11-28Add entropy estimation to plot_gen.J08nY1-2/+22
2018-11-23Use native timing when available.J08nY1-12/+20
2018-11-23Improve native lib timing.J08nY23-92/+593
2018-11-18Add more keygen/ecdh/ecdsa options to standalone.J08nY1-119/+171
2018-11-18Fix keygen plotting.J08nY2-27/+50
2018-11-18Output duration of keygen and export as well.J08nY3-65/+97
2018-11-14Add ECDH validation tests using BouncyCastle.J08nY10-14/+187
2018-11-14Print named objects cleaner. Increase applet buffer sizes.J08nY3-50/+26
2018-11-14Fix long response APDU handling and exported params handling.J08nY2-2/+2
2018-11-11Add applet metadata to test outputs.J08nY4-6/+35
2018-11-11Add more signature tests.J08nY1-0/+36
2018-11-11Add WolfCrypt provider to testing.J08nY7-2/+35
2018-11-11Add MNT curves, cleanup misc and compression tests.J08nY20-45/+214
2018-11-10Simpify and explain CAP building in README.J08nY2-47/+83
2018-11-09FIx loading of F2m field, fix some utility functions.J08nY3-7/+15
2018-11-07Add --info command to get and output applet info.J08nY3-67/+119
2018-11-06Backport applet to JavaCard 2.2.1 to support more cards.J08nY18-877/+1141
2018-11-06Fix test suites broken by EC_Store change.J08nY4-8/+8
2018-11-05Better evaluate non-residue tests in compression suite.J08nY1-3/+3
2018-11-03Add compression tests for quadratic non-residue in modular square root.J08nY9-30/+104
2018-10-30Fix gcrypt ecdh and ecdsa.J08nY1-4/+4
2018-10-22Add methods to parse hash and sig type out of idents.J08nY3-4/+51
2018-10-22Efficiently instantiate prngs in shims.J08nY5-31/+25
2018-10-21Add libgcrypt to travis build.J08nY2-3/+14
2018-10-21Fix gcc and clang warnings in native sources.J08nY7-53/+54
2018-10-21Add libgcrypt to docs.feature/gcryptJ08nY2-19/+29
2018-10-21Add support for libgcrypt ecdh and ecdsa.J08nY9-23/+645
2018-10-17Add libgcrypt support, only keygen first.J08nY12-30/+501
2018-10-16Add support for BoringSSL.feature/boring-sslJ08nY17-37/+866
2018-10-15Bump version.v0.3.0J08nY2-4/+4
2018-10-15Add test for OpenSSl modular reduction bug.J08nY4-1/+57
2018-10-14Fix added composite data.J08nY17-17/+17
2018-10-14Add more composite test data, update docs.J08nY53-169/+287
2018-09-29Add some libs to list of libs.J08nY1-1/+2
2018-09-14Sort tried privkey values in edge-cases test suite.J08nY1-4/+4
2018-08-26Add tests for interesting privatekey values to edge-cases tests.J08nY1-4/+69
2018-08-14Allow exporting set curve parameters to verify them.J08nY13-22/+37
2018-08-14Add Cofactor curves to edge-cases test to properly test some values.J08nY1-0/+2
2018-08-13Fix degenerate keys over secp256k1.J08nY1-6/+6
2018-08-13Pad invalid keys to proper length.J08nY8-9/+9
2018-08-12Fix Invalid, Twist and Degenerate test suites.J08nY3-3/+3
2018-08-12Add info about signature tests, rename some data entries.J08nY2-12/+41
2018-08-12Add more ecdsa tests.J08nY7-35/+117
2018-08-12Add ECDSA testing to composite curve tests.J08nY1-2/+6
2018-08-12Reformat all code.J08nY16-56/+52
2018-08-12Reformat reader package.J08nY7-7/+8
2018-08-12Add ECDH tests that use the ECPublicKey object to the ones that are raw.J08nY5-23/+42
2018-08-11Add various ECDSA tests.J08nY24-285/+589
2018-08-11Switch Crypto++ to output signatures in DER format.J08nY3-22/+31
2018-08-10Rename Crypto++ ECDSA algos, as they differ from the named ones.J08nY3-11/+16