| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Basic Gradle setup. | J08nY | 2024-03-25 | 7 | -3451/+0 |
| | | |||||
| * | Suppress unnecessary warnings. | J08nY | 2021-08-24 | 1 | -0/+1 |
| | | |||||
| * | Better handle KeyBuilder and KeyPair construction in the applet. | J08nY | 2019-07-18 | 1 | -6/+12 |
| | | |||||
| * | Add option to use KeyBuilder. | J08nY | 2019-07-16 | 2 | -8/+48 |
| | | |||||
| * | Optimize memory allocation in the applet. | J08nY | 2019-03-22 | 2 | -54/+141 |
| | | |||||
| * | Update notebooks. | J08nY | 2019-03-21 | 1 | -1/+1 |
| | | |||||
| * | Bump version. | J08nY | 2019-03-18 | 2 | -2/+2 |
| | | |||||
| * | Add customizable time resolution.devel | J08nY | 2019-03-18 | 2 | -0/+2 |
| | | |||||
| * | Fix chunking. | J08nY | 2019-03-14 | 2 | -16/+28 |
| | | |||||
| * | Add better chunking support and detect it at runtime. | J08nY | 2019-03-14 | 3 | -5/+8 |
| | | |||||
| * | Add custom command chaining to be able to test T=0 cards. | J08nY | 2019-03-13 | 3 | -16/+49 |
| | | |||||
| * | Bump version...0.3.2 | J08nY | 2019-02-22 | 1 | -1/+1 |
| | | |||||
| * | Fix applet switch fall-through and standalone ECDH on BouncyCastle. | J08nY | 2018-12-17 | 1 | -0/+1 |
| | | |||||
| * | Add dry run mode to enable precise time measurement via overhead subtraction. | J08nY | 2018-11-30 | 3 | -72/+181 |
| | | |||||
| * | Bump version.0.3.1 | J08nY | 2018-11-28 | 1 | -1/+1 |
| | | |||||
| * | Add ECDH validation tests using BouncyCastle. | J08nY | 2018-11-14 | 1 | -0/+8 |
| | | |||||
| * | Print named objects cleaner. Increase applet buffer sizes. | J08nY | 2018-11-14 | 1 | -1/+1 |
| | | |||||
| * | FIx loading of F2m field, fix some utility functions. | J08nY | 2018-11-09 | 1 | -5/+4 |
| | | |||||
| * | Backport applet to JavaCard 2.2.1 to support more cards. | J08nY | 2018-11-06 | 5 | -826/+957 |
| | | |||||
| * | Reformat all code. | J08nY | 2018-08-12 | 3 | -29/+21 |
| | | |||||
| * | Implement more tests for wrong parameters. Implement cloning for Tests. | J08nY | 2018-06-27 | 1 | -1/+5 |
| | | | | | | | | - Test G = infinity. - Test wrong r, where [r]G != infinity, - prime - composite | ||||
| * | Add compression test suite. | J08nY | 2018-05-02 | 1 | -3/+8 |
| | | |||||
| * | Add ECDSA_sign and ECDSA_verify commands, to allow separate testing. | J08nY | 2018-04-05 | 3 | -42/+201 |
| | | |||||
| * | Rename the CORRUPT command to TRANSFORM, as it does that now. | J08nY | 2018-03-14 | 4 | -72/+72 |
| | | |||||
| * | Add better unexpected exception handling to the applet. | J08nY | 2018-03-05 | 1 | -44/+83 |
| | | |||||
| * | Add some docs and fix ECTesterReader --bit-size option. | J08nY | 2018-03-03 | 1 | -1/+0 |
| | | |||||
| * | Bump copyright years. | J08nY | 2018-02-04 | 1 | -1/+2 |
| | | |||||
| * | Add more tests to the Wrong test suite. | J08nY | 2018-02-04 | 2 | -5/+5 |
| | | | | | | | | | | | | | - 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. | J08nY | 2018-02-03 | 1 | -1/+0 |
| | | |||||
| * | Simplify F2m field setting in applet. | J08nY | 2018-01-23 | 1 | -4/+4 |
| | | |||||
| * | Fix default test suite F2m tests. | J08nY | 2018-01-20 | 2 | -4/+1 |
| | | |||||
| * | Fix ECDSA APDU parsing on applet side. | J08nY | 2018-01-13 | 1 | -2/+2 |
| | | | | | - Was broken when introducing signature type into the APDU. | ||||
| * | Simplify test suites. | J08nY | 2018-01-09 | 2 | -3/+21 |
| | | |||||
| * | Cleanup the applet ECKA and Signature objects. | J08nY | 2017-12-27 | 3 | -279/+116 |
| | | |||||
| * | Cleanup and a new gitignore. | J08nY | 2017-11-10 | 1 | -11/+13 |
| | | |||||
| * | corrected INS to avoid reserved 0x60-0x6f and 0x90-0x9f | petrs | 2017-06-16 | 1 | -6/+8 |
| | | |||||
| * | explicit support for reallocation of KeyAgreement engine with provided type | petrs | 2017-06-16 | 2 | -10/+71 |
| | | |||||
| * | Fix ECDH tests | J08nY | 2017-06-02 | 4 | -19/+177 |
| | | |||||
| * | Minor fixes | J08nY | 2017-05-20 | 2 | -4/+4 |
| | | |||||
| * | Added support for extended APDUs, fixed problems with large cmds | J08nY | 2017-05-04 | 6 | -195/+245 |
| | | | | | | | | | | | | - Switched ECTesterApplet to Javacard 2.2.2 which supports Extended length APDUs (necessary for some Set commands when a large external curve is sent to the applet) - The incoming APDU is now copied over to a sufficiently large buffer before being processed - Simplified instruction processing logic - Renamed ECUtil to AppletUtil - Fixed padding error in nist/P-521 | ||||
| * | Reworked invalid curve testing, added generated anomalous curves | J08nY | 2017-05-01 | 1 | -4/+4 |
| | | |||||
| * | Move Default test suite to real Tests | J08nY | 2017-05-01 | 1 | -1/+1 |
| | | |||||
| * | Change EC_Consts.CORRUPTION_* into a short that's maskable | J08nY | 2017-05-01 | 3 | -134/+151 |
| | | |||||
| * | Fix some test-vector tests, also test printing | J08nY | 2017-04-19 | 5 | -14/+58 |
| | | |||||
| * | Refactor testing, add Config class, make EC_Data read bytes | J08nY | 2017-04-19 | 4 | -42/+63 |
| | | | | | | | | | | | | | - The ECTester.Config class now stores and reads all CLI options - Testing with the -t / --test option was partially refactored into: - Test: Encapsulates one Command and Response pair with expected result, a real result and a callback to dynamically assign result - TestSuite: Encapsulates a bunch of tests, represents a whole category of tests either that can be run on any curve or only on some. | ||||
| * | Add invalid curves test(partly) and some parameters (brainpool) for it | J08nY | 2017-04-15 | 2 | -5/+47 |
| | | | | | | | | | | - curves.xml, keys.xml and results.xml's entries can now instead of file path to point to csv file, contain the csv data inline. - Moved EC_Category to reader package from data - Fixed printing of named objects - Added ECDH/C test for KA_BOTH which does ECDH and ECDHC on the applet side, compares the results and reports success/failure etc. | ||||
| * | Added more documentation, anomalous curves, support command. | J08nY | 2017-03-30 | 2 | -5/+53 |
| | | | | | | | | | | | | | | - Added CURVES.md, FORMAT.md and TESTS.md that talk a bit about what ECTester actually does/support. - Added anomalous curves (where |F_p| = #|E(F_p)|), meaning these curves have a trace of one and ECDLP over them reduces to easy DLP over multiplicative F*_p. These concrete curves are from Atsuko Miyaji's paper: Elliptic curves over F_p Suitable for Cryptosystems. - Added Support command that queries the results of KeyAgreement and Signature allocations. - Renamed smallpub curves to nonprime curves. - Fixed nonprime curves test suite. | ||||
| * | Added new curves, started adding default & dangerous tests. | J08nY | 2017-03-27 | 1 | -0/+12 |
| | | |||||
| * | Refactored EC_Params, renamed EC_Data, added first test vectors. | J08nY | 2017-03-26 | 2 | -2/+5 |
| | | |||||
| * | Implemented ECDHC testing. | J08nY | 2017-03-24 | 3 | -12/+35 |
| | | | | | | | - also some work on ECDH/ECDHC compatibility testing - new option -dhc / --ecdhc [count] the same as ecdh option, except it does ECDHC algo | ||||
