| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | 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 |
| * | 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 |
| * | 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 |
| * | 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 |
| * | Add invalid curves test(partly) and some parameters (brainpool) for it | J08nY | 2017-04-15 | 2 | -5/+47 |
| * | Added more documentation, anomalous curves, support command. | J08nY | 2017-03-30 | 2 | -5/+53 |
| * | 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 |
| * | Added new corruption type and X962 point compression methods. | J08nY | 2017-03-22 | 3 | -10/+41 |
| * | Added Cleanup command to request object deletion, prevents memory corruption. | J08nY | 2017-03-17 | 1 | -1/+6 |
| * | Applet: better handling of exceptions, new command for memory cleanup. | J08nY | 2017-03-17 | 3 | -34/+48 |
| * | Cleanup, add ECDH corruption tests. | J08nY | 2017-03-16 | 3 | -54/+19 |
| * | Created a new command: Corrupt | J08nY | 2017-03-14 | 2 | -33/+74 |
| * | Added support for named curves (in jar). | J08nY | 2017-03-06 | 1 | -2/+2 |
| * | removed newlines, changed f2m format, removed old SimpleAPDU | J08nY | 2017-02-21 | 1 | -8/+19 |
| * | Added export instruction, and action to reader | J08nY | 2017-01-31 | 4 | -146/+188 |
| * | Added option to generate fresh keys(-f) also implemented basic ECC testing | J08nY | 2017-01-27 | 2 | -18/+61 |
| * | reader: Added a Command and Response abstraction | J08nY | 2017-01-22 | 2 | -113/+133 |
| * | reader: implemented ecdh and ecdsa actions, also added some docs | J08nY | 2017-01-17 | 1 | -42/+65 |