| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update README and help. | J08nY | 2017-10-26 | 1 | -1/+3 |
| * | Introduce a Result class, that has a value and a cause. | J08nY | 2017-10-25 | 1 | -5/+5 |
| * | Split ResponseWriter into separate class, introduce TestRunner. | J08nY | 2017-10-25 | 1 | -18/+25 |
| * | Split TestSuite classes into separate files. | J08nY | 2017-10-25 | 1 | -6/+6 |
| * | Fix output when missing output format option. | J08nY | 2017-10-24 | 1 | -1/+1 |
| * | Implement YAMLOutputWriter. | J08nY | 2017-10-24 | 1 | -1/+1 |
| * | Add SnakeYAML library to output YAML. | J08nY | 2017-10-24 | 1 | -3/+8 |
| * | Rename some OutputWriter methods, add YAMLOutputWriter. | J08nY | 2017-10-24 | 1 | -5/+5 |
| * | Implement a basic XMLOutputWriter. | J08nY | 2017-10-16 | 1 | -1/+4 |
| * | Refactor response and test outputing into separate writers. | J08nY | 2017-10-15 | 1 | -26/+57 |
| * | Reorganize reader packages. | J08nY | 2017-10-13 | 1 | -0/+3 |
| * | Init and print EC_Key/EC_Keypair id when available. | J08nY | 2017-10-13 | 1 | -1/+1 |
| * | Rename nonprime curves to -> composite curves. | J08nY | 2017-10-13 | 1 | -4/+4 |
| * | explicit support for reallocation of KeyAgreement engine with provided type | petrs | 2017-06-16 | 1 | -0/+7 |
| * | Add printing of curve refresh command when generating. | J08nY | 2017-06-02 | 1 | -1/+2 |
| * | Fix logging to file, add -y / --yes option to force yes | J08nY | 2017-05-24 | 1 | -12/+25 |
| * | Added support for extended APDUs, fixed problems with large cmds | J08nY | 2017-05-04 | 1 | -0/+8 |
| * | Move Default test suite to real Tests | J08nY | 2017-05-01 | 1 | -7/+10 |
| * | Move tests to TestSuites | J08nY | 2017-04-27 | 1 | -281/+53 |
| * | Fix some test-vector tests, also test printing | J08nY | 2017-04-19 | 1 | -4/+1 |
| * | Refactor testing, add Config class, make EC_Data read bytes | J08nY | 2017-04-19 | 1 | -356/+310 |
| * | Add invalid curves test(partly) and some parameters (brainpool) for it | J08nY | 2017-04-15 | 1 | -81/+34 |
| * | Some docs, allow EC_* objects to print themselves. | J08nY | 2017-04-04 | 1 | -11/+16 |
| * | Added more documentation, anomalous curves, support command. | J08nY | 2017-03-30 | 1 | -23/+35 |
| * | Added test-vectors, and test-vector testing | J08nY | 2017-03-28 | 1 | -7/+48 |
| * | Added nist and brainpool test vectors, also smallpub test | J08nY | 2017-03-28 | 1 | -5/+13 |
| * | Added new curves, started adding default & dangerous tests. | J08nY | 2017-03-27 | 1 | -44/+98 |
| * | Refactored EC_Params, renamed EC_Data, added first test vectors. | J08nY | 2017-03-26 | 1 | -59/+80 |
| * | Fixed loading private key from file. | J08nY | 2017-03-25 | 1 | -1/+1 |
| * | Implemented ECDHC testing. | J08nY | 2017-03-24 | 1 | -9/+18 |
| * | Added new corruption type and X962 point compression methods. | J08nY | 2017-03-22 | 1 | -3/+3 |
| * | Added Cleanup command to request object deletion, prevents memory corruption. | J08nY | 2017-03-17 | 1 | -12/+15 |
| * | Applet: better handling of exceptions, new command for memory cleanup. | J08nY | 2017-03-17 | 1 | -74/+113 |
| * | Cleanup, add ECDH corruption tests. | J08nY | 2017-03-16 | 1 | -22/+71 |
| * | fix mistype | J08nY | 2017-03-14 | 1 | -1/+1 |
| * | Created a new command: Corrupt | J08nY | 2017-03-14 | 1 | -9/+9 |
| * | Reader: fixed ECDH and ECDSA output, also named curve testing | J08nY | 2017-03-09 | 1 | -8/+23 |
| * | Reader: added verbose flag, made CardMngr quiet. | J08nY | 2017-03-07 | 1 | -2/+9 |
| * | Added timing output to responses, added bulk ECDH/ECDSA testing. | J08nY | 2017-03-07 | 1 | -47/+92 |
| * | Added support for named curves (in jar). | J08nY | 2017-03-06 | 1 | -50/+169 |
| * | removed newlines, changed f2m format, removed old SimpleAPDU | J08nY | 2017-02-21 | 1 | -22/+64 |
| * | Added export instruction, and action to reader | J08nY | 2017-01-31 | 1 | -100/+96 |
| * | Added option to generate fresh keys(-f) also implemented basic ECC testing | J08nY | 2017-01-27 | 1 | -36/+85 |
| * | reader: Added a Command and Response abstraction | J08nY | 2017-01-22 | 1 | -139/+46 |
| * | reader: fixed -h option | J08nY | 2017-01-17 | 1 | -2/+6 |
| * | reader: implemented ecdh and ecdsa actions, also added some docs | J08nY | 2017-01-17 | 1 | -49/+129 |
| * | implemented ecdh testing reader side: | J08nY | 2017-01-17 | 1 | -79/+172 |
| * | major changes, ECTester rewrite, moved to valid package | J08nY | 2017-01-17 | 1 | -0/+489 |