aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fixup edgecases test suite.J08nY2018-12-172-46/+61
* Use dry-run mode of applet for all commands.J08nY2018-12-173-15/+63
* Fix applet switch fall-through and standalone ECDH on BouncyCastle.J08nY2018-12-172-2/+2
* Add named key opts to standalone.J08nY2018-12-172-12/+70
* Allow fixed key in ECDH.J08nY2018-12-171-22/+46
* Add test of ECDH when keypair has engated pubkey.J08nY2018-12-162-10/+26
* Cleaner evaluation of twist/degenerate tests.J08nY2018-12-103-13/+25
* Add points on twists for additional cofactor = 4 curves.J08nY2018-12-104-0/+125
* Add more tests of bit-patterns to edge-cases test sutie.J08nY2018-12-102-5/+18
* Add degenerate tests for curves with cofactor = 4.J08nY2018-12-104-13/+134
* Add nonce output to standalone ECDSA function.J08nY2018-12-023-4/+16
* Add nonce recovery and output in ECDSA utility function.J08nY2018-12-024-40/+108
* Add more output to signature command in reader app.J08nY2018-12-021-10/+42
* Add more cofactor curves.J08nY2018-12-014-0/+15
* Add dry run mode to enable precise time measurement via overhead subtraction.J08nY2018-11-308-83/+259
* Bump version.0.3.1J08nY2018-11-283-5/+5
* Use native timing when available.J08nY2018-11-231-12/+20
* Improve native lib timing.J08nY2018-11-2321-19/+547
* Add more keygen/ecdh/ecdsa options to standalone.J08nY2018-11-181-119/+171
* Fix keygen plotting.J08nY2018-11-181-1/+1
* Output duration of keygen and export as well.J08nY2018-11-182-6/+5
* Add ECDH validation tests using BouncyCastle.J08nY2018-11-149-13/+186
* Print named objects cleaner. Increase applet buffer sizes.J08nY2018-11-143-50/+26
* Fix long response APDU handling and exported params handling.J08nY2018-11-142-2/+2
* Add applet metadata to test outputs.J08nY2018-11-114-6/+35
* Add more signature tests.J08nY2018-11-111-0/+36
* Add WolfCrypt provider to testing.J08nY2018-11-112-1/+30
* Add MNT curves, cleanup misc and compression tests.J08nY2018-11-1120-45/+214
* FIx loading of F2m field, fix some utility functions.J08nY2018-11-093-7/+15
* Add --info command to get and output applet info.J08nY2018-11-072-3/+28
* Backport applet to JavaCard 2.2.1 to support more cards.J08nY2018-11-069-828/+1036
* Fix test suites broken by EC_Store change.J08nY2018-11-064-8/+8
* Better evaluate non-residue tests in compression suite.J08nY2018-11-051-3/+3
* Add compression tests for quadratic non-residue in modular square root.J08nY2018-11-038-30/+98
* Fix gcrypt ecdh and ecdsa.J08nY2018-10-301-4/+4
* Add methods to parse hash and sig type out of idents.J08nY2018-10-223-4/+51
* Efficiently instantiate prngs in shims.J08nY2018-10-222-26/+19
* Fix gcc and clang warnings in native sources.J08nY2018-10-217-53/+54
* Add support for libgcrypt ecdh and ecdsa.J08nY2018-10-218-23/+643
* Add libgcrypt support, only keygen first.J08nY2018-10-1711-30/+496
* Add support for BoringSSL.feature/boring-sslJ08nY2018-10-1612-36/+844
* Bump version.v0.3.0J08nY2018-10-152-4/+4
* Add test for OpenSSl modular reduction bug.J08nY2018-10-153-0/+55
* Fix added composite data.J08nY2018-10-1417-17/+17
* Add more composite test data, update docs.J08nY2018-10-1451-74/+240
* Sort tried privkey values in edge-cases test suite.J08nY2018-09-141-4/+4
* Add tests for interesting privatekey values to edge-cases tests.J08nY2018-08-261-4/+69
* Allow exporting set curve parameters to verify them.J08nY2018-08-1413-22/+37
* Add Cofactor curves to edge-cases test to properly test some values.J08nY2018-08-141-0/+2
* Fix degenerate keys over secp256k1.J08nY2018-08-131-6/+6