| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Reorganize reader packages. | J08nY | 2017-10-13 | 1 | -314/+0 |
| | | |||||
| * | Rename nonprime curves to -> composite curves. | J08nY | 2017-10-13 | 1 | -5/+5 |
| | | |||||
| * | Fix ECDH tests | J08nY | 2017-06-02 | 1 | -4/+8 |
| | | |||||
| * | Fix logging to file, add -y / --yes option to force yes | J08nY | 2017-05-24 | 1 | -13/+14 |
| | | |||||
| * | Added support for extended APDUs, fixed problems with large cmds | J08nY | 2017-05-04 | 1 | -9/+17 |
| | | | | | | | | | | | | - 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 some generated invalid curves | J08nY | 2017-05-02 | 1 | -1/+1 |
| | | |||||
| * | Reworked invalid curve testing, added generated anomalous curves | J08nY | 2017-05-01 | 1 | -6/+15 |
| | | |||||
| * | Move Default test suite to real Tests | J08nY | 2017-05-01 | 1 | -60/+58 |
| | | |||||
| * | Change EC_Consts.CORRUPTION_* into a short that's maskable | J08nY | 2017-05-01 | 1 | -0/+1 |
| | | |||||
| * | Move tests to TestSuites | J08nY | 2017-04-27 | 1 | -3/+128 |
| | | |||||
| * | Fix some test-vector tests, also test printing | J08nY | 2017-04-19 | 1 | -0/+1 |
| | | |||||
| * | Refactor testing, add Config class, make EC_Data read bytes | J08nY | 2017-04-19 | 1 | -0/+167 |
| - 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. | |||||
