| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Basic Gradle setup. | J08nY | 2024-03-25 | 16 | -110/+0 |
| | | |||||
| * | Prefix curve CSV data with 0x in the data store, to be consistent. | J08nY | 2018-01-18 | 10 | -18/+10 |
| | | |||||
| * | Reformatted curve and test CSV data | J08nY | 2017-05-20 | 7 | -7/+7 |
| | | |||||
| * | Added support for extended APDUs, fixed problems with large cmds | J08nY | 2017-05-04 | 1 | -1/+1 |
| | | | | | | | | | | | | - 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 | ||||
| * | Added new curves, started adding default & dangerous tests. | J08nY | 2017-03-27 | 11 | -0/+79 |
| | | |||||
| * | Added support for named curves (in jar). | J08nY | 2017-03-06 | 1 | -3/+2 |
| | | | | | | - Doesn't work well while simulating, some weird memory bug. Will investigate. - Has categories of curves, more will be added. | ||||
| * | removed newlines, changed f2m format, removed old SimpleAPDU | J08nY | 2017-02-21 | 11 | -35/+40 |
| | | | | | | | | | | | | | | | data: - now truly csv - f2m format now: m,e_1,e_2,e_3,a,b,gx,gy,r,k,wx,wy,s reader: - removed SimpleAPDU - changed f2m format applet: - changed f2m format | ||||
| * | reader: Added a Command and Response abstraction | J08nY | 2017-01-22 | 5 | -0/+35 |
| - For easier testing - Command assembles the correct instruction from params in its constructor - Command.send() sends the command and obtains the Response with timing - Response parses the ResponseAPDU in its constructor and provides convenience methods to access its contents/SWs/success /failure/print data: Added more curves | |||||
