summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version...0.3.2J08nY2019-02-223-5/+5
* Merge branch 'devel'J08nY2019-02-2251-430/+1455
|\
| * Make edge-cases suite take preset keys. Reformat code.J08nY2019-02-228-18/+16
| * Add signature validation tests.J08nY2019-02-221-15/+68
| * Add option to use preset semi-random private key in tests.J08nY2019-02-218-5/+75
| * Add large cofactor curves to tests.J08nY2019-02-212-0/+37
| * Prefer T=1 protocol.J08nY2019-02-191-1/+8
| * Workaround for a Java bug...J08nY2019-02-196-13/+21
| * Update documentation.J08nY2018-12-2111-52/+97
| * Fixup edgecases test suite.J08nY2018-12-172-46/+61
| * Update README.J08nY2018-12-171-61/+87
| * 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-172-23/+47
| * Add test of ECDH when keypair has engated pubkey.J08nY2018-12-163-19/+35
| * 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-022-13/+55
| * Add entropy estimation to plot_gen.J08nY2018-12-012-17/+53
| * 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
* Merge branch 'devel'J08nY2018-11-28102-1545/+5016
|\
| * Add entropy estimation to plot_gen.J08nY2018-11-281-2/+22
| * Use native timing when available.J08nY2018-11-231-12/+20
| * Improve native lib timing.J08nY2018-11-2323-92/+593
| * Add more keygen/ecdh/ecdsa options to standalone.J08nY2018-11-181-119/+171
| * Fix keygen plotting.J08nY2018-11-182-27/+50
| * Output duration of keygen and export as well.J08nY2018-11-183-65/+97
| * Add ECDH validation tests using BouncyCastle.J08nY2018-11-1410-14/+187
| * 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-117-2/+35
| * Add MNT curves, cleanup misc and compression tests.J08nY2018-11-1120-45/+214
| * Simpify and explain CAP building in README.J08nY2018-11-102-47/+83
| * 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-073-67/+119
| * Backport applet to JavaCard 2.2.1 to support more cards.J08nY2018-11-0618-877/+1141
| * 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-039-30/+104
| * 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